.rg-gallery {
	background: #101010;
	padding: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	}

.rg-thumbs {
	margin-top: 10px;
	}

.rg-image-container {
	position: relative;
	width: 100%;
	}

.rg-image-wrapper:hover .rg-caption-wrapper {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.rg-caption-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: white;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.rg-caption-wrapper span {
	background-color: #101010;
	padding: 8px 20px;
	}

/* Responsive Gallery Style */

.rg-image-wrapper{
	position: relative;
	height: 300px;
	display: table;
	table-layout: fixed;
	width: 100%;
	}

.rg-image{
	position: relative;
	text-align: center;
	line-height: 0px;
	width: 100%;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	}

.rg-image img{
	max-height: 100%;
	max-width: 100%;
	}

.rg-image-nav a{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/cal-slide-left-large.png);
	width: 60px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	outline: none;
	opacity: 0.2;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.rg-image-nav a.rg-image-nav-next{
	right: 0px;
	left: auto;
	background-image: url(../images/cal-slide-right-large.png);
	}

.rg-image-nav a:hover{
	opacity: 1;
	}

.rg-loading{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000 url(../images/ajax-loader.gif) no-repeat center center;
	margin: -23px 0px 0px -23px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;
	}

/* Elastislide Style */
.es-carousel-wrapper{
	position: relative;
	}

.es-carousel{
	overflow: hidden;
	}

.es-carousel ul{
	display: none;
	}

.es-carousel ul li{
	height: 65px;
	float: left;
	display: block;
	overflow: hidden;
	margin: 3px;
	}

.es-carousel ul li a{
	z-index: 2;
	cursor: pointer;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-touch-callout: none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.es-carousel ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

.es-carousel ul li.selected a{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.es-nav span{
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/cal-slide-left-small.png);
	width: 20px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	}

.es-nav span.es-nav-next{
	right: 0;
	left: auto;
	background-image: url(../images/cal-slide-right-small.png);
	}

.es-nav span:hover{
	background-color: rgba(0,0,0,0.4);
	}