#galleryPeak {
	position:relative;
	width:296px;
	float:right;
	display:block;
	background:#e5e5e5;
	border:1px solid #b4b4b4;
	margin:10px 0 10px 10px;
	padding: 5px;
}

.gallerythumb {
	margin: 0 7px 0 0;
	border: 1px solid #ccc;
}
.thumbnailstxt {
	margin: 10px 0 10px 0;
	text-align: center;
}
.largeImage{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#images {
}
#image{
	position:relative;
	background:url(/images/loading.gif) center center no-repeat;
	border:1px solid #b4b4b4;
	width:274px;
	height:198px;
	margin:4px;
}
#image img {position:absolute; top:0px; left:0px}

#thumbwrapper {}
#thumbs ul{margin:0; padding:0;}
#thumbs li {float:left; cursor:pointer; background:none; margin:0 0 4px 4px; padding:0; display:inline;}
#thumbs li img{border:1px solid #b4b4b4;}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
