﻿div#scrollbar
{
	display: none;
}

/* below in external file */
div#wn
{
	position: relative;
	width: 100%;
	height: 340px;			/* 410*/
	overflow: hidden;
	top: 0px;
	left: 0px;
}
div#scrollbar
{
	position: relative;
	width: 346px;
	height: 13px;
	display: block; /* display:none initially */
	font-size: 1px; /* so no gap or misplacement due to image vertical alignment */
	margin: auto;
	margin-bottom: 80px;
}

div#track
{
	position: absolute;
	left: 12px;
	top: 0;
	width: 320px;
	height: 13px;
	border: solid 1px #400503;
}
div#dragBar
{
	position: absolute;
	left: 1px;
	top: 1px; /*width: 20px;*/
	height: 11px;
	background-image: url(../../images/scroller11.png);
	background-repeat: no-repeat;
}
div#left
{
	position: absolute;
	left: 0;
	top: 0;
}
div#right
{
	position: absolute;
	right: 0;
	top: 0;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img
{
	/* display:block; */
}

.prodetail
{
	vertical-align: top;
	width: 210px;		
	height: auto;	/*290*/	/*360*/
	/*border: double 1px #e7e7e7;*/
	border-right: dotted 1px #e7e7e7;
	border-left: dotted 1px #e7e7e7;
}
.prophoto
{
	height: 210px;			/*230*/
}
.des
{
	font-weight: bold;
	visibility:hidden;
	height:25px;
	padding-top: 10px;
	color: #400503;
	background: url(/images/Product/productdetail/pricebg.jpg) no-repeat center center;
}
.productcolor
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	/*height:70px;*/
	height:15%;
	width: 210px;   /* fix the width of the color box*/
}

.productcolor li
{
	display: inline;

}
.productcolor img
{
	margin:1px;
	width:20px;
	height:20px;
	border:solid 1px #898989;
}

#t1
{
	margin: auto;
	clear: both;
	border-width: 0px;
	border-collapse: collapse;
	text-align: center;
}
#t1 td
{
	vertical-align: top;
}





