.g-thumb{
	display:block;
	float:left;
	width:100px;
	padding:8px;
	border:1px solid #ccc;
	background:#fff;
	margin:4px;
	text-decoration:none;
	color:#777 !important;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#eeeeee', Positive='true')
	}

.g-thumb div{
	padding-top:5px;
	text-align:center;
	font:normal 11px tahoma,arial,sans-serif;
	}

a.g-thumb:hover{
	border-color:#000;
	color:#000 !important;
	}

/* Used in the listing page */

div.galleries{
	clear:both;
	}

div.galleries h2{
	margin-bottom:0;
	}

div.galleries p{
	margin:.7em 0;
	clear:both;
	}
