/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {width:1000px;height:400px;overflow:hidden;position:relative;}
#slideshow ul {margin: 0;padding: 0;list-style-type: none;height: 1%; /* IE fix */}
#slideshow ul:after {content: ".";clear: both;display: block;height: 0;visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {}
#slideshow .slides ul {width: 4000px;}
#slideshow .slides li {width: 1000px;float: left;z-index:99}
/*#slideshow .slides img {max-width:100%}*/


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {position:absolute;left:0;bottom:0;width:1000px;height:73px;margin:0;padding:0;list-style:none;background: transparent url(../images/tabnavBG.png) 0 0 no-repeat;z-index:999}
#slideshow .slides-nav.sixteen {background: transparent url(../images/tabnav16BG.png) 0 0 no-repeat;}
#slideshow .slides-nav li {float: left;}
#slideshow .slides-nav li a, #slideshow .slides-nav li span {display: block;width:333px;height:73px;text-decoration:none;outline: none;}

.slides-nav li a#tab1{width:325px;margin-right:1px;}
.slides-nav li a#tab2{width:337px;margin-right:1px;}
.slides-nav li span#tabA2{width:337px;height:73px;margin-right:1px;display:block;}
.slides-nav li a#tab3{width:335px;}

.slides-nav li a:hover{	background: transparent url(../images/tabnavBGon.png) 0 0 no-repeat;}	
.slides-nav li span:hover{	background: transparent url(../images/tabnavBGon.png) 0 0 no-repeat;}
.slides-nav.sixteen li a:hover{	background: transparent url(../images/tabnav16BGon.png) 0 0 no-repeat;}	
.slides-nav.sixteen li span:hover{	background: transparent url(../images/tabnav16BGon.png) 0 0 no-repeat;}

.slides-nav li a#tab2:hover{	background-position:-326px 0;}
.slides-nav li span#tabA2:hover{	background-position:-326px 0;}
.slides-nav li a#tab3:hover{	background-position:-664px 0;}

.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {}
.js #slideshow .slides-nav li.on a {}