/*=============== Detail Style ==================*/
.detail_ctn{float: left; width: 100%;}
.detail_ctn .title_css{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: url("imgs/bg_title.png") repeat-x;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;


    border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.detail_ctn .container_detail_ctn{padding: 13px 0px 5px 0px;}
.detail_ctn .add_date_css{font-size: 13px; color: #0c90e3}
.detail_ctn .description_css{float: left; font-size: 13px; line-height: 18px;}



.detail_ctn .image_css div {float: left; width: 230px; margin: 0 15px 10px 0; height: 200px;}

/* For Share Event */
.detail_ctn .share_css {float: left; width: 100%; margin: 10px 0;}
.detail_ctn .share_css .facebook,
.detail_ctn .share_css .twitter,
.detail_ctn .share_css .google_plus{float: left; height: 30px; width: 30px; margin-right: 10px;}
.detail_ctn .share_css .facebook{background: url("imgs/facebook.png") no-repeat center;}
.detail_ctn .share_css .twitter{background: url("imgs/twitter.png") no-repeat center;}
.detail_ctn .share_css .google_plus{background: url("imgs/google-plus.png") no-repeat center;}

/* For All Share */
.icon_share{float: left; height: 30px; width: 30px; margin-right: 10px; background: url("imgs/share.png") no-repeat center;}
/* End For All Share */


/* Partner Footer */
.gallery_slide{
    margin: 0 0 0 2px;
    padding:0 0 0 10px;
    width: 640px;
    height: 100px;
    overflow: hidden;
}
.gallery_slide ul {
    margin: 0 0 0 5px;
    padding: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 100px;
}
.gallery_slide li {
    width: 110px;
    height: 100px;
    display: block;
    float: left;
    padding: 1px;
    margin: 0 14px 0 0;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    position: relative;
}

.gallery_slide.responsive {
    width: auto;
    margin-left: 0;
}
.prev_ad, .next_ad{
    position:absolute;
    top: 32px;
    z-index: 10;
    width: 32px;
    height: 32px;
}
.prev_ad{
    left: 0;
    background: url("imgs/prev_p.png") no-repeat left;
}
.next_ad{
    right: 0px;
    background: url("imgs/next_p.png") no-repeat left;
}

/* End Panter */
