
/** Custom slider style **/

.custom_gallery_container{
	background-color:#00294D;	
	clear:both;
	position: relative;

}

.custom_gallery_container .custom_gallery_big_image{
    float: left;
    height: auto;
    width: 430px;
    position:relative;
    min-height: 200px;
    background-color: #00294D;
    
    -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}

.custom_gallery_container .custom_gallery_big_image_src{
	display:none;	
}


.custom_gallery_container .custom_gallery_image .feature-photo-wrapper.autocropped {
	float: none;	
}

.custom_gallery_container .custom_gallery_image img{
	width: 100%;
	height: auto;
	cursor: pointer;
}

.custom_gallery_container .custom_gallery_image iframe, .custom_gallery_container .custom_gallery_image object  {
	width: 100% !important;
	/*height: 300px !important;*/
}

.custom_gallery_container .custom_gallery_image_descr{
   /* color: #FFFFFF;
    float: left;
    height: 350px;
    margin-left: 4px;   
    padding: 10px;
    width: 194px;*/
    color: #FFFFFF;
    float: right;
    padding: 10px;
    width: 198px;
}

.custom_gallery_container .custom_gallery_image_descr a{
	color:#fff;
	text-decoration:underline;
}

.custom_gallery_container .custom_gallery_image_descr a:hover{
	text-decoration:none;	
}

.custom_gallery_container .custom_gallery_image_descr .custom_gallery_descr{
	overflow:hidden;
	/*height:305px;	*/
}



.custom_gallery_descr h1,.custom_gallery_descr h2,.custom_gallery_descr h3,.custom_gallery_descr h4,
.custom_gallery_descr h5,.custom_gallery_descr h6{
	margin-top:0px;	
	margin-bottom:0px;
}

.custom_gallery_container .custom_gallery_image_descr .custom_gallery_more_button{
   /* bottom: 160px;*/
    margin-top: 10px;
    padding-right: 5px;
   /* position: absolute;*/
    right: 0;
    text-align: right;
}

.custom_gallery_container .custom_gallery_slides ul {
	width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;	
}


.custom_gallery_container .custom_gallery_slides ul li{
	background:none;
	width:137px;
	height:137px;
	padding:0px 6px;
	float: left;
}

.custom_gallery_container .custom_gallery_slides ul li img{
	border:6px solid #ECF2F4
}

.custom_gallery_container .custom_gallery_slides ul li img:hover{
	border:6px solid #b3d5e0;
	cursor:pointer;
}

.custom_gallery_container .custom_gallery_slides{
	background-color: #FFFFFF;
    clear: both;
    padding-top: 15px;
    width:100%;
    height: 155px;
    position: relative;
}

.custom_gallery_container .jcarousel-list{
	height: 139px !important;
	width:100%;
}

.custom_gallery_container .jcarousel-clip{
	margin-left: 40px;
	padding: 0px;
	position: relative;
	width: 600px;
}

.custom_gallery_container .jcarousel-next{
	width:25px;
	height:36px;
	background:url(images/slider-arrows-becket.png) 0 0 no-repeat;	
	background-position:0 -70px;
}

.custom_gallery_container .jcarousel-prev{
	width:25px;
	height:36px;
	background:url(images/slider-arrows-becket.png) 0 0 no-repeat;	
}

.custom_gallery_container .jcarousel-prev:hover{
	background-position:0 -35px;
}
.custom_gallery_container .jcarousel-next:hover{
	background-position:0 -107px;
}

.custom_gallery_container .custom_gallery_big_image.loader{
	background:url(images/ajax-loader-blue.gif) no-repeat 50% 50%;	
}

.custom_gallery_container .custom_gallery_big_image .autocropped{
	border:none !important;	
	margin:0px !important;
}

.custom_gallery_container .custom_gallery_ar,.custom_gallery_container .custom_gallery_al{
	height: 43px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 23px;
    opacity: 0.7;
    z-index: 10;
}

.custom_gallery_container .custom_gallery_loader{
	display:none;
	background: url(images/loader-bg.png) no-repeat 50% 50%; 
    height: 66px;
    left: 50%;
    margin-left: -55px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 110px;		
}

.custom_gallery_container .custom_gallery_loader img{
	margin-left: 39px;
    margin-top: 17px;
}

.custom_gallery_container .slide_descr, .custom_gallery_container .slide_link{
	display:none;	
}

.custom_gallery_container .slide_embed, .custom_gallery_container .use_embed {
	display: none;
}

.custom_gallery_container .custom_gallery_ar:hover,.custom_gallery_container .custom_gallery_al:hover{
	opacity: 1;
}

.custom_gallery_container .custom_gallery_ar{
	background:url('images/slider-big-img-arrows.png') no-repeat right top;
	right:10px;
}

.custom_gallery_container .custom_gallery_al{
	background:url('images/slider-big-img-arrows.png') no-repeat left top;
	left:10px;
}
.slide_title{
	display:none;	
}

#ccg_print_button {
	background:url('images/print-icon.png') no-repeat left top;	
	display: block;
    height: 48px;
    position: absolute;
    right: -35px;
    top: 15px;
    width: 48px;
    z-index: 100000;
}

#open_in_lightbox {
	 font-size: 13px;
    left: 155px;
    position: absolute;
    top: -3px;
    font-weight: bold;
    display: none;
}