@charset "utf-8";
/* CSS Document */
/* These styles are for the gallerys widget. They can be copied over to your default.css or custom.css or include the file in the folder as required */

#galleryListingRegion {
	padding:8px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#galleryLoadingRegion {
	color:#FF0000;
	text-decoration:blink;
	font-size:16px;
	font-weight:bold;
}
#noResults {
	color:#ffffff;
	background:#FF0000;
	font-size:16px;
	font-weight:bold;
}

#galTotal {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.nav {
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
	cursor:pointer;
}
.galblock {
	position: relative;
	width: 146px;
	height: 189px;
	float: left;
	margin: 8px;
	padding: 4;
	float: left;
	display:inline;
	color:#FFFFFF;
}

.galleryblock div.thumb {
	width:64px; 
	height:48px; 
	background-color:#ffffff;
}

#displayGalleryRegion {
	padding:8px;
	background-color:#FFFFFF;
}

#galleryTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
}

.gallerydate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}

#promoter {
	font-weight:bold;
	text-decoration:underline;
}

.thumbn{
 cursor:pointer;
 }
