@charset "UTF-8";
/* CSS Document */

.clear {
	clear: both;
}

#gallery {
	height: 380px;
	margin: 140px auto 0 auto;
	overflow: auto;
	position: relative;
	width: 610px;
	z-index: 2;
}

#gallery .imageRow {
	margin-bottom: 30px;
}

#gallery .imageRow .imageWrap {
	float: left;
	width: 164px;
}

#gallery .imageRow .imageBump {
	margin-right: 46px;
}

#gallery .imageWrap .imageTop {
	background: transparent url(http://fiddlesticksaz.com/Uploaded_Files/53/includes/images/gallery/chrome.jpg) top left repeat-y scroll;
	height: 108px;
	padding: 6px 0;
}

#gallery .imageWrap .imageTop img {
	border: none;
}

#gallery .imageWrap .imageBtm {
	display: block;
	margin-top: 5px;
}