/*
	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.
*/

noscript .coda-slider-wrapper {
     background: #ccc;
     border: 1px solid #900;
     margin: 20px 0;
     padding: 15px;
}

.coda-slider-wrapper {
     position: relative;
     width: 770px;
     height: 180px;
     margin-bottom: 20px;
     background: #FAFBF6;
}

.coda-slider {
     float: left;
     overflow: hidden;
     position: relative;
     width: 572px;
     height: 180px;
     padding: 0;
     margin: 0 !important;
}

.coda-slider .panel {
     display: block;
     float: left;
     height: 180px;
     width: 572px;
}

.coda-slider .panel a {
     position:aboslute;
}

.coda-slider .panel-container {
     position: relative;
     width: 572px;
     height: 180px;
}

.coda-slider .panel h2.title {
     display: none;
}

.coda-nav {
     position: absolute;
     z-index: 1;
     right: 0;
     background: url(../img/codaslidershadow.png) no-repeat 10px 0;
     height: 180px;
	   width: 218px;
}

.coda-nav ul {
     clear: both;
     width: 198px;
     position: absolute;
     z-index: 2;
     right: 0;
     background: url(../img/codaslidernavi.png) no-repeat -420px 90px;
     height: 180px;
}

.coda-nav ul li {
     width: 198px;
     height: 45px;
     margin: 0;
     padding: 0;
     float: left;
}

.coda-nav ul li a {
     background: url(../img/codaslidernavi.png) no-repeat 0 -55px;
     color: #5c5c5c;
     font: 400 11px Tahoma;
     display: block;
     padding: 10px 10px 0;
     margin: 0;
     text-decoration: none;
     width: 178px;
     height: 35px;
     text-align: left;
     line-height: 12px;
     text-shadow:1px 1px 0 #fff;
}

.coda-nav ul li.tab1 a {
     background-position: 0 0;
}

.coda-nav ul li.tab4 a {
     background-position: 0 -110px;
}

.coda-nav ul li a:hover {
     background-position: -210px -55px;
}

.coda-nav ul li.tab1 a:hover {
     background-position: -210px 0;
}

.coda-nav ul li.tab4 a:hover {
     background-position: -210px -110px;
}

.coda-nav ul li a.current, .coda-nav ul li a.current:hover {
     background-position: -630px -55px;
     position: absolute;
     left: -18px;
     width: 178px;
     height: 38px;
     padding-left: 28px;
     padding-right: 12px;
     color: #fff;
     text-shadow:-1px -1px 0 #730705;
}

.coda-nav ul li.tab1 a.current, .coda-nav ul li.tab1 a.current:hover {
     background-position: -630px 0 !important;
}

.coda-nav ul li.tab4 a.current, .coda-nav ul li.tab4 a.current:hover {
     background-position: -630px -110px !important;
}

.coda-nav-left, .coda-nav-right {
     position: absolute;
     display: none;
     top: 162px;
     right: 380px;
     z-index: 2;
     width: 79px;
     padding: 2px 1px 0 3px;
     height: 26px;
     background: url(../img/navisliderbg.png) no-repeat;
}

.coda-nav-right {
     right: 298px;
     background-position: right 0;
     padding: 2px 3px 0 0;
}

.coda-nav-left a, .coda-nav-right a {
     background: url(../img/sliderbutton.png) no-repeat 0 -28px;
     color: #8c8c8c;
     padding: 6px 0 8px 25px;
     height: 12px;
     font: 700 10px Tahoma;
     text-align: left;
     display: block;
     text-decoration: none;
     width: 54px;
}

.coda-nav-right a {
     background-position: -81px -28px;
     padding: 6px 0 8px 12px;
     width: 67px;
}

.coda-nav-left a:hover {
     background-position: 0 0;
     color: #930000;
}

.coda-nav-right a:hover {
     background-position: -81px 0;
     color: #930000;
}

.coda-slider p.loading {
     padding: 8px 0 8px 20px;
     text-align: right;
     width: 65px;
     height: 12px;
     background: url(../img/loader.gif) no-repeat;
     margin: 80px 0 0 320px;
     color: #bbbbb1;
}

.coda-slider-wrapper:hover .coda-nav-left, .coda-slider-wrapper:hover .coda-nav-right {
     display: block;
}

.coda-slider-no-js .coda-slider {
     height: 180px;
     overflow: hidden;
     padding-right: 20px;
}

