.woocommerce-main-image {
	display: block !important;
}


.thumbnails .additional-image {
	float: left !important;
	margin: 2px 7px !important;
}

.thumbnails .scrollable {
	float: left !important;
	position:relative !important;
	overflow:hidden !important;
	width: 420px;
	height: 100px;
}

.thumbnails .scrollable .items {
	width:20000em;
	position:absolute;
}

.thumbnails a {
	width: 90px !important;
}

.thumbnails a.browse {
    background:url(../images/buttons2.png) no-repeat !important;
    display:block !important;
    width:30px !important;
    height:30px !important;
    float:left !important;
    margin:30px 0 !important;
    cursor:pointer !important;
    font-size:1px !important;
}


.thumbnails a.right { background-position: -30px -30px !important; clear:right !important;}
.thumbnails a.right:hover { background-position:-30px -30px !important; }
.thumbnails a.right:active { background-position:-60px -30px !important; }

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

.thumbnails a.browse.disabled {
	opacity: 1 !important;
}

div.pp_overlay {
	background: #000 !important;
	opacity: 0.7 !important;
}