/*------------------------------------------------------------------------
# JA Zeolite for Joomla 1.5 - Version 1.0 - Licence Owner JA108425
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

#ja-contentslider-center {
   overflow: hidden;
   width:98%;

}

#ja-contentslider-center div.content_element {
   float: left;
   text-align: center;

}

div.content_element .ja_slidetitle {
   padding-bottom: 5px;
    padding-left: 5px;
   font-weight: bold;
}

div.content_element .ja_slidetitle a {
   color: #333333;

}

div.content_element .ja_slidetitle a:hover {
   color: #CC0000;
   text-decoration: none;

}

#ja-contentslider-nav-slider {
   background: url(../images/dot1x1.gif) repeat-x left center #E9E9E9;
   height: 9px;
   width: 95%;
}

#ja-contentslider-nav-knob {
   background: url(../images/knob-bg.gif) no-repeat left top;
   font-size: 1px;
   height: 9px;
   width: 20px;
}

#ja-contentslider-nav-left, #ja-contentslider-nav-right {
   background: url(arrow-left.gif) no-repeat left top;
   height: 9px;
   width: 10px;
}

#ja-contentslider-nav-right {
   background: url(arrow-right.gif) no-repeat right top;
    height: 9px;
   width: 10px;
}

#ja-contentslider-nav-left, #ja-contentslider-nav-right, #ja-contentslider-nav-slider {
   display: block;
   float: left;
}

#ja-slider {
}

