/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 955px;
height:334px;
}

#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;}            


#one a{ background:url(../images/banner-tab-normal.gif); background-repeat:no-repeat !important; background-position:left 1px;}
	#one a:hover{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left;}
		#one a.activeSlide{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left; }
		
#two a{ background:url(../images/banner-tab-normal.gif); background-repeat:no-repeat !important; background-position:left 1px; }
	#two a:hover{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left;}
		#two a.activeSlide{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left;}
		
#three a{ background:url(../images/banner-tab-normal.gif); background-repeat:no-repeat !important; background-position:left 1px;}
	#three a:hover{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left;}
		#three a.activeSlide{background:url(../images/highlight-y.png)!important; background-repeat:no-repeat !important; background-position:left;}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
}

#slideshow .slides ul {
width: 955px;
height:334px;
}

#slideshow .slides li {
width: 955px;
float: left;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

z-index:99;
width:162px;
float:left;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
font-size:0px; 
width:54px;
height:73px;
margin:0px;
padding:0px;}

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

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

	
