body {
	background-attachment:scroll;
	margin: auto;
	float: left;
}


#wrapper {
	height: auto;
	float: left;
		
}

#wrapper #gallery {
	height: auto;
	float: left;
}

#gallery .holder {
	float:left;
	margin-top: 2%;
	height: 100px;
	width: 100px;
}

.holder .thumb {
	height:100px;
	text-align: center;
	
}

.holder .title {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.title h3 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	color:#333;
}


.holder img {
	float: left;
	height: 100px;
	width: 100px;
	
}


.clearFloat {
	clear: both;
}
