/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body {}
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
	.slider-title {
		font-size:30px;
		color:#202020;
		/*letter-spacing: -1px;*//*AD RTL*/
		margin-right: -3px;/*AD RTL*/
		margin-bottom: 0;
	}
	.coda-slider-wrapper {
			min-height: 336px;
			background-repeat:repeat-x;
			background-position:100% bottom;/*AD RTL*/
			background-image:url(../images/hr.gif);
			padding-bottom: 21px;
	}
	.coda-slider-wrapper  ul li,
	.coda-slider-wrapper  ul li:before {
		background:none;
		padding: 0;
		margin: 0;
	}
	.coda-slider {
		padding-bottom: 60px;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-left: 20px /*AD RTL*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:940px; }
	.coda-slider-wrapper.arrows .coda-slider {}
	
	/* Arrow styling */
	.coda-nav-left,
	.coda-nav-right {
		position:absolute;
		bottom:21px;
		z-index:99;
	}
	.coda-nav-left {
		right:50%;/*AD RTL*/
		margin-right: -43px;/*AD RTL*/
	}
	.coda-nav-right {
		right:50%;/*AD RTL*/
	}
	.coda-nav-left a,
	.coda-nav-right a {
		background-repeat:no-repeat;
		background-position:100% 0;/*AD RTL*/
		background-image:url(../images/direction_nav.png);
	}
	.coda-nav-left a {
		width:43px;
		height:36px;
	}
	.coda-nav-right a {
		width:41px;
		height:36px;
		background-position:-1px 0;/*AD RTL*/
	}
	.coda-nav-left a:hover {
		background-position:100% -36px;/*AD RTL*/
	}
	.coda-nav-right a:hover {
		background-position:-1px -36px;/*AD RTL??*/
	}
	
	/* Tab nav */
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:10px 0 0 0;}
	.coda-slider .panel-wrapper h2 { font-size:24px;}
	.coda-slider ul li {
		text-transform:none;
	}
	
	/* Preloader */
	.coda-slider p.loading { background-repeat:no-repeat; background-position:50% 50%; background-image:url(../images/loading.gif); min-height: 243px; margin: 0; padding: 0;}

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav {
		position:relative;
		z-index:99;
		float: left;/*AD RTL*/
		top: -16px;
		padding-left: 28px;/*AD RTL*/
	}
	.coda-nav ul { 
		clear: both; 
		display: block;
		margin:0;
		overflow:hidden;
		padding:0;
	}
	.coda-nav ul li { 
		float:right;/*AD RTL*/ 
		padding:0;
		padding-right: 23px;/*AD RTL*/
		margin-right: 21px;/*AD RTL*/
		background-repeat:no-repeat;
		background-position:100% 5px;/*AD RTL*/
		background-image:url(../images/divider.gif);
		text-transform:none;
	}
	.coda-nav ul li:first-child {
		background-image:none;
	}
	.coda-nav ul li a { 
		padding:0;
		background:none; 
		display: block; 
		position:relative; 
		float: right;/*AD RTL*/ 
		font-size:18px;
		color:#6b6262;
		text-decoration: none;
		/*letter-spacing: -1px;*//*AD RTL*/
		padding-left: 2px;/*AD RTL*/
	}
	.coda-nav ul li a.current,
	.coda-nav ul li a:hover {
		color:black;
	}

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both;}
	.coda-slider { float: right;/*AD RTL*/ overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: right;/*AD RTL*/ display: none; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: right;/*AD RTL*/ }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	