.sliderwrapper{
	position: relative;
	border-bottom-width: 6px;
	width: 260px;
	height: 200px;
	left: 10px;
	top: 2px;

}
.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: #CDC8BE;
	width: 250px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 240px;





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url(../images/Backgrounds/600H-Gry-1.jpg);
	border: 1px solid #CCCCCC;
}
#slider4{
	height: 200px;
}
#paginate-slider4{
}
#paginate-slider4 a img{
width: 100px;
height: 80px;
border: 1px solid #CECEC5;
}
#paginate-slider4 a img:hover {
border: 1px solid #FFFFFF;
}
#paginate-slider4 a.selected img{
border: 1px solid #FFFFFF;
}

