#slider-wrapper{
	position: relative;
	background:url(../images/home-teaser-bkg.jpg) no-repeat 0 0;
}
#slider li .description{position: absolute;bottom: 0px;width: 100%;background: #000;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider img{border:none;}
#slider li{ 
	overflow:hidden;
	width:680px;
	height:489px;	
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:69px;
	height:134px;
	position:absolute;
	left:5px;
	top:190px;
 }	
#nextBtn{ 
	left:615px;
	}														
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:69px;
	height:134px;
	background:url(../images/slider_left.png) no-repeat 0 0;	
	}
	#prevBtn a:hover{background:url(../images/slider_left.png) no-repeat 0 0;filter:alpha(opacity=80);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;}
#nextBtn a:hover{background:url(../images/slider_right.png) no-repeat 0 0;		filter:alpha(opacity=80);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;}
#nextBtn a{ 
	background:url(../images/slider_right.png) no-repeat 0 0;
		filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;	
	}
#prevBtn a{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	}
