#bannercontainer {
	position:relative;
	text-align:left;
	width:191px;
	height:148px;
	background:#fff;
	margin-bottom:.5em;
	margin-top:5px;
	padding:7px;
	border:#CCC solid 1px;
}
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
	

/* Easy Slider */

	#slider {
	border:#CCC solid 1px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	width:189px;
	height:125px;
	list-style:none;
}
#slider li {
	width:189px;
	height:125px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:80px;
	height:30px;
	position:absolute;
}
#prevBtn {
	left:15px;
	top:135px;
}
#nextBtn {
	top:135px;
	right:20px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:80px;
	height:30px;
	background:url(../../img/banners/btn_prev.jpg) no-repeat 0 0;
}
#nextBtn a {
	background:url(../../img/banners/btn_next.jpg) no-repeat 0 0;
}
