/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			
#SliderTest{
	margin:0 auto;
	position:relative;	
	text-align:left;
	width:683px;
	background:#fff;
	margin-bottom:2em;
}

#SliderContainer {
	margin:0 auto;
	position:relative;	
	text-align:left;
	width:763px;
	height:59px;
	background:#333333;
}
/* Easy Slider */

#slider {
	margin-left:40px;
}
#slider ul li img {
	margin-right:11px;
}

#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:683px;
	height:59px;
	overflow:hidden;
	background-color:#333333;
	padding-top:1px;
}
#prevBtn, #nextBtn {
	display:block;
	width:40px;
	height:59px;
	position:absolute;
	top:0px;
}
#nextBtn {
	left:723px;
}

#prevBtn a, #nextBtn a {
	display:block;
	width:40px;
	height:59px;
	background:url(left.png) no-repeat 5px 10px;
}
#prevBtn a:hover {
	background:url(left_over.png) no-repeat 5px 10px;
}
#nextBtn a {
	background:url(right.png) no-repeat 10px 10px;
}												
#nextBtn a:hover {
	background:url(right_over.png) no-repeat 10px 10px;
}			
/* // Easy Slider */


#prevBtn {
	background-image:url(../../../Images/Common/Curve-Slider-Left.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#nextBtn {
	background-image:url(../../../Images/Common/Curve-Slider-Right.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}