body {
	background-attachment:scroll;
	
	/**background-image:url(../images/heart-bg.gif);
	background-position:center 70px;
	background-repeat:no-repeat;
	background-color:#333333;
	*/
	
}


#wrapper {
	height:auto;
	width:auto;
}

#wrapper #gallery {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;

}

#gallery .holder {
	width:160px;
	height:200px;
	background:#cccccc;
	/**background-image:url(../images/polaroid.png);
	color: #990000;	*/
	float:left;
	
	
}

.holder .thumb {
	width:140px;
	height:120px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
}




.holder .title {
	width:140px;
	height:40px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	overflow:hidden;
}

.title h3 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	overflow:hidden;
	color:#333333;
	text-transform: uppercase;
}


.holder img {
	border:none;
		
}

.holder img:hover {
   background: #e1e1e1;
   border: 1px solid #d0d0d0;
}

.clearFloat {
	clear:both;	
}
