/*

# ------------------------------------------------------------------------
# JA Zeolite template for Joomla 1.0
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/

#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;
	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 !important;
	height: 9px;
	width: 96%;
}

#ja-contentslider-nav-knob {
	background: url(../images/knob-bg.gif) no-repeat left top !important;
	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;
}

#ja-contentslider-nav-left, #ja-contentslider-nav-right, #ja-contentslider-nav-slider {
	display: block;
	float: left;
}

#ja-slider {
	background: none !important;
	border: none !important;
	margin-bottom:0 !important;
	padding:0 !important;
}

