.BlockGallery {
	position: relative;
	overflow: inherit;
	width: 450px;
	height: 600px;
}

.BlockGallery .scroller {
	padding: 0px;
	/*width: 100% !important;*/
	margin: 0px 19px;
}

.BlockGallery .scroller,
.BlockGallery .scroller div.container {
	width: 400px;
	height: 600px;
}

.BlockGallery .scroller div.arrow {
	position: absolute;
	z-index: 100;
}

.BlockGallery .scroller div.arrow.left {
	/*margin-left: 30px;*/
	/*background-image: url('/img/pictures_left_arrow.png');*/
	width: 36px;
	height: 59px;
	top: 254px;
	left: 0px;
	z-index: 60;
}

.BlockGallery .scroller div.arrow.right {
	/*margin-right: 30px;*/
	/*background: url('/img/pictures_right_arrow.png') no-repeat;*/
	width: 36px;
	height: 59px;
	top: 254px;
	right: 0px;
	z-index: 60;
}

.BlockGallery .scroller ul.scroller-ul {
	/*top: 170px;*/
	/*margin: 0px -30px;*/
}

.BlockGallery .scroller ul.scroller-ul li.scroller-li {
	margin: 0px 5px;
	overflow: visible;
	width: 450px;
	height: 600px;
}

/*.BlockGallery .scroller ul.scroller-ul li.scroller-li.active object,
.BlockGallery .scroller ul.scroller-ul li.scroller-li.active embed {
	background-color: #000;
}
*/
.BlockGallery .scroller ul.scroller-ul li.scroller-li .preview img {
	width: 108px;
	height: 108px;
	border: 1px solid #fff;
}