#galleryMainContainer {
	position:relative;
	width:588px;
	height:380px;
	overflow:hidden;
}
#galleryOptions {
	width:588px;
	position:relative;
	margin-bottom:20px;
}

#galleryNone {
	padding-bottom:20px;
}

ul#galleryImages {
	float:left;
	list-style-type:none;
}
ul#galleryImages li div.ldg {
	height:380px;
	background:#fff url(../images/loading.gif) no-repeat center center;
}
#galleryPrevLink {
	position:absolute;
	left:0;
	top:0;
}
#galleryNextLink {
	position:absolute;
	right:0;
	top:0;
}

#galleryPaging {
	position:absolute;
	left:70px;
	right:70px;
	top:0;
	text-align:center;
}
* html #galleryPaging {
	width:448px;
}

#galleryPaging a:link, #galleryPaging a:visited {
	font-size:10px;
	padding:0 2px;
	color:#666;
}

#galleryPaging a:hover, #galleryPaging a:active, #galleryPaging a.wactive:link, #galleryPaging a.wactive:visited {
	color:#ccc;
}
#galleryPaging a.wactive:link, #galleryPaging a.wactive:visited {
	text-decoration:none;
	font-weight:bold;
}
