/* 

Enter in the dance, plug it in and we begin...

*/

.Gallery_Wrapper {
	top:192px;
	left:0px;
	width:480px;
	min-height:470px;
	padding:0px 0px 0px 0px;
	margin-bottom:70px;
	overflow:auto;
}

.Gallery_Thumb {
	float: left;
	width: 130px;
	height: 200px;
	background-color:#DDDDDD;
	margin:0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#990000;
	text-align: left;
	line-height:18px;
}

.Gallery_Thumb a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#0033FF;
}

.Gallery_Thumb a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#0033FF;
}

.Gallery_Thumb a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#0033FF;
}


.Gallery_Thumb_Image {
	height:80px;
	width:130px;
	background-color:#EEEEEE;
	overflow:hidden;
	margin-bottom:10px;
}


