.gallery{
	width:100%;
	
}

/*
.scroll{
position:absolute;
z-index:5000;	
}
*/
.gallery .gallery-title{
		color:#d18316;
	font-size:2.333em;
	margin-bottom:20px;
	font-family:ClarendonLight;
	letter-spacing:.08em;
}

.gallery #gallery-images{
	
}

.gallery #gallery-images .gallery-item{
	float:left;
	width:200px;
	margin-right:15px;
	margin-bottom:20px;
}

.gallery #gallery-images .gallery-item .gallery-title{
	margin-bottom:0px;
	padding:0;
		color:#fff;
	text-decoration:none;
	font-family:GillSansMT;
	font-size:1.1em;
}

#page .gallery #gallery-images .gallery-item .gallery-title a{
	color:#fff;
	text-decoration:none;
	font-family:GillSansMT;
	font-size:1.1em;
	
}

.gallery #gallery-images .gallery-item .image{
	padding:5px;
	border:solid 1px #666;
		width:185px;
	height:135px;
	text-align:center;
	margin-bottom:10px;
}

.gallery #gallery-images .gallery-item .image a{
	display:block;
	width:185px;
	height:135px;
	background-color:#fff;
	
}

.gallery #gallery-images .gallery-item .image a img{
	width:185px;
	height:135px;
}

.gallery #gallery-images .gallery-item .content{
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	color:#fff;
	margin-bottom:10px;
}

#page .gallery #gallery-images .gallery-item .link a{
/*color:#fff;
text-decoration:none;
float:right;
font-weight:bold;*/	
}

#mr-gallery-slideshow {
	position:relative;
}

#mr-gallery{
	padding:15px;
}

#mr-gallery .title{
	color:#d18316;
	font-size:2.333em;
	margin-bottom:20px;
	font-family:ClarendonLight;
	letter-spacing:.08em;
	margin-left:10px;
}

#mr-gallery .link{
	margin-left:10px;
}

#mr-gallery .link a{
	color:#fff;
}

#mr-gallery-slideshow{padding-top:25px;}

