
/* new gallery */
.boxGrayAll
{
	background:#f3f3f3;
	padding:5px 0;
	border: 1px solid #cecece;
}
.containerGallery{
	width: 100%;
	height: 470px;
}
.containerGallery.smallBox{
	height: 450px;
}
.boxWhiteAll
{
	background:#ffffff;
	padding:5px 0;
	border: 1px solid #cecece;
}
.containerThumb{
	width: 230px;
	height: 430px;
}
.containerImageBig{
	width: 414px;
	height: 353px;
}
.rounded-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
div.up{
	background:url('/vimages/default/galleryUp~1427801826.gif') no-repeat;
	width: 13px;
	height: 12px;
	margin: 0px auto;
	cursor: pointer;
}
div.down{
	background:url('/vimages/default/galleryDown~1427801826.gif') no-repeat;
	width: 13px;
	height: 12px;
	margin: 5px auto;
	cursor: pointer;
}

.boxContentWhite.thumb{
	/*width: 219px;*/
	/*float: right;*/
	/*background: white;*/
	overflow: hidden;
	height: 426px;
}
.boxContentWhite.thumb #thumbs-mask{
	position:relative;
}
