img {
	border:none;
}
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
#container {
	position:relative;
	text-align:left;
	width:485px;
	height: 224px;
	overflow:hidden;
	background-color:#000;
}
#content {
	position:relative;
}
/* Easy Slider */

#slider {
	margin-left: 20px;
	_margin-left: 20px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
 /* 
  define width and height of list item (slide)
  entire slider area will adjust according to the parameters provided here
 */ 
	width:450px;
	height:224px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:20px;
	height:224px;
	position:absolute;
	left:0px;
	top:0px;
}
#nextBtn {
	_margin-left:-20px;
}
#prevBtn {
	_margin-left:-20px;
}
#nextBtn {
	left:465px;
}

#prevBtn a:hover {
	background:url(slider/prev-btn-hover.png) no-repeat 0 0;
}

#nextBtn a:hover {
	background:url(slider/images/next-btn-hover.png) no-repeat 0 0;
}

#prevBtn a, #nextBtn a {
	display:block;
	width:20px;
	height:224px;
	background:url(/content-slider/images/prev-btn.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(/content-slider/images/next-btn.png) no-repeat 0 0;
}
