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


.galeries {
	width:400px;
	margin:0 auto;
	text-align:center;
	}


h6	{
	color:#000066;
	font-size:20px;
	font-style:normal;
	padding:0;
	margin:0;
}

#largeImg {
	border: solid 1px #fff;
	width: 400px;
	height: 300px;
	padding: 5px;
}

.thumbs	{
	width:400px;
	margin:0 auto;
}

.thumbs img {
	border: solid 1px #fff;
	width: 60px;
	height: 45px;
	padding: 3px;
}
.thumbs img:hover {
	border-color: #FF9900;
}

