div#recgalleries {
	background:url(/ui/images/galrecreationbg.gif) top left no-repeat;
	height:313px;
	margin-bottom:15px;
}

div#recgalleries div#leftside{
	float:left;
	width:360px;
	padding:11px 0 0 11px;
}
div#recgalleries div#image {
	
	width:354px;
	height:239px;
	position:relative;
	text-align:center;
}
div#recgalleries div#image img{
	/*border:1px solid #b2a79d;*/
}

div#recgalleries div#image #imgband {
	position:absolute;
	bottom:2px;
	left:1px;
	width:354px;
	height:40px;
	background:#715d4a;
	filter:alpha(opacity=70);
	opacity:.70;
}

div#recgalleries div#image #imgtext {
	position:absolute;
	bottom:0;
	*left: 0;
	width:350px;
	height:40px;
	color:white;
	padding:0 10px 0 10px;
	text-align:left;
	font-size:10px;
}

div#recgalleries div#galcontrols{
	padding:11px 0 0 0px;	
}


div#recgalleries div#info{
	float:left;
	padding: 5px 10px 10px 10px;
	float:left;
	width:301px;
}

div#recgalleries div#info p{
	margin-bottom:6px;
	line-height:17px;
}
div#recgalleries div#info br{
	margin-bottom:0px;
}


div#recgalleries button {
	border:0;
	background:url(/ui/images/buttons/recgallerybtnbg.gif) left top no-repeat;	
	padding:0;/* 8px 5px 6px;*/
	margin:0;
	display:inline;
	cursor:hand;
	line-height:17px;
}
div#recgalleries button div{
	padding:0;
	margin:0;
	padding:2px 5px 6px 4px;
	font-size:10px;
	color:#0075ef;
	cursor:hand;
}

div#recgalleries button.active div{
	color:#f37421;
}

div#recgalleries button.hover div {
	color: #f37421 !important;
}
