/*
	GALLERY
					*/
#myImageForm{
	background: #CCCCCC;
	position:absolute; top: 10px; left: 150px;
	padding: 30px;
	width: 500px;
}
#galleryWrapper { 
	width: 700px;
	margin-top: 30px;
	
}

.thumb{
	width: 180px;
	height: 180px;
	margin-left: 20px;
	float: left;
}

.thumb img{
	border: none;
}
p.caption {
	width: 170px;
	clear: both;
	margin-left: 3px;
	
}

.captionLong{	
	padding: 10px 20px;
	clear: both;
}

#gallerySingleImage{
	margin: 10px 20px;
}

#gallerySingleImage img{
	margin: 10px;
}

