#slider ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#slider li {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#slider {
	overflow: hidden; width: 550px; height: 100px; xborder:1px #cccccc solid;
}
#slider li {
	overflow: hidden; width: 550px; height: 100px
}
span#prevbtn {

}
span#nextbtn {

}

#prevBtn{ 
	float:left;
}

#nextBtn{ 
	float:right;
}

#prevBtn a{
	height:30px;
	font-weight:bold;
	padding-left:25px;
	background:url(/images/arrow_prev.gif) no-repeat 0 0;
	background-position:0px 5px;
	color:#ffffff;
}

#nextBtn a{
	height:30px;
	font-weight:bold;
	background:url(/images/arrow_next.gif) no-repeat 0 0;
	background-position:30px 5px;
	padding-right:30px;
	color:#ffffff;
}


