.rg-image-wrapper{position:relative;}
.rg-image{width:100%; overflow:hidden;}
.rg-image-nav-prev, .rg-image-nav-next{display:none;}

/*carousel*/
.es-carousel{width:100%; overflow:hidden;}
	.es-carousel ul{overflow:hidden;margin-bottom:0;}
		.es-carousel li{
			float:left;
			width:136px !important;
			}
		.es-carousel li figure{
			margin:0 0 20px 0;
			}
			.es-carousel li .item{}
			.es-carousel li a{display:block; position:relative;}
				.es-carousel .selected a, .es-carousel a:hover{opacity:0.5;filter: alpha(opacity=50);}
.es-nav{
	overflow:hidden;
	text-align:right;
	display:none;
	}
.es-nav-prev, .es-nav-next{
	display: inline-block !important;
	cursor:pointer;
	background: url(../img/bg-btn.jpg) repeat-x 0 #242628;
	font-family: 'Fugaz One', cursive;
	border-bottom:3px solid #be0d23; 
	color:#fff;
	font-size: 15px;
    line-height:22px;
	text-transform:uppercase;
	text-decoration: none;
    padding: 9px 14px 10px 14px;
	}
.es-nav-prev, .es-nav-next{margin-left:10px;}
.es-nav-prev:hover, .es-nav-next:hover{
	background: url(../img/btn-1.jpg) 0 0 repeat-x #bd0d23;
	border-bottom:3px solid #2a2c2e;
	}
@media (min-width: 1300px) {
.es-carousel li{
		float:left;
		width:173px !important;
		}
.es-carousel li figure{margin:0 0 30px 0;}
		}
@media (min-width: 768px) and (max-width: 979px) {
.es-carousel li{
	float:left;
	width:101px !important;
	}
.es-carousel li figure{margin:0 0 15px 0;}
}
@media (max-width: 767px) {
.es-carousel li{
		float:left;
		overflow:hidden;
		padding:20px 0 0 0;
		width:auto !important;
		margin-right:0 !important;
		}
	.es-carousel li figure{
		margin:0 10px 0 0;
		float:left;
		width:120px;
		}
		.es-nav{padding:20px 0 0 0;}
	}
@media (max-width: 626px) {
}
@media (max-width: 481px) {
.es-carousel li figure{
			margin:0 10px 0 0;
			}
		}
