
.photostory {

}

.photostory h1 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}


.photostory-list .col {
    background: #EEE;
}
/* Photo category title box
----- */

.black-skin .archive-title.photo_title_box  {
    border: 3px solid #353535;
    width: 955px;
    padding: 3px 5px;
    font-size: 25px;
    text-align: center;
    background: #303030;
    color: #757575;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
}
.black-skin .archive-title.photo_title_box   a {
    color: #757575;

}
.category-photogallery .archive-title.photo_title_box a,
.category-gallery .archive-title.photo_title_box a {
    display: block;
}
.black-skin  .archive-title.video_title_box{
    margin-top: 10px;
    border: 3px solid #353535;
    width: 100%;
    padding: 3px 5px;
    font-size: 20px;
    text-align: left;
    background: #303030;
    color: #757575;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
}
.black-skin  .archive-title.video_title_box a{
    color: #757575;
}
.photostory-photo-full img {
    width: auto;
    max-height: 660px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    min-height: 660px;
    background: black;
}


#viewport_ps {
    width: 720px;
    background: #EEE;
    border-bottom: 2px solid #222;
}

#photostory-box {
    overflow: hidden;
    min-height: 480px;
}
#photostory-box .slide {width: 100%;}


#photostory-box .slide img {
    /*max-height: 600px;*/
    min-height: 480px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height:auto;
}

.photostory-buttons-full {
    position: relative;
    top: -551px;
    width:720px;
}



.photostory-buttons-full .prev-photo-btn,
.photostory-buttons-full .next-photo-btn {
    display: block;
    width: 55px;
    height: 50px;
    background: url('/wp-content/themes/bones/library/images/slider-arrows.png') no-repeat center;
    cursor: pointer;
    opacity: 0.2;
    top: 200px;
    position: absolute;
    right: 0;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;

}



.photostory-buttons-full .prev-photo-btn {
    left: 0;
    background-position: -4px -139px;
}

.photostory-buttons-full .prev-photo-btn:hover,
.photostory-buttons-full .prev-photo-btn:active,
.photostory-buttons-full .prev-photo-btn:focus{
    opacity: 0.9;
}


.photostory-buttons-full .next-photo-btn {
    background-position: -60px -139px;
}

.photostory-buttons-full .next-photo-btn:hover,
.photostory-buttons-full .next-photo-btn:active,
.photostory-buttons-full .next-photo-btn:focus{
    opacity: 0.9;
}



.photostory:hover .next-photo-btn,
.photostory:hover .prev-photo-btn{
    opacity: 1;
}








/* photo story slider in single page, bottom */

.jcarousel-skin-photostory .jcarousel-container {
    background: #000;
}

.jcarousel-skin-photostory .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-photostory .jcarousel-container-horizontal {
    width: 720px;
}


.jcarousel-skin-photostory .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-photostory .jcarousel-clip-horizontal {
    width: 100%;
    height: 70px;
}


.jcarousel-skin-photostory .jcarousel-item {
    width: auto;
    height: 70px;
}

.jcarousel-skin-photostory .jcarousel-item-horizontal {
    border-right: 1px solid #444;
}

.jcarousel-skin-photostory .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-photostory .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-photostory .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 70px;
    cursor: pointer;
    background: url('/wp-content/themes/bones/library/images/slider-arrows.png') -34px -254px;
    z-index: 2;
    opacity: 0.7;
}


.jcarousel-skin-photostory .jcarousel-next-horizontal:hover,
.jcarousel-skin-photostory .jcarousel-next-horizontal:focus,
.jcarousel-skin-photostory .jcarousel-next-horizontal:active {
    opacity: 1;
}


.jcarousel-skin-photostory .jcarousel-next-disabled-horizontal,
.jcarousel-skin-photostory .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-photostory .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-photostory .jcarousel-next-disabled-horizontal:active {
    opacity: 0;
}

.jcarousel-skin-photostory .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 70px;
    cursor: pointer;
    background: url('/wp-content/themes/bones/library/images/slider-arrows.png') 0 -254px;
    z-index: 2;
    opacity: 0.7;
}


.jcarousel-skin-photostory .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-photostory .jcarousel-prev-horizontal:focus,
.jcarousel-skin-photostory .jcarousel-prev-horizontal:active {
    opacity: 1;
}


.jcarousel-skin-photostory .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-photostory .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-photostory .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-photostory .jcarousel-prev-disabled-horizontal:active {
    opacity: 0;
}



