#wrapper {
	height:auto;
	width:auto;
}

#wrapper #gallery {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 15px;

}

#gallery .holder {
	width:205px;
	height:180px;
	/*background-image:url(../images/polaroid.png);*/
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;

	background-color:background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

.holder .thumb {
	width:auto;
	height:120px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align:center;
}

.holder .title {
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	overflow:hidden;
}

.title h3 {
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	color:#333;
	font-weight: normal;
}


.holder img {
	border:none;	
}
.holder img:hover {
	opacity:0.7;	
}


.clearFloat {
	clear:both;	
}
	
