/* CSS Document */
/* GALLERY CSS WORKS THE FEATURES PORTION OF THE PHOTO GALLERY */
#gallerys {
	position:relative; 
	width:450px;
	height:315px;
}

#thumbs {
	width:180px; 
	float:right;
}
#thumbs a {
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}
#thumbs a img {
	width:50px; 
	height:50px;
	border:0;
}
#thumbs a:hover {
	border-color:#ddd;
}
#thumbs a:hover img {
	position:absolute;
	width:auto; 
	height:auto; 
	right:260px;
	top:420px; 
	border:1px solid #333;
}
.space {
	clear: both;
	height: 2px;	
}
