/* Slideshow CSS */


.slideshow_container{
	height:240px;
	/*margin-top: 40px;*/
	background-color: #fff;

}

.slideshow_container .slider{
	position:relative;
}

.slideshow_container .overlay{
	z-index:200;
	width:205px;
	height:125px;
	position:absolute;
	top:0px;
	display:none;
}

.slideshow_container .slides{
	position:relative;	
	cursor:pointer;
	left:-12px;	
	top: -10px;
}

.slideshow_container .slides div{
	display:none;
	position:absolute;
	top:0;
	left:15px;
	font-size:12px;
}

.slideshow_container .slidetabs {
	clear:both;
	position:relative;
	top:140px;
	width:100%;
	text-align:center;
}

.slideshow_container .slidetabs a{
	width:10px;
	height:10px;
	display:inline-block;
	margin:1px;
	background:none repeat scroll 0 0 #d2d5cf;
	font-size:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;		
}
.slideshow_container .slidetabs a:hover{
	background:#e6f8d8;
}

/* mouseover state */
.slideshow_container .slidetabs a:hover{
	background:#e3e149;      
}

/* active state (current page state) */
.slideshow_container .slidetabs a.current{
	background-position:#aaa;     
} 	


/* prev and next buttons */
.slideshow_container .forward,.slideshow_container .backward {
	float:left;
	margin-top:140px;
	background:#none;
	display:none;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.slideshow_container .forward 				{ background-position: 0 -30px; clear:right; }
.slideshow_container .forward:hover 		{ background-position:-30px -30px; }
.slideshow_container .forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  		{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.slideshow_container p{
	/*margin-top:-20px;*/
	font-family: lucida sans unicode,lucida grande,sans-serif;
}

.slideshow_container #slidetabs_1 {
	clear:both;
	left:40px;
	position:relative;
	top:200px;
}

.slideshow_container #slidetabs_2 {
	clear:both;
	left:30px;
	position:relative;
	top:160px;
}

#recommend h1{
	background:transparent url(../images/recommend_header.png) 0 0 no-repeat;
}

#units h1{
	background:transparent url(../images/units_header.png) 0 0 no-repeat;
}