/* CSS Document */

#box-gallery {
	float:left;
	width:405px;
}



#box-gallery-in {
	float:left;
	width:70px;
	height: 70px;
	margin-left: 20px;
	margin-top: 5px;
	
}

#img_gallery{
	float:left;
	overflow: visible;
	padding-right: 15px;
	
}
#img_gallery a{
	text-decoration: none;
	border: none;
}

#img_gallery a:hover{

}


#box-gallery h2 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	overflow: visible;
	background-color:#333333;
	width:70px;
}

