.sliderwrapper{
	position: relative;
	border-bottom-width: 6px;
	width: 250px;
	height: 220px;
	left: 0px;
	top: -5px;

}
.sliderwrapper .contentdiv{
	visibility: visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: -1px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #F4F4F2;
	width: 260px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 220px;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#slider4{
	height: 250px;
}
#paginate-slider4{
}
#paginate-slider4 a img{
width: 100px;
height: 80px;
border: 1px solid #C1C0BB;
}
#paginate-slider4 a img:hover {
border: 1px solid #CECEC5;
}
#paginate-slider4 a.selected img{
border: 1px solid #CECEC5;
}

