@charset "utf-8";
/* Gallery Styles */

/***** gallery styles ********/



.gallery .galleryImage {
	width:154px;
	float:left;
	margin: 0 20px;	
	display:inline;
}

*html .gallery .galleryImage {
	margin: 0 18px;
}

.gallery .galleryImage h3.title {
	display: block;
	margin: 3px 0 3px 0;
	padding:0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #ea734b;
}

.gallery .galleryImage .imageFrame {
	width: 154px;
	height: 104px;
	position:relative;
	background: #fff;
	border: 1px solid #93b17b;
}

.gallery .galleryImage .imageFrame div {
	width:150px;
	height:100px;
	overflow:hidden;
	position:absolute;
	top: 2px;
	left: 2px;
}


.gallery .galleryImage img { 
	border:none;
}

.gallery .galleryRow {
	clear:both;
	width: 780px;
	height: 165px;
	overflow:hidden;
	margin-bottom: 5px;
}

.gallery .paging {
	clear:both;
	
}
.gallery .paging ul {
	text-align:center;
	list-style: none;
	margin:0;
	margin-top: 5px;
	padding:0;
}

.gallery .paging ul li {
	display:inline;
	margin: 0 18px;
	font-weight: bold;
	font-size:14px;
}

