.galleryBlock {margin:0 0 40px 0; zoom:1; float:left; clear:left;}
.wrapBox {border:1px solid #DDD; padding:2px; background:#FFF; margin:0 0 15px 40px; width:500px; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box;}
.imageWrap {padding:15px 0; text-align:center;  background-color:#efefef;}

.rightPart .galleryBlock {float:none;} /* by Inna : new line 09.03.10*/
.rightPart .wrapBox {padding:3px 3px 0; margin:0 0 15px; width:332px; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;} /* by Inna : new line 09.03.10*/
.rightPart .imageWrap {padding:0; background:#FFF;} /* by Inna : new line 09.03.10*/

.scrollable {
	position:relative;
	overflow:hidden;
	width: 500px;
	height:120px;
	border:1px solid #ccc;
	background:url(h300.png) repeat-x;
	float:left;	
	-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box;
}

.rightPart .scrollable {width:255px; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;} /* by Inna : new line 09.03.10*/
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	margin:20px 2px 20px 14px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

a.browse {
	background:url(hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


a.disabled {
	visibility:hidden !important;		
} 	

