.rg-image-wrapper{
	position:relative;
	padding:0;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
	width:790px;
	height:445px;
	
}
.rg-image img{
	width:790px;
	height:445px;
}
.rg-image-nav a{
	position:absolute;
	top:200px;
	left:0px;
	background:url(/images/image_gallery_arr.png) no-repeat -20% 50%;
	width:52px;
	height:45px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:999;

}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;

}
.rg-image-nav a:hover{
	opacity:0.8;
}





/* ------ Nation Arrow ----*/

.rg-image-nav2 a{
	position:absolute;
	top:200px;
	left:0px;
	background:url(/images/image_gallery_arr_blue.png) no-repeat -20% 50%;
	width:52px;
	height:45px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:999;

}
.rg-image-nav2 a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;

}
.rg-image-nav2 a:hover{
	opacity:0.8;
}


.show_thumb2 {
    position: absolute;
    background: url(/images/gallery_thumb_btn_blue.jpg) no-repeat center bottom;
    top: 381px;
    right: 0px;
    width: 50px;
    height: 64px;
    z-index: 99999;
    display: block;
    text-decoration: none !important;
}

/* ------ Nation Arrow ----*/






/* ------ Business Arrow ----*/

.rg-image-nav3 a{
	position:absolute;
	top:200px;
	left:0px;
	background:url(/images/image_gallery_arr_busi.png) no-repeat -20% 50%;
	width:52px;
	height:45px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:999;

}
.rg-image-nav3 a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;

}
.rg-image-nav3 a:hover{
	opacity:0.8;
}


.show_thumb3 {
    position: absolute;
    background: url(/images/gallery_thumb_btn_business.jpg) no-repeat center bottom;
    top: 381px;
    right: 0px;
    width: 50px;
    height: 64px;
    z-index: 99999;
    display: block;
    text-decoration: none!important;
}

/* ------ Business  Arrow ----*/






.rg-caption {
	text-align:center;
	margin-top:15px;
	position:absolute;
	background-color: #000000;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
        padding: 8px 20px 0px 15px;
   height:64px;
    text-align: left;
    width: 100%;
}
.rg-caption p{
	font-size:13px;
	line-height:16px;
	padding:0 0px;	
	color:#FFF;
	
}
.rg-view{
	  bottom: 0;
  /*  height: 64px;*/
    position: absolute;
    right: 0;
    z-index: 9999;
	display:none;
	
}
.rg-view a{
	display:block;
	float:right;
	width:50px;
	height:64px;
	margin-left:3px;
	background:#464646 url(/images/gallery_thumb_btn.jpg) no-repeat top left!important;	
	
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.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{
	background: #f1f1f1;
	padding:0px 0px;

	position:relative;
	margin-bottom:00px;
	
}
.es-carousel{
	overflow:hidden;
	background: #ffffff;
	border:1px solid #ccc;
	padding:5px;
}
.es-carousel ul{
	display:none;
}

.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
width: 69px !important;

}

/*.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}*/



.es-carousel ul li a{
	display:block;
	border:1px solid #646464;
	opacity:0.8;
	-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.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(/images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
/***************/

.show_thumb
{
	position:absolute;
	background:url(/images/gallery_thumb_btn.jpg) no-repeat center bottom;
	top:381px;
	right:0px;
	width:50px;
	height:64px;
	z-index:99999;
	display:block;
	text-decoration:none!important;
}
.hide_thumb
{
	background-position:center top!important}


.gallery_page
{
	background-color:#4a4a4a;
	color:#999999;
	position:absolute;
	top:381px;
	right:50px;
	width:70px;
	text-align:center;
	font-size:24px;
	padding-top:15px;
	height:64px;
	z-index:99999;
	display:block;
}
.gallery_page_active
{
	color:#fff;
}
	
	.rg-thumbs{
 display:none;

}
.rg-gallery
{
	margin-top:18px;
}

/*************** gallery detail *************/
#gallery_detail .rg-image-nav a{
	position:absolute;
	top:200px;
	left:-30px;
	background:url(/images/image_gallery_arr_det.png) no-repeat -20% 50%;
	width:52px;
	height:45px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:999;

}
#gallery_detail .rg-image-nav a.rg-image-nav-next{
	right:-25px;
	left:auto;
	background-position:115% 50%;

}
#gallery_detail .rg-image-nav a:hover{
	opacity:0.8;
}

#gallery_detail .show_thumb
{
	position:absolute;
	background:url(/images/gallery_det_thumb.png) no-repeat center bottom;
	top:381px;
	right:0px;
	width:50px;
	height:64px;
	z-index:99999;
	display:block;
	text-decoration:none!important;
}
#city_image_gallery .show_thumb
{
	position:absolute;
	background:url(/images/city_times/city_gallery_control.png) no-repeat center bottom;
	top:381px;
	right:0px;
	width:50px;
	height:64px;
	z-index:99999;
	display:block;
	text-decoration:none!important;
}

#city_image_gallery .rg-image-nav a{
	position:absolute;
	top:200px;
	left:10px;
	background:url(/images/city_times/city_arr.png) no-repeat -20% 50%;
	width:52px;
	height:45px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:999;

}
#city_image_gallery .rg-image-nav a.rg-image-nav-next{
	right:10px;
	left:auto;
	background-position:115% 50%;

}
#city_image_gallery .rg-image-nav a:hover{
	opacity:0.8;
}
.city_image_gallery , .rg-caption
{
	/*width:78.4%;*/
	
	    width: 85%;
	/*padding-top:20px;*/
}
.city_image_gallery , .gallery_page
{
	line-height:64px;
	padding-top:0px;
}
.city_image_gallery , .es-carousel ul
{
	margin-top:0px;
}

/************* gallery_popup****************/

.main_gallery_wrapper{
/* width:1354px;*/
 position:relative;
 margin:0 auto;
}

.main_gallery_wrapper .gallery_image{
/* width:1086px;*/
 margin-right:22px;
 float:left; 
}

.gallery_image img{
/* width:100%;
 height:auto;*/
}

.main_gallery_wrapper .gallery_description{
  float:left;
  width:248px;
  margin-top:180px;
}

.full_screen_gallery_close{
 position:absolute;
/* top:29px;
 right:80px;*/
 top:0px;
 right:0px;
 display:block;
 cursor:pointer;
}

#gallery_title_fullscreen{
 font-size:36px;
 line-height:30px;
 color:#FFF;
   font-family: 'proxima_nova_rgbold';
}

#gallery_title_fullscreen span{
    font-family: 'proxima_nova_rgregular';
 font-size:20px;
 color:#999999;
 
}

#gallery_description_paragraph{
 font-family: 'proxima_nova_rgregular';
 font-size:14px;
 color:#FFF;
 }
 
 .gallery_pop_arr
 {
	 padding-top:10px;
 }
