/*
========================================
GALLERIES
========================================
*/

.galleries h2 {
	background: #fff url('../assets/images/galleries/title.png') no-repeat left;
	width: 293px;
	height: 60px;
	margin-left: 18px;
}

.galleries h2 span {
	margin-left: -9999px;
}

.galleries .gallery_container {
	float: left;
    width: 980px;
}

.galleries .gallery_container .gallery_box {
    padding-top: 10px;
    padding-left: 18px;
    float:left; 
    width: 302px;
    height: 273px;
	overflow: hidden;
}

.galleries .gallery_container .gallery_box .gallery_title {
	font-weight: bold;
	line-height: 21px;
	font-size: 22px;
    width: 100%;
    height: 70px;
    float: left;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.galleries .gallery_container .gallery_box .gallery_image {
	height: 177px !important;
	max-height: 177px;
	height: 177px;
	float: left;
	margin-top: 0;
}

.galleries .gallery_container .gallery_box .gallery_image .normal {
	background: #000 url('../assets/images/galleries/click.png') left no-repeat;
}

.galleries .gallery_container .gallery_box .gallery_image .hover {
	background: #000 url('../assets/images/galleries/click.png') -152px no-repeat;
}

.galleries .gallery_container .gallery_box .gallery_image .gallery_box_link {
    float:left; 
	margin-top: 143px;
	width: 152px; 
	height: 22px; 
/*	background: #000 url('../assets/images/galleries/click.png') left no-repeat; */
}

.galleries .gallery_container .gallery_box a {
    width: 100%;
    height: 182px;
    display: block;
    float: left;
}

.galleries .gallery_container .gallery_box .spacer {
	margin: 10px 0 0 0;
	width: 480px;
	height: 1px;
	background: #cccccc;
	float: left;
	clear: both;
}

/*
========================================
GALLERY DETAILS
========================================
*/

#back a {
	display: block;
	width: 88px;
	height: 27px;
	background: #000 url(../assets/images/galleries/back.png) no-repeat 0 0;
	text-indent: -9999em;
	padding-left: 2px;
}

#back a:hover {
    background-position: -85px right;
}

.gallery_details_container {
	margin-top: 18px;
	float: left;
    padding-left: 18px;
    padding-right: 18px;
    width: 945px;
}

.details_row {
	position:relative;
	margin-left:-5px;
}

.detail_image .details_row {
	width: 189px;
	}
	
.detail_image img{
	width: 184px;
}

.details_col {
	float:left;
	position:relative;
	margin-right: 5px;
}

.detail_image{
	width: 184px;
	height: 189px;
}

.galleries_details_title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 21px;
	padding-left: 18px;
}
