* {
	margin:0; 
	padding:0
}

#image {
	position:relative;
	background:#FFF url(../images/loading.gif) center center no-repeat;
	padding-bottom: 5px;
	padding-left:20px;
	float:left;
	margin-top:-50px;
}

#image img {
	width: 300px;
	height: 350px;
}

#thumbwrapper { 
	border:0px solid #666;
	height:100px; 
	float:left;
	text-align: left;
	margin-left: 18px;
}

#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:100px; 
	width:740px;
}

#thumbs {
	position:absolute; 
	list-style:none; 
	margin-left:5px; 
	height:100px; 
	width:5000px; 
	border-right:5px solid #FFF;
}

#thumbs li {
	float:left; 
	margin-right: 25px; 
	cursor:pointer;
	border:1px solid #CCCCCC;
}

.imgnav {
	cursor:pointer;
	margin-left: 50px;
}

#previmg {
	left:0; 
	background:url(../images/left.gif) left center no-repeat; 
}

#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}

#nextimg {
	right:0; 
	background:url(../images/right.gif) right center no-repeat; 
}

#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}

#product_thumbnail {
	height: 140px;
	position:relative;
	z-index:1000;
	margin-bottom:20px;
}

.left_arrow {
	float: left;
	cursor: pointer;
	width: 45px;
	margin-top: 10px;
	margin-left: 25px;
}

.right_arrow {
	float: left;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 15px;
}

.others_product {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	margin-left:40px;
	text-align:left;
}