UL.thumbs {
	width: 100%;
	font: 10px Verdana;
	margin: 0 auto;
	list-style-type:none;
	padding: 0;
}

UL.thumbs LI {
	float:left;
	position:relative;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #dddddd;
	font: 10px Verdana;
	color: #333;
	text-align: center;
	width:180px;
	vertical-align: middle;
	height:230px;
	margin: 2px;
}

ul.thumbs li table {
	border:0 none;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	padding:0;
	vertical-align: middle;
}

UL.thumbs LI:hover {
	background-color: #d4d4d4;
}

UL.thumbs LI TABLE TD {
	
	font: 10px Verdana;
	text-align: center;
	vertical-align: middle;
}


UL.thumbs LI TABLE TD.slide {
	vertical-align: middle;
	height:180px;
}

ul #feature_galleries {
	width: 100%;
	font: 10px Verdana;
	margin: 0 auto;
}

UL #feature_galleries LI {
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #dddddd;
	font: 10px Verdana;
	color: #333;
	text-align: center;
	width:180px;
	vertical-align: middle;
	height:230px;
}

ul.feature_galleries li table {
	border:0 none;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	padding:0;
	vertical-align: middle;
}

UL.feature_galleries LI:hover {
	background-color: #d4d4d4;
}

UL.feature_galleries LI TABLE TD {
	
	font: 10px Verdana;
	text-align: center;
	vertical-align: middle;
}


UL.feature_galleries LI TABLE TD.slide {
	vertical-align: middle;
	height:180px;
}

.right {
	float: right;
	text-align: right;
}

.rightcenter {
	float: right;
	text-align: right;
}

.clear {
	float:left;
	clear:both;
}

#feature_galleries {
list-style-type:none;
margin:0;
padding:0;
text-indent:0;
width:100%;
}

#feature_galleries li {
	float:left;
	position:relative;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #dddddd;
	font: 10px Verdana;
	color: #333;
	text-align: center;
	width:300px;
	vertical-align: middle;
	height:320px;
}


.thumbsList_gallery_list {
list-style-type:none;
margin:0;
padding:0;
text-indent:0;
width:100%;
}

.thumbsList_gallery_list li {
	float:left;
	position:relative;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #dddddd;
	font: 10px Verdana;
	color: #333;
	text-align: center;
	width:300px;
	vertical-align: middle;
	height:320px;
}





.urbangreymenu{
width: 200px; /*width of menu*/
float: right;
position:relative;
}



.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 3px;
padding-right: 3px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.headerbar a{
text-decoration: none;
color: white;
display: block;
}