.jcarousel-skin-photostory li img {
    width: 103px;
    min-height: 70px;
}






/* top conent slider */
.jcarousel-skin-content-slider .jcarousel-container {
    width: 862px;
    margin: 25px auto;
}

.jcarousel-skin-bottomvideo-slider .jcarousel-container{
    width: 862px;
}


.jcarousel-skin-content-slider .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-content-slider .jcarousel-item {
    width: 140px;
    height: 193px;
    background: #444;
    border: 4px solid #303030;
    padding: 5px;
    font-size: 0.7em;
    margin: 0 2px;
    overflow: hidden;
}

.jcarousel-skin-content-slider .jcarousel-item:hover {
    border-color: #4B4B4B;
    box-shadow: 0 0 20px #222;
}


.jcarousel-skin-content-slider .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-content-slider .jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: -32px;
    width: 40px;
    height: 54px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(/wp-content/themes/bones/library/images/slider-arrows.png) no-repeat -49px -4px;
    z-index: 2;
    opacity: 0.8;
}


.jcarousel-skin-content-slider .jcarousel-next-horizontal:hover,
.jcarousel-skin-content-slider .jcarousel-next-horizontal:focus,
.jcarousel-skin-content-slider .jcarousel-next-horizontal:active {
    opacity: 1;
    background-position-y: -63px;
}


.jcarousel-skin-content-slider .jcarousel-next-disabled-horizontal,
.jcarousel-skin-content-slider .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-content-slider .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-content-slider .jcarousel-next-disabled-horizontal:active {
    opacity: 0;
}

.jcarousel-skin-content-slider .jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: -37px;
    width: 40px;
    height: 54px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(/wp-content/themes/bones/library/images/slider-arrows.png) no-repeat -1px -4px;
    z-index: 2;
    opacity: 0.8;
}


.jcarousel-skin-content-slider .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-content-slider .jcarousel-prev-horizontal:focus,
.jcarousel-skin-content-slider .jcarousel-prev-horizontal:active {
    opacity: 1;
    background-position-y: -63px;
}


.jcarousel-skin-content-slider .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-content-slider .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-content-slider .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-content-slider .jcarousel-prev-disabled-horizontal:active {
    opacity: 0;
}



.jcarousel-skin-content-slider li img {
    width: 122px;
    height: 83px;
}

.jcarousel-skin-content-slider .jcarousel-item .entry-title {
    height: 66px;
    overflow: hidden;
    clear: left;
}












.single-post-gallerey  .ad-gallery {
    width: 660px;
    margin: 0 auto;
    padding-top: 15px;
}
.single-post-gallerey .gallerey-style, .gallerey-reload{
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
    z-index: 10;
}
article.single-photo-post.post{
    padding:0px;
}
.ad-gallery {
    width: 720px;
} 

.ad-gallery.single-slider{
    width: 982px;
}
.ad-gallery.single-slider .ad-nav{
    width: 979px;
    padding: 5px 37px;
    height: 111px;
    margin-bottom: 20px;
    background: rgb(150, 150, 150);
}
.ad-gallery.single-slider .ad-nav .ad-thumbs{
    width: 911px;
}
.ad-gallery.single-slider .ad-forward{
    right: 9px;
    top: 34px;
}
.ad-gallery.single-slider .ad-back{
    left: 9px;
    top: 34px;
}
.ad-gallery.single-slider  .ad-image-wrapper{
    width: 912px;
    padding:0; 
    height:700px;
}

.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0;
}
.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; 
    padding-bottom: 20px;
}
.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
   
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    width: 39px;
    height: 40px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(../images/slider-arrows.png) no-repeat -10px -143px;
}


.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    width: 39px;
    height: 40px;
    right: 0;
    left: auto;
    cursor: pointer;
    display: none;
    background: rgba(0, 0, 0, 0) url(../images/slider-arrows.png) no-repeat -70px -143px;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(opa75.png);
    color: #000;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}
.ad-gallery .ad-controls {
    height: 20px;
}
.ad-gallery .ad-info {
    float: left;
}
.ad-gallery .ad-slideshow-controls {
    float: right;
    margin-top: -8px;
}
.ad-slideshow-countdown{
    display:none!important;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}
