﻿.gallery
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li
{
	margin: 18px;
	padding: 0;
	float: left;
	position: relative;
	width: 250px;
	height: 250px;
	text-align: left;
}

.gallery a
{
	text-decoration: none;
	color: #2889cc;
}
.gallery a:hover
{
	color: #b9914c;
	text-decoration: none;
}

.gallery img
{
	border: none;
	padding: 14px 12px 12px 13px;
}
.gallery div
{
	width: 273px;
	height: 25px;
	display: block;
	position: absolute;
	top: 4px;
	left: 2px;
	background: url(../galleryres/watercolor-mask2.png) no-repeat;
	text-align: center;
	font-family:verdana;
	font-size:small;
	font-weight:bold;
	font-style:normal;
	padding-top: 250px;
}




