#main-image{
	min-height: 700px;
	margin-top: 10px;
}
#main-image > img {
	text-align: center;
	margin: 0 auto;
}
#main-image-loading{
	height: 100%;
	width: 100%;
	background-color: white;
	position: absolute;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	  /* IE 5-7 */
	filter: alpha(opacity=50);

	  /* Netscape */
	-moz-opacity: 0.5;

	  /* Safari 1.x */
	-khtml-opacity: 0.5;

	  /* Good browsers */
	opacity: 0.5;
}
.controls a{
	padding: 0 5px;
}
#main-image a {
	position: absolute;
	width:50%;
	height: 100%;
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	  /* IE 5-7 */
	  filter: alpha(opacity=50);

	  /* Netscape */
	  -moz-opacity: 0.5;

	  /* Safari 1.x */
	  -khtml-opacity: 0.5;

	  /* Good browsers */
	  opacity: 0.5;

	cursor: pointer;
}
#main-image a:hover{
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	  /* IE 5-7 */
	  filter: alpha(opacity=100);

	  /* Netscape */
	  -moz-opacity: 1;

	  /* Safari 1.x */
	  -khtml-opacity: 1;

	  /* Good browsers */
	  opacity: 1;
}
#main-image a.previous{
	left:10; top 0;
}
#main-image a.next{
	left:296px; top 0;
}
#main-image .pagelifter{
	position: absolute;
	display: none;
	height: 45px;
	width: 24px;
}
#main-image span.previous{
	background-image: url('../../icons/paged-bootstrap-galleries/next-previous.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -24px 0px;
	left: 12px;
	top:350px;
}
#main-image span.next{
	background-image: url('../../icons/paged-bootstrap-galleries/next-previous.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0px 0px;
	right : 40px;
	top: 350px;
}
div.gallery-icon:hover {
	cursor: pointer;
}
.gallery-item.active img{
	border: 2px solid #B81F14 !important;
}
.gallery-item img:hover{
	border: 2px solid #B81F14 !important;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

	  /* IE 5-7 */
	filter: alpha(opacity=75);

	  /* Netscape */
	-moz-opacity: 0.75;

	  /* Safari 1.x */
	-khtml-opacity: 0.75;

	  /* Good browsers */
	opacity: 0.75;
}

