#mod_gallery {
	width:100%;
	text-align:center;
}

#mod_gallery_imgwrapper {
	text-align:center;
}

.preload {
	background:url('../images/loading.gif') center center no-repeat;
}

#mod_gallery_text {
	text-align:left;
}

#mod_gallery_img {
	margin-bottom:1em;
	text-align:center;
	width:100%;
	
}


#mod_gallerythumbs div.thumb {
	float:left;
	margin:5px;
	padding:2px;
	border:1px solid #ccc;
	height:80px;
	width:80px;
	list-style-type:none;
	background:none;
}
#mod_gallerythumbs div.thumb:hover {
	border:1px solid #D34B09;
}
#mod_gallerythumbs ul li a {
	border:0;
	padding:0;
	margin:0;
}
#mod_gallerythumbs div.thumbs {
	background:#f3f3f3;
}

