

.ie6TempHack { display:none;}
#slider {
    width: 950px;
	height: 232px;
    margin: 0 auto;
	padding: 5px 6px 0 6px;
	margin-top: 0px;
	background: url(../images/home_carousel_bg.png) no-repeat;
	margin-bottom: 2px;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    clear: left;
}

.scrollContainer div.panel { width: 950px; height: 192px; }


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    /*padding-bottom: 9px;*/
}

ul.navigation li {margin:0; padding:0; float:left; text-indent: -9999px; }

ul.navigation li a {color: #000;text-decoration: none; display: block}

ul.navigation li.jsc1_demistify a {background: url(../images/carousel_nav_01.jpg) no-repeat; width: 199px; height: 29px;}
ul.navigation li.jsc1_conflict a {background: url(../images/carousel_nav_02.jpg) no-repeat; width: 191px; height: 29px;}
ul.navigation li.jsc1_why a {background: url(../images/carousel_nav_03.jpg) no-repeat; width: 151px; height: 29px;}
ul.navigation li.jsc1_certification a {background: url(../images/carousel_nav_04.jpg) no-repeat; width: 231px; height: 29px;}
ul.navigation li.jsc1_factory a {background: url(../images/carousel_nav_05.jpg) no-repeat; width: 178px; height: 29px;}


ul.navigation a:hover {/*background-color: #f6f6f6;*/}
ul.navigation li.jsc1_demistify a:hover {background: url(../images/carousel_nav_01_o.jpg) no-repeat;}
ul.navigation li.jsc1_conflict a:hover {background: url(../images/carousel_nav_02_o.jpg) no-repeat;}
ul.navigation li.jsc1_why a:hover {background: url(../images/carousel_nav_03_o.jpg) no-repeat;}
ul.navigation li.jsc1_certification a:hover {background: url(../images/carousel_nav_04_o.jpg) no-repeat;}
ul.navigation li.jsc1_factory a:hover {background: url(../images/carousel_nav_05_o.jpg) no-repeat;}

ul.navigation a.selected {/*background-color: #fff;*/}
ul.navigation li.jsc1_demistify a.selected {background: url(../images/carousel_nav_01_o.jpg) no-repeat;}
ul.navigation li.jsc1_conflict a.selected {background: url(../images/carousel_nav_02_o.jpg) no-repeat;}
ul.navigation li.jsc1_why a.selected {background: url(../images/carousel_nav_03_o.jpg) no-repeat;}
ul.navigation li.jsc1_certification a.selected {background: url(../images/carousel_nav_04_o.jpg) no-repeat;}
ul.navigation li.jsc1_factory a.selected {background: url(../images/carousel_nav_05_o.jpg) no-repeat;}



ul.navigation a:focus {outline: none;}

.scrollButtons {/*position: absolute;*/top: 150px;cursor: pointer;}
.scrollButtons.left {left: -20px;}
.scrollButtons.right {right: -20px;}
.hide {display: none;}




