#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 ul li {
	float:left;
	margin:5px;
	padding:2px;
	border:1px solid #006699;
	height:80px;
	width:80px;
}
#mod_gallerythumbs ul li a {
	border:0;
	padding:0;
	margin:0;
}

.tool-tip {
	padding:5px;
	width:100px;
	background:#474747;
	border-bottom:3px solid #006699;
	z-index:1000;
	
}
.tool-title { }
.tool-text { color:white; }


