/* ---------- gallery styles start here ----------------------- */

#pictures{
	margin-top:15px;
	margin-left:30px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px;
	padding: 0;
	float: left;
	position: relative;
	width: 200;
	height: 150;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.gallery em {
	display: block;
	position: absolute;
	text-align: center;
	padding-top: 80px;
	background-image: url(../images/frame/frame.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	margin-top: 0px;
	width: 203px;
	height: 54px;

}
