#slidercontainer
{
	position: relative;
	display: inline;
	float: left;
	/* width: 817px; */
	width: 803px;
	clear: both;
}

#slider
{
	margin: 0 auto;
}

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li
{
	width:700px;
	height:170px;
	overflow:hidden; 
}

#prevBtn, #nextBtn
{
	display:block;
	width:23px;
	height:20px;
	position: absolute;
	
}

#prevBtn
{
	left: 20px;
	top: 75px;
}

#nextBtn
{
	right: 20px;
	top: 75px;
}

#prevBtn a, #nextBtn a
{
	display:block;
	width:23px;
	height:20px;
	font-size: 0px;
}

#prevBtn a
{
	background:url(../images/leftarrow.jpg) no-repeat 0 0;
}

#nextBtn a
{
	background:url(../images/rightarrow.gif) no-repeat 0 0;
}

#slider ul li a
{
	 display: block;
	 width: 450px;
	 height: 120px;
	 text-decoration: none;
	 color: #000;
	 padding-left: 250px;
	 padding-top: 50px;
	 text-decoration: none;
}