@charset "UTF-8";
/* CSS Document */

.gallery {
	width: 130px;
	float: left;
	font-size:90%;
	margin-bottom:10px;
}

.gallery img {
	margin-left:0px;
	margin-bottom:10px;
	padding:5px;
	border: #edcecf 1px solid;
	background-color:#fff;
	width:100px;
}
.gallery2 {
	width: 20px;
	float: left;
	font-size:90%;
	margin-bottom:10px;
}
.gallery2 img {
	width: 1px;
}
.gallery3 {
	width: 130px;
	float: left;
	font-size:90%;
	margin-bottom:10px;
}
.gallery3 img {
	margin-left:0px;
	margin-bottom:12px;
	padding:5px;
	background-color:#fff;
}
#inneruniquecontent {
	padding:10px;
}
.locationname {
	text-transform: uppercase;
}
.gallery hr {
	border-top: 1px solid #edcecf;
	border-bottom:none;
	border-right:none;
	border-left:none;
	width: 112px;
	margin-left: 0px;
}
