.gGallery{
    position: relative;
    width: 636px;
}

.gGallery_BtnPrev_pic, .gGallery_BtnNext_pic{
    display: block;
    width: 38px;
    height: 42px;
    overflow: hidden;
    background-image: url(/images/framework/gallerySprite.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -49px;
}

.gGallery_BtnPrev, .gGallery_BtnNext{
    display: block;
    width: 38px;
    height: 42px;
    overflow: hidden;
    background-image: url(/images/framework/gallerySprite.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 7px;
}

.gGallery_BtnPrev_pic{
    left: 12px;
    background-position: 0 0;
}

.gGallery_BtnPrev_pic:hover, .gGallery_BtnPrev:hover{
    background-position: 0 -143px;
    border-radius: 2px;

    box-shadow: 0 0 2px #000000;
}

.gGallery_BtnPrev_pic:active, .gGallery_BtnPrev:active{
    background-position: 0 -286px;
}

.gGallery_BtnNext_pic{
    right: 12px;
    background-position: -45px 0;
}

.gGallery_BtnNext{
    background-position: -45px 0;
}

.gGallery_BtnNext_pic:hover, .gGallery_BtnNext:hover{
    background-position: -45px -143px;
    border-radius: 2px;

    box-shadow: 0 0 2px #000000;
}

.gGallery_BtnNext_pic:active, .gGallery_BtnNext:active{
    background-position: -45px -286px;
}

.gGallery .carousel_container{
    overflow: hidden;
    /*visibility:visible;*/
    position: relative;
    z-index: 2;
    width: 546px;
    /*margin:-4px 0px 0px -4px;*/
}

.gGallery .carousel_container ul{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
}

.gGallery .carousel_container ul li{
    float: left;
    width: 82px;
    padding: 4px 4px 8px 4px;
    margin-right: 1px;
}

.gGallery .carousel_container ul li.active, .gGallery .carousel_container ul li:hover{
    background: url(/images/framework/gGallery_active.gif) no-repeat 0px 0px;
}

.gGallery .carousel_container li .image{
    width: 82px;
    height: 82px;
}

.gGallery .carousel_container li .image a{
    position: relative;
    display: block;
}

.gGallery .carousel_container li .image .hide{
    background-color: #fff;
    width: 64px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.gGallery_NavButtons{
    right: 4px;
    width: 90px;
    top: 4px;
    position: absolute;
    z-index: 5;
}

.gGallery_NavButtons .gGallery_allimages{
    display: block;
    width: 42px;
    height: 34px;
    background-image: url(/images/framework/gallerySprite.png);
    background-position: -41px -48px;
    float: right;
}

.gGallery_NavButtons .gGallery_allimages.active, .gGallery_NavButtons .gGallery_allimages:hover{
    background-position: -41px -88px;
}

.gGallery_NavButtons .gGallery_portrait{
    display: block;
    width: 41px;
    height: 34px;
    background-image: url(/images/framework/gallerySprite.png);
    background-position: 0 -88px;
    float: right;
}

.gGallery_NavButtons .gGallery_portrait.active, .gGallery_NavButtons .gGallery_portrait:hover{
    background-position: 0 -48px;
}

.gGallery .table_container{
    width: 100%;
}

.gGallery .table_container td{
    vertical-align: middle;
    height: 477px;
    padding: 0;
    text-align: center;
}

.gGallery .photo_container{
    text-align: center;
    position: relative;
}

.gGallery .phototitle{
    background-color: #191919;
    color: #fff;
    padding: 6px 9px 10px 9px;
    font-size: 15px;
    line-height: 20px;
}

.gGallery .phototitle a{
    color: #fff;
}

.gGallery .zoom{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 3px 6px 5px 26px;
    color: #fff;
    background: #000 url(/images/framework/gIcons.png) no-repeat 9px -2315px;
    opacity: 0.8;
}

/************ start allimages ***********************/
.allimages{
    margin-bottom: -4px;
}

.allimages .carousel_container ul{
    width: 637px !important;
}

.allimages .carousel_container{
    width: 637px;
}

.allimages .gGallery_PreviewPhoto{
    display: none;
}

.allimages .carousel_container ul li.active, .allimages .carousel_container ul li:hover{
    background: none;
}

.allimages .disableBtn{
    display: block !important;
    width: 90px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

/************ end allimages ***********************/
.gGalleryPopup{
    background-color: #191919;
}

.gGalleryPopup .P_header{
    display: none;
}

.gGalleryPopup .P_inner{
    padding: 12px;
    color: #fff;
}

.gGalleryPopup .Infographic{
    margin: 0;
}

.gGalleryPopup{
}

/*********************************/
.CaruselZoom .NavButtons{
    float: right;
    width: 78px
}

.CaruselZoom .ic_close{
    display: block;
    width: 33px;
    height: 32px;
    overflow: hidden;
    background-image: url(/article/images/ic_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.CaruselZoom .BtnPrev, .CaruselZoom .BtnNext{
    width: 33px;
    height: 32px;
    float: left;
    position: static;
    margin-top: 0;
}

.CaruselPhotoWindow .BtnPrev{
    background-position: -245px 0;
}

.CaruselPhotoWindow .BtnPrev:hover{
    background-position: -245px -143px;
}

.CaruselPhotoWindow .BtnPrev:active{
    background-position: -245px -286px;
}

.CaruselPhotoWindow .BtnNext{
    background-position: -286px 0;
}

.CaruselPhotoWindow .BtnNext:hover{
    background-position: -286px -143px;
}

.CaruselPhotoWindow .BtnNext:active{
    background-position: -286px -286px;
}

/***********************************/
.gGalleryZoom .gGallery_allimages, .gGalleryZoom .gGallery_portrait{
    display: none;
}

.gGalleryZoom .gGallery_BtnPrev, .gGalleryZoom .gGallery_BtnNext{
    height: 82px;
}

.gGalleryZoom .gGallery_BtnPrev{
    background-position: -101px 0;
}

.gGalleryZoom .gGallery_BtnPrev:hover{
    background-position: -101px -143px;
}

.gGalleryZoom .gGallery_BtnPrev:active{
    background-position: -101px -286px;
}

.gGalleryZoom .gGallery_BtnNext{
    background-position: -146px 0;
}

.gGalleryZoom .gGallery_BtnNext:hover{
    background-position: -146px -143px;
}

.gGalleryZoom .gGallery_BtnNext:active{
    background-position: -146px -286px;
}

.gGalleryPopup .CaruselPhotoWindow .LiCol, .gGalleryPopup .CaruselPhotoWindow{
    width: 800px;
}

.gGalleryPopup .CaruselPhotoWindow .table_container{
    width: 800px;
}

.gGalleryPopup .CaruselPhotoWindow .table_container td{
    vertical-align: middle;
    height: 600px;
    padding: 0;
    text-align: center;
}

.gGalleryPopup .P_inner, .TagsG .B_inner{
    position: relative;
}

/*StaticGallery*/
.StaticGallery .B_header .back{
    background: url("/images/buttons_V3/back.gif") left center no-repeat;
    font-size: 12px;
    height: 19px;
    line-height: 18px !important;
    text-transform: lowercase;
    float: right;
    padding: 0 0 0 19px !important;
    color: #2473C0;
    cursor: pointer;
    display: inline-block;
    margin-top: 7px;
}
.StaticGallery .bigImg{position: relative}
.StaticGallery .bigImg .btn_prev,
.StaticGallery .bigImg .btn_next{}

.StaticGallery .bigImg .btn_prev{
    background: url("http://i0.tchkcdn.com/images/gallery/arr_prev.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 38px;
    left: 10px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 200;

}
.StaticGallery .bigImg .btn_next{

    background: url("http://i0.tchkcdn.com/images/gallery/arr_next.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 38px;
    margin-top: -19px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    z-index: 200;
}

.StaticGallery .bigImg:hover .btn_prev,
.StaticGallery .bigImg:hover .btn_next{
    display: block !important;
}

.StaticGallery .info{
    padding: 10px 0;
    text-align: center;
}

    .StaticGallery ul.panel li a:hover{
        display: inline-block;
        border: 1px solid #E21A22;
        margin: -1px;
    }
/*end:StaticGallery*/
