.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	z-index: 2;
	background-color: rgb(255, 255, 255);
	display:none;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 189px;
	height:50px;
	/* custom decorations */
	border:0px solid #ccc;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	cursor: pointer;
}


/* single scrollable item */
.scrollable img{


	width:50px;
	height:39px;
	float:left;
	margin:5px 3px 5px 3px;
	border:1px solid #CCCCCC;
}
.scrollable img, .scrollable_vertical img {
	background-color:#fff;
	cursor:pointer;
	padding:2px;
/*	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

/* active item */
.scrollable .active, .scrollable_vertical .active {
	border:1px solid #888888;
	position:relative;
	z-index:9999;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:20px;
	height:18px;
	float:left;
	margin:16px 1px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
			background:url(img/arrow/right.png) no-repeat;
			background-position: 0 0px;
			/*clear:right;*/
			margin-right: 2px;
			margin-left: 0px;
}
a.right:hover 		{ background-position:0px -18px; }
a.right:active 	{ background-position:0px -18px; }


/* left */
a.left				{
	margin-left: 0px;
	background:url(img/arrow/left.png) no-repeat;
}
a.left:hover  		{ background-position:0px -18px; }
a.left:active  	{ background-position:0px -18px; }


/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
/*	visibility:hidden !important;*/
}

#ovlbox {
	display:none;
	width: 830px;
}

#ovlbox #ovlwrapper {
	height: 560px;
	overflow: hidden;
	border: 2px solid #888;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/

}
#ovlbox div {
	background-color:#fff;
}

#ovlbox h2 {
	color:#000;
	font-size:14px;
	font-weight:normal;
	/*margin:-8px -11px 0;*/
	margin: 0;
	padding:1px 4px;
	margin: 5px 6px;
	text-align:left;
	background: none;
	background-color:#D6D6D6;
}

#ovlbox ul {
	list-style: none;
}

#ovlbox li {
	list-style: none;
}


#ovlbox .close {
	z-index: 222222;
	position: absolute;
	/*left: 645px;
	top:  -10px;*/
	left: 795px;
	top: 0px;
	width: 36px;
	height: 36px;
	background:url(img/close.png) no-repeat;
}

.scrollable_vertical {
    /* required settings */
	position: absolute;
	width: 110px;
    height: 521px;
	float: left;
	left: 3px;
    overflow:hidden;
    padding: 0px 5px;
	/*border-right: 1px solid #ccc;*/
	text-align: left;

}

/* root element for scrollable items */
div.scrollable_vertical div.items2 {
    position:absolute;
    /* this time we have very large space for the height */
    height:20000em;
}


.nooverflow {
	height: 98%;
	position: absolute;
	overflow: hidden;
}

#image_wrap img {
	width: 200px;
	height: 149px;
	cursor: pointer;
}

#image_wrap2{
	border: 1px solid #aaa;
	position: absolute;
	left: 120px;
	width: 700px;
	height: 520px;
	max-height: 520px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#image_wrap2 img {
	width: 700px;
}

.productbox{
	position: relative;
	/*height: 90px;*/
	border: 1px solid #ccc;
	margin-top: 15px;
}

.productbox h4 {
	background-color:#d6d6d6;
	padding: 2px 4px;
	margin: 2px;
	font-size: 100%;
	font-weight: normal;

}