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

hr.subline{
	width: 80%;
}
#gallery1 {
	height:750px;
	
}
#gallery1 a:hover img{
	border: 1.75px solid #FF3300;
	opacity: 1;
	filter:alpha(opacity=100);
}
#gallery1 a{
	border-style:none;
}

#gallery1 img{
	border: 1.5px solid black;
	padding: 2px 2px 2px 2px;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#gallery1 div.desc{
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
#gallery1 div.img{
	float:left;
	position:relative;
	margin: 10px 10px 10px 10px;
	height: 130px;
	width: 111px;
}

#gallery2 {
	height:170px;
	
}
#gallery2 a:hover img{
	border: 1.75px solid #FF3300;
	opacity: 1;
	filter:alpha(opacity=100);
}
#gallery2 a{
	border-style:none;
}

#gallery2 img{
	border: 1.5px solid black;
	padding: 2px 2px 2px 2px;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#gallery2 div.desc{
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
#gallery2 div.img{
	float:left;
	position:relative;
	margin: 10px 10px 10px 10px;
	height: 130px;
	width: 111px;
}
