/* 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.*/
.coda-slider-wrapper {width:960px;margin:0 auto;padding-top:0px;background:#fff}
.coda-slider {}
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {height: 800px; overflow: auto !important}
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {width: 960px}
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {width: 900px}
.coda-slider-wrapper.arrows .coda-slider {margin:0}
	
/* Arrow styling 
.coda-nav-left a, .coda-nav-right a {background: #000; color: #fff; padding: 5px; width: 100px}*/
	
/* Tab nav 
.coda-nav ul li a.current {background: #39c}
	*/
	
/* Panel padding */
.coda-slider .ov-panel-wrapper {padding-left:15px}
	
/* Preloader */
.coda-slider p.loading {padding:0; 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; margin: auto; overflow: hidden}
.coda-nav ul li {display: inline}
.coda-nav ul li a {display: block; float: left;text-indent:-9999px}
	
/* 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}
	
/* style indvidual tab*/	
.ovTab1 a, .ovTab2 a, .ovTab3 a, .ovTab4 a, .ovTab5 a, .ovTab6 a, .ovTab7 a {background-image:url(../en_images/overview-nav.jpg);background-repeat:no-repeat}
.ovTab1 a {width:137px;height:206px;background-position:0 0}	
.ovTab1 a:hover , .ovTab1 a.current {background-position:0 -214px}	
.ovTab2 a {width:146px;height:206px;background-position:-137px 0}	
.ovTab2 a:hover , .ovTab2 a.current {background-position:-137px -214px}	
.ovTab3 a {width:144px;height:206px;background-position:-283px 0}	
.ovTab3 a:hover , .ovTab3 a.current{background-position:-283px -214px}	
.ovTab4 a {width:146px;height:206px;background-position:-427px 0}	
.ovTab4 a:hover , .ovTab4 a.current {background-position:-427px -214px}	
.ovTab5 a {width:120px;height:206px;background-position:-573px 0}	
.ovTab5 a:hover , .ovTab5 a.current {background-position:-573px -214px}	
.ovTab6 a {width:121px;height:206px;background-position:-693px 0}	
.ovTab6 a:hover , .ovTab6 a.current {background-position:-693px -214px}	
.ovTab7 a {width:146px;height:206px;background-position:-814px 0}	
.ovTab7 a:hover , .ovTab7 a.current {background-position:-814px -214px}	

