.gallery1 img{
	padding:3px;
}
.gallery1 a{
	float:left;
	margin:3px;
	border:1px solid #D2D1CF;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:none !important;
}
.gallery1 a:hover{
	background:#FF9 !important;
}

.gallery2{
	padding:4px;
	min-height:200px;
	background-image:url("ajax-loader.gif");
	background-position:center center;
	background-repeat:no-repeat;

	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 1px 1px 4px #CCC;
	-webkit-box-shadow: 1px 1px 4px #CCC;
	box-shadow: 1px 1px 4px #CCC;
}
.gallery2 img{
	display:none;	
}


.image-caption{
	position:absolute;
	padding:8px 4px 8px 4px;
	margin-bottom:8px;
	background:#E6E6E6;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	overflow:hidden;
}