#gallery {
	position:relative; 
	width:700px; 
	margin:5px auto 15px auto; 
	padding-top:5px; 
/*	border:6px solid #fff; 
	background:#AAA; */
}

#images { 
	border:2px solid #9ac1c9; 
	height:225px; 
	background:#eef5f6; 
	margin-bottom:20px; 
}

#image { 
	position:relative; 
	width:670px; height:380px; 
	padding:3px; 
	border:1px solid #55a3c2;
	background:transparent url(../../images/interior/gallery/loading.gif) center center no-repeat; 
}

#image img { 
	position:absolute; 
}

#thumbwrapper {
margin-top:10px; padding:0px; width:700px; height:50px; }
#thumbarea{ position:relative; overflow:hidden; height:100px; width:700px; }

#thumbs{ position:absolute; height:67px; width:700px; }
#thumbs li{ float:left; list-style:none; height: 50px; width: 65px; margin:2px; cursor:pointer; padding: 2px; border:1px solid transparent;}
#thumbs li:hover {border:1px solid #55a3c2;}
.imgnav{ position:absolute; height:375px; width:6%; z-index:100; height:375px; width:6%; z-index:100; outline:none; cursor:pointer;}
#previmg{ left:0; background:url(../../images/interior/gallery/prev.png) left center no-repeat; }
#previmg:hover{ left:0; background:url(../../images/interior/gallery/prev_over.png) left center no-repeat; }
#nextimg{ right:0; background:url(../../images/interior/gallery/next.png) right center no-repeat; }
#nextimg:hover{ right:0; background:url(../../images/interior/gallery/next_over.png) right center no-repeat; }

.gallery_caption{
	font:80% tahoma, helvetica, arial, verdana, sans-serif;
	line-height:1.5em;
	color:#fff;
	padding-top:0px;
}

#caption{
	font:80% tahoma, helvetica, arial, verdana, sans-serif;
	line-height:1.5em;
	color:#fff;
	padding-top:0px;
}
