/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin-bottom: 12px;
	padding: 0;
	float: right;
	position: relative;
	width: 212px;
	height: 175px;
}

.gallery li:hover {
	opacity: 0.8;
}

.gallery li:active{
	opacity: 0.4;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding: 0px 0 0 0px;
}
.gallery em {
	width: 212px;
	height: 30px;
	background: url(img/picture-frame.png) no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	padding-top: 145px;
}

.text{
	font-family:"Segoe UI", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:12px
	color:#999;
	font-style:normal;
}