/*
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 */


/* Most common stuff you'll need to change */

.coda-slider-wrapper { margin:0; padding:0 0 30px 0; height:131px;}
.coda-slider { background: #fff;}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 121px; overflow: hidden !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 890px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider .panel { width: 890px; height:121px; overflow:hidden; }
.coda-slider-wrapper.arrows .coda-slider{ width: 890px; margin:0; padding-bottom:10px; }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #DAF1F3; color: #fff; width: 121px }

/* Tab nav */
.coda-nav ul li a.current,
.coda-nav ul li a.current:hover { background: url("/rs/20110311/common2012/img/home/circle_blue.gif") no-repeat 50% 50%; }

/* Panel padding */
.coda-slider .panel { padding: 0 }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; overflow: hidden; position:absolute; top:125px; left:870px; }
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: url("/rs/20110311/common2012/img/home/circle_white.gif") no-repeat 50% 50%;
color: #fff;
display: block;
float: left;
margin-right: 1px;
padding: 0;
text-decoration: none;
height:26px;
width:26px;
zoom:1;
}
.coda-nav ul li a:hover{background: url("/rs/20110311/common2012/img/home/circle_blue.gif") no-repeat 50% 50%;}
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


.coda-slider-wrapper{
clear: none;
float: right;
width: 1000px;
border-bottom:1px solid #dbdbdb; 
position:relative;
}
.coda-slider-wrapper ul li{
margin:0;
padding:0;
list-style:none;
background:none;
height:121px;
overflow:hidden;
}

.coda-slider-wrapper .panel-wrapper ul li a{
display:block;
}

.coda-nav ul li a {border:none;}

.panel .article{
float:left;
}

.coda-nav-left {
	padding:0 15px 0 17px;
}
.coda-nav-right {
	padding:0 0 0 15px;
}

.coda-nav-left a {
    background-image: url("/rs/20110311/common2012/img/home/arrow_left.gif");
}
.coda-nav-right a {
    background-image: url("/rs/20110311/common2012/img/home/arrow_right.gif");
}
.coda-nav-left a, .coda-nav-right a {
    background-color: #000000;
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 121px;
    text-indent: -9999em;
    width: 23px;
}
