@charset "utf-8";

div.gallery {
	margin: 0 auto;
	padding-top: 184px;
	width: 900px;
	background-color: #fcf8e5;
	text-align: left;
	}

div.styleGroup {
	zoom: 1;
	margin: 20px 0 40px 0;
	}

div.styleGroup:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.styleGroup div.style {
	zoom: 1;
	margin-left: 30px;
	float: left;
	width: 400px;
	}

* html body div.styleGroup div.style {
	margin-left: 15px;
	}

div.styleGroup div.style h3 {
	}

div.styleGroup div.style p {
	display: inline;
	}

div.styleGroup div.style p a {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	background: #fff;
	}

div.styleGroup div.style p a:hover {
	border: 1px solid #f90;
	}

div.styleGroup div.style p a img {
	}

div.styleGroup div.style div.rows {
	zoom: 1;
	margin-bottom: 10px;
	}

div.styleGroup div.style div.rows:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}





