@charset "utf-8";
/* CSS Document */

#gallery {
	position:relative; 
	padding: 0;
	margin-left: 0;
	margin-bottom: 20px;
	width:710px; 
	height: 400px; 
	background:#c1cbe7;
	}

#galleryv {
	position:relative;
	margin: 20px 0 20px 120px;
	padding: 20px;
	width: 695px; 
	height: 465px; 
	background: #E6FFE6;
	border: 6px solid #010;

}

#galleryv3 {
	position:relative;
	margin: 20px 0;
	padding: 10px;
	width: 900px; 
	height: 410px; 
	background: #E6FFE6;
	border: 6px solid #010;

}


#thumbs1 {width:700px; float:left; background:#c1cbe7;}
#thumbs1 a {display:block; float:left; margin:0 5px 5px 0 ; width:67px; height:50px; border:1px solid #000;}
#thumbs1 a img {width:67px; height:50px; border:0;}
#thumbs1 a:hover {border-color:#ddd;}
#thumbs1 a:hover img {position:absolute; width:auto; height:auto; left: 0; top:0; border:1px solid #333; margin-top: 57px;}

#thumbs2 {width:700px; float:left; background:#c1cbe7;}
#thumbs2 a {display:block; float:left; margin:0 5px 5px 0 ; width:50px; height:50px; border:1px solid #000;}
#thumbs2 a img {width:50px; height:50px; border:0;}
#thumbs2 a:hover {border-color:#ddd;}
#thumbs2 a:hover img {position:absolute; width:auto; height:auto; left: 0; top:0; border:1px solid #333; margin-top: 115px;}

#thumbs3 {width:700px; float:left; background:#c1cbe7;}
#thumbs3 a {display:block; float:left; margin:0 5px 5px 0 ; width:50px; height:50px; border:1px solid #000;}
#thumbs3 a img {width:50px; height:50px; border:0;}
#thumbs3 a:hover {border-color:#ddd;}
#thumbs3 a:hover img {position:absolute; width:auto; height:auto; left: 0; top:0; border:1px solid #333; margin-top: 180px;}

#thumbsv {width:70px; float:left; background:#E6FFE6;}
#thumbsv a {display:block; float:left; margin:0 5px 5px 0 ; width:67px; height:50px; border:2px solid #010;}
#thumbsv a img {width:67px; height:50px; border:0;}
#thumbsv a:hover {border-color:#ddd;}
#thumbsv a:hover img {position:absolute; width:auto; height:auto; left:100px; top:0; border:6px solid #010; margin-top: 20px;}

#thumbsv3 {width:335px; float:left; background:#E6FFE6;}
#thumbsv3 a {display:block; float:left; margin:0 5px 5px 0 ; width:67px; height:50px; border:2px solid #010;}
#thumbsv3 a img {width:67px; height:50px; border:0;}
#thumbsv3 a:hover {border-color:#ddd;}
#thumbsv3 a:hover img {position:absolute; width:auto; height:auto; left:325px; top:0; border:6px solid #010; margin-top: 10px;}

