body {
	background-color: #F2F0E1;
}
.navbar-static-top {
	margin-bottom: 19px;
}

.thumb {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 270px;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 5px;
	
}
.thumb img{
	cursor:pointer;
}
.thumbsingle {
	width: 220px;
}
.thumbpair {
	width: 450px;
	padding-left: 0px;
	padding-right: 0px;
}
.thumbtrio {

	width: 220px;
	padding-left: 0px;
	padding-right: 0px;
}
.thumb img {
	vertical-align: text-top;
}
em.error {
	color: red;
}

@media (min-width: 768px) {
	.thumbtrio {
		width: 680px;
	}
}

.sample-modal {
	background-color: #f2f0e1;
}
.plainmodal-close {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 1;
	top: -6px;
	right: -15px;
	outline: none;
	text-indent: -9999px;
	background: url(/images/sprite.png) transparent no-repeat 0 0;
	cursor: pointer;
}
p.contentText {
	margin-top: 10px;
	color: #7e4444;
}
.lightcase-nav a {
	width: 25%;
	position: absolute;
	z-index: 3;
	top: 25%;
	bottom: 25%;
	outline: none;
	cursor: pointer;
}
a#getprevious{
	left: 15px;
}
a#getnext {
	right: 15px;
}
.lightcase-nav a span {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -13px;
	position: absolute;
	z-index: 1;
	top: 50%;
	text-indent: -9999px;
	background: url(/images/sprite.png) transparent no-repeat 0 -30px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-backface-visibility: hidden;
}
.lightcase-nav a:hover span {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
}
a#getprevious span {
	left: 0;
}
a#getnext span {
	right: 0;
	background-position: 0 -60px;
}
#noloadimage {
	display:none;
	position:fixed;
	bottom:100px;
	z-index: 9002;
	background-color:gray;
	color:#fff;
	text-align:center;
	padding:20px;
	 right:25%;
    left:50%;
    margin-left:-150px;
	max-width: 90%;
	width:300px
	
}
