#wrapper2 {
	height:500px;
	width:auto;
}

#wrapper2 #gallery {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;

}

#gallery .holder {
	width:130px;
	height:140px;
	border: 1px solid #ccc;
	margin-left: 25px;
        margin-top: 15px;
        background-color:#fff;
        -moz-box-shadow:1px 3px 15px #000;
        -webkit-box-shadow:1px 3px 15px #000;
        float: left;
}

.holder .thumb {
	width:120px;
	height:95px;
        margin-top:5px;
        margin-left:auto;
	margin-right:auto;
}

.holder .title {
	width:120px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
}

.title p {
	margin:0;
	font-family:Verdana;
	font-size:10px;
        text-align: center;
	overflow:hidden;
	color:#333;
}


.holder img {
	border:none;	
}


.clearFloat {
	clear:both;	
}
