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

.dgallery {
	height:250px;
	margin-top:10px;
	margin-bottom:10px;
	width: inherit;
}
.dgallery a:hover img{
	border: 1.5px solid #FF3300;
	opacity: 1;
	filter:alpha(opacity=100);
}
.dgallery a{
	border-style:none;
}

.dgallery img{
	border: 1.5px solid black;
	padding: 5px 5px 5px 5px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	width:150px;
}
.dgallery div.desc{
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
.dgallery div.desc2{
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	color:#666666;
}

.dgallery div.img{
	float:left;
	position:relative;
	margin: 10px 17px 10px 10px;
}
.dgallery div.img3d{
	float:left;
	position:relative;
	margin: 10px 50px 10px 10px;
}
#g1{height:250px;}
#g2{height:170px;}
#g3{height:170px;}
#g4{height:170px;}
