/*carousel*/
.rg-thumbs{
	float:left;
	width:559px;
}
	.es-carousel{width:100%; overflow:hidden;}
		.es-carousel ul{overflow:hidden;}
			.es-carousel li{
				float:left;
				width:178px !important;
				margin-right:8px !important;
			}
				.es-carousel li figure{margin-bottom:8px;}
				.es-carousel li a{display:block; position:relative;}
		.es-nav{display:none;}

/*carousel2*/
.rg-thumbs2{
	float:left;
	width:559px;
}
	.es-carousel2{width:100%; overflow:hidden;}
		.es-carousel2 ul{overflow:hidden;}
			.es-carousel2 li{
				float:left;
				width:178px !important;
				margin-right:8px !important;
			}
				.es-carousel2 li figure{margin-bottom:8px;}
				.es-carousel2 li a{display:block; position:relative;}
		.es-nav2{display:none;}

/*carousel3*/
.rg-thumbs3{
	float:left;
	width:559px;
}
	.es-carousel3{width:100%; overflow:hidden;}
		.es-carousel3 ul{overflow:hidden;}
			.es-carousel3 li{
				float:left;
				width:178px !important;
				margin-right:8px !important;
			}
				.es-carousel3 li figure{margin-bottom:8px;}
				.es-carousel3 li a{display:block; position:relative;}
		.es-nav3{display:none;}

/*large imege*/
.rg-image-wrapper{position:relative; float:left; width:371px;}
	.rg-image{position:relative; z-index:998;}
	.rg-image img{width:100%; height:auto;}
.rg-image-wrapper2{position:relative; float:left; width:371px;}
	.rg-image2{position:relative; z-index:998;}
	.rg-image2 img{width:100%; height:auto;}
.rg-image-wrapper3{position:relative; float:left; width:371px;}
	.rg-image3{position:relative; z-index:998;}
	.rg-image3 img{width:100%; height:auto;}

/*navigation*/
.rg-image-nav-prev, .rg-image-nav-next{display:none !important;}
.rg-image-nav-prev{background-image:url(../images/carousel-prev.png); right:22px;}
.rg-image-nav-next{background-image:url(../images/carousel-next.png); right:0;}
	.rg-image-nav-prev:hover, .rg-image-nav-next:hover{background-position:center -38px;}
.rg-image2-nav-prev, .rg-image2-nav-next{display:none !important;}
.rg-image2-nav-prev{background-image:url(../images/carousel-prev.png); right:22px;}
.rg-image2-nav-next{background-image:url(../images/carousel-next.png); right:0;}
	.rg-image2-nav-prev:hover, .rg-image2-nav-next:hover{background-position:center -38px;}
.rg-image3-nav-prev, .rg-image3-nav-next{display:none !important;}
.rg-image3-nav-prev{background-image:url(../images/carousel-prev.png); right:22px;}
.rg-image3-nav-next{background-image:url(../images/carousel-next.png); right:0;}
	.rg-image3-nav-prev:hover, .rg-image3-nav-next:hover{background-position:center -38px;}

@media only screen and (max-width: 995px){
	.rg-thumbs{width:445px;}
		.es-carousel li{width:141px !important; margin-right:7px !important;}
	.rg-image-wrapper{width:293px;}
	.rg-thumbs2{width:445px;}
		.es-carousel2 li{width:141px !important; margin-right:7px !important;}
	.rg-image-wrapper2{width:293px;}
	.rg-thumbs3{width:445px;}
		.es-carousel3 li{width:141px !important; margin-right:7px !important;}
	.rg-image-wrapper3{width:293px;}
}
@media only screen and (max-width: 767px){
	.rg-thumbs{width:420px; margin-bottom:8px;}
		.es-carousel li{width:136px !important; margin-right:6px !important;}
	.rg-image-wrapper{width:410px;}
	.rg-thumbs2{width:420px; margin-bottom:8px;}
		.es-carousel2 li{width:136px !important; margin-right:6px !important;}
	.rg-image-wrapper2{width:410px;}
	.rg-thumbs3{width:420px; margin-bottom:8px;}
		.es-carousel3 li{width:136px !important; margin-right:6px !important;}
	.rg-image-wrapper3{width:410px;}
}
@media only screen and (max-width: 479px){
	.rg-thumbs{width:300px;}
		.es-carousel li{width:96px !important;}
	.rg-image-wrapper{width:290px;}
	.rg-thumbs2{width:300px;}
		.es-carousel2 li{width:96px !important;}
	.rg-image-wrapper2{width:290px;}
	.rg-thumbs3{width:300px;}
		.es-carousel3 li{width:96px !important;}
	.rg-image-wrapper3{width:290px;}
}