#slider-wrap{
	width:200px; 
}
#slider{ 
	width:200px;
	height:300px;
	overflow: hidden;
	position:relative;
}
.slide{ 
	width:100%;
	height:100%;
}
.sli-links{
	margin-top:-11px;
	text-align:center;
	position:relative;
	bottom:18px;
}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bullets-left.png) no-repeat 0 -17px;
}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:-1px 0;
}
.sli-links .control-slide.active{
	background-position:center top;
}
#prewbutton, #nextbutton{ 
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}
#prewbutton{
	left:10px;
}
#nextbutton{
	right:10px;
	background:url(arrowBg.png) right center no-repeat;
}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;
}