.SimpleSlider {background:#fff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		border:1px solid #ddd ;
		border-radius:4px;	}
.SimplebigImages {list-style-type: none; padding:0; margin-top: 0px; margin-bottom: 0px;}
.SimpleThumbs {
display:block;

}
.SimplesmallImages
{
list-style-type:none;
margin:0;
padding:0;
}
.SimplesmallImages li.inactive
{
display:block;
background-image:url("small.png");
background-repeat:no-repeat;
		width:50px;
		height: 48px;
		float:left;
		margin-left:3px;
		margin-top:0px;
		padding-left:3px;
		padding-top:13px;
		
}
.SimplesmallImages li.active {
background-image:url("small_bg.png");
background-repeat:no-repeat;
		width:50px;
		height: 48px;
		float:left;
		margin-left:3px;
		margin-top:1px;
		padding-left:3px;
		padding-top:12px;
}
.osdem66 {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9; height: 63px;border-top:1px solid #eee;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:0 0 4px 4px;}