#wrapperdd{/*main page contents*/
	margin: 0 auto;
	width:700px;
	box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
/*styling for our gallery*/
.image{/*styling for the image*/
	float:left;
	border:5px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px;
	}

.image a{
	width:107px;
	height:107px;
	text-indent:-999px;
	display:block;
}
.image:hover{
	border-color: #525b00;
}

.resize {
	
	margin:10px	
	float:left
	width:107px;
	height:107px;
	
}
