.portarea #gallery {
	position:relative;
	width:600px;
	padding:0px;
	margin: 0px;
}
.portarea #images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
.portarea #image {
	position:relative;
	width:600px;
	height:414px;
	padding:0px;
	background:#FFF url(images/loading.gif) center center no-repeat;
	
}
.portarea #image img {position:absolute; top:5px; left:0px}
.portarea #thumbwrapper {
	margin-top:5px;
	width:600px;
	height:100px;
	background:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.portarea #thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:600px;
	margin: 0px;
	padding: 0px;
}
.portarea #thumbs {
	position:relative;
	list-style:none;
	margin-left:0px;
	height:100px;
	width:10000px;
	padding-left: 0px;
}
.portarea #thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.portarea .imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;	
	
}
.portarea #previmg {
	left:0px;
	background:url(images/left.gif) left center no-repeat
}
.portarea #previmg:hover {opacity:1; filter:alpha(opacity=100)}
.portarea #nextimg {
	right:0px;
	background:url(images/right.gif) right center no-repeat;
}
.portarea #nextimg1 {
	right:0px;
	background:url(images/right.gif) right center no-repeat;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #996633;
}
.portarea #nextimg:hover {opacity:1; filter:alpha(opacity=100)}
