img {
	border:none;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

#slider {
width:176px;
height:119px;
background:url(../images/back_image_viewer.png) repeat-x;
margin:0 36px 0 36px;
}
#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:176px;
	height:119px;
	overflow:hidden;
}

#slider li a {
display:block;
	width:176px;
	height:94px;
	padding-top:25px;
	overflow:hidden;
	text-align:center;
}


#prevBtn {
	display:block;
	position:absolute;
    top:0;
	left:0;
	width:36px;
	height:119px;
}

#nextBtn {
	display:block;
	position:absolute;
    top:0;
	right:0;
	width:36px;
	height:119px;
}

#prevBtn a, #nextBtn a {
	display:block;
	width:36px;
	height:119px;
	background:url(../images/prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/next.png) no-repeat 0 0;
}												

/* // Easy Slider */


.SliderContainer {width:248px; height:119px; position:relative;}







