/* GALLERY */

#Scrollable_product_gallery {
	width: 536px;
	height: 320px;
	z-index: 1;
	overflow: hidden;
	}

/* root element for the scrollable. */
.product_gallery {
    /* required settings */
    position:relative;
	margin: 0 0px 0 0;
    width: 536px;
	float:right;
    overflow:hidden;
    height: 320px;
}

/* root element for scrollable items. */
.scrollable .gallery_items {
    width:20000em;
    position:absolute;
    clear:both;
}

.gallery_items div {
    float:left;
    width:536;
}

#product_gallery_block {
	width: auto; height: auto;
	text-align:left;
	float: left;
	overflow:hidden;
	}
	

