#gallery_container {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	clear:both;
}

#gallery {
	width:700px; 
	margin:0px auto; 
	padding:0px; 
	border:0px solid #fff; 
	background:#fff}
	
#images {
	border:2px solid #fff; 
/*	height:570px; */
	background:#fff; 
	margin-bottom:20px;
	}
#image {
	position:relative;
	width:700px;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	height:570px;*/
	border:0px solid #fff;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*background:#fff url(../images/oem/a.jpg) center center no-repeat*/
}
#image img {
/*	position:absolute; */
	top:3x; 
	left:5px}
#right_scroll {
	float:left;
	width:50px;	
	height: 213px;
}
#left_scroll {
	float:left;
	width:50px;	
	height: 213px;
}

	
#thumbwrapper {
	margin-top:1px;
	padding:1px;
	width:700px;
	height:213px;
	background:#FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:200px;
	width:650px;
	float: left;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:200px;
	width:3000px;
	border-right:0px solid #FFF;
	padding-left: 0px;
}

#thumbs li {
	float:left; 
	margin-right:2px; 
	cursor:pointer}

.imgnav {
	position:absolute; 
	height:400px; 
	width:10%; 
	z-index:100; 
	outline:none; 
	cursor:pointer}

#previmg {
	left:0; 
	background:url(../images/left.gif) left center no-repeat; 
	border-left:1px solid #FFF}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100)}
#nextimg {
	right:0; 
	background:url(../images/right.gif) right center no-repeat; 
	border-right:1px solid #FFF}
#nextimg:hover {
	opacity:1; filter:alpha(opacity=100)}
	
#right_scroll {
	float:left;
	width:25px;
	height: 120px;
	padding-top: 80px;
	text-align: center;
	cursor:pointer
}
#left_scroll {
	float:left;
	width:25px;
	height: 120px;
	vertical-align: 0%;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
cursor:pointer
}