.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100px;
}
.ad-gallery .ad-back {
    display: block;
    position: absolute;
    top: 30px;
    width: 24px;
    height: 40px;
    left: -26px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(../images/slider-arrows.png) no-repeat -12px -8px;
}
.ad-gallery .ad-forward {
    display: block;
    position: absolute;
    top: 30px;
    width: 24px;
    height: 40px;
    right: -25px;
    left: auto;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(../images/slider-arrows.png) no-repeat -59px -8px;
}
.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
    height:119px;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;

    padding: 0;
}
.ad-gallery .ad-thumbs li {
    float: left;
    /*padding-right: 5px;*/
 padding-right: 0px;
}
.ad-gallery .ad-thumbs li a {
    display: block;
}
.ad-gallery .ad-thumbs li a img {
    border: 3px solid #CCC;
    display: block;
    height:100px;
}
.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #FFF;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.jcarousel-skin-content-slider ul.photo_slider_area .jcarousel-item .entry-title {
    position: absolute;
    bottom: 8px;
    padding: 6px 0 0 0;
    font-size: 1.2em;
    width: 842px;
    background: rgba(34, 34, 34, 0.79);
    display: block;
    height: 30px;
    text-align: center;
    overflow: hidden;
}

.jcarousel-item .entry-photo {position: relative;}

.jcarousel-skin-content-slider ul.photo_slider_area li.jcarousel-item img {width: 100%; height: 256px;}
.jcarousel-skin-content-slider ul.photo_slider_area .jcarousel-item {width: 860px; height: 273px;}
.category-photo-story  .jcarousel-next, .category-photo-story  .jcarousel-prev, .category-photogallery .jcarousel-prev, .category-photogallery .jcarousel-next,
.category-gallery .jcarousel-prev, .category-gallery .jcarousel-next{margin-top: 60px;}

.gallerey-style-new, .gallerey-style, .gallerey-reload{
    float: right;
    background-image: url(../images/galerey_style.png);
    width: 37px;
    height: 23px;
    cursor: pointer;

}

.list-gallerey ul{
    padding: 0!important;;
    margin: 0;
    list-style: none!important;
}
.gallerey-style-new{
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallerey-style, .gallerey-style-new{
    background-position: 0 -25px;
}

.single-post-gallerey .ad-gallery .ad-back, .single-post-gallerey .ad-gallery .ad-forward{
    top: 50px;
}
.gallerey-style.gallerey-style-base,.gallerey-reload{
    background-position: 0 0px;
}
.float-left{float:left;}
.single-gallery ul{padding:0;width: 700px!important;margin:0;margin-left:5px;}

.single-gallery li{
    padding:0;
    margin:0;
    list-style: none;
}

.single-gallery img{
    opacity: 1!important;
    width: 700px;
    height: auto;
}


article.photogallerey-item.post-gallery {
    padding:0;
    border: 0;
    background:none;
    margin-bottom:30px;
}
article.photogallerey-item.post-gallery .entry-photo{
    border: 5px solid #616161;
}
article.photogallerey-item.post-gallery h3{
    text-align: center;
}
article.photogallerey-item.post-gallery .entry-photo:hover{
    border-color: #4B4B4B;
    box-shadow: 0 0 20px #222;
}
.single-photo-content{
    background: #3A3A3A;
    padding: 5px 20px;
    margin-top: 20px;
}
.single-photo-content p{
    margin: 0;
    padding:0;
}
.single-photo-post .entry-title.single-title{
    text-align: center;
}

.single-photo-post  .ad-image-slide{
    padding: 15px 35px;
    background-color: #262425;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
.single-photo-post   .single-gallery{
    padding: 35px 35px 10px 35px;
    background-color: #262425;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
.single-photo-post   .single-gallery .ad-image-slide{
    display: none;
}
.single-post-gallerey.slide{
    width:100%;
}
.black-skin .archive-title.photo_title_box:hover a {
    color: #303030;
    text-shadow: 1px 1px 0 #C4C4C4;
}
.black-skin .archive-title.photo_title_box:hover {
    background: rgba(255, 255, 255, 0.61);
}
.photo_categoryes_item{
    width: 957px;
}
.photo_categoryes_item  article.block-threecol:nth-child(4n+3){
    margin-right: 0px;
}
.photo_categoryes_item .block-threecol{
    margin-left: 0px;
    margin-right: 30px;
    width: 298px;
    font-size: 0.8em;
    margin-top: 10px;
    position: relative;
    float: left;
}
.corruption_photos .gallerey-block{
    width: 100%;
}
.corruption_photos .corruption_photo_item:nth-child(2){
    float: right;
}
.corruption_photos .corruption_photo_item{
    width: 49%;
    float: left;
}