/* 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:890px;
	margin-bottom:2em;
}

#SliderContainer {
	margin:0 auto;
	position:relative;	
	text-align:left;
	width:890px;
}
/* Easy Slider */

#slider {
}
#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:890px;
	height:79px;
	overflow:hidden;
/*	padding-top:15px;*/
}
#slider li div img{
	margin-left:20px;
	margin-right:20px;
}
#slider li div{
	width:auto;
	float:left;
	background-image:url(../../Images/Common/SliderDivider.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
}
#prevBtn, #nextBtn {
	display:block;
	width:26px;
	height:26px;
	position:absolute;
	left:-23px;
	top:25px;
}
#nextBtn {
	left:910px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:26px;
	height:26px;
	background:url(EasySlider/left.gif) no-repeat 0 0;
}
#prevBtn a:hover {
	background:url(EasySlider/left_over.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(EasySlider/right.gif) no-repeat 0 0;
}												
#nextBtn a:hover {
	background:url(EasySlider/right_over.gif) no-repeat 0 0;
}			
/* // Easy Slider */
