#slider-wrapper{position: relative !important;float:right;margin:0px;z-index:0}
#slider{margin: 5px 0  10px 0 }
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider img{border:none;}
#slider li{
	width:745px;
	height:228px;
	overflow:hidden;
	z-index:-1;
	}
#prevBtn, #nextBtn{
	display:block;
	width:69px;
	height:134px;
	position:absolute;
	left:5px;
	top:80px;
	z-index:100;
 }
#nextBtn{
	left:669px;
	}
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:69px;
	height:134px;
	z-index:100;
	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.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}

#nextBtn a:hover{background:url(../images/slider_right.png) no-repeat 0 0;		filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}

#nextBtn a{
	background:url(../images/slider_right.png) no-repeat 0 0;
		filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	}

#prevBtn a{
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	}

