
.issue_slider{
    overflow: hidden;
    height: auto;
    padding: 20px 0 0 0
}
#issue_slider_gallery_container{
    oferflow: hidden;
    margin: 0 1px; /* for img's shadows preserving */
}
.issue_slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 230px;
    width: 9999px;
}
.issue_slider li{
   float: left;
   padding: 0 20px 0 0;
   width: 172px;
   text-align: center;
}

.issue_slider li img{
    width: 172px;
    box-shadow: 0 1px 3px #737373;
}


.issue_slider .gallery_wrapper {
    position: relative;
    padding: 0;
}
.issue_slider .arrow {
    display: block;
    position: absolute;
    top: -19px;
    width: 120px;
    height: 14px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.issue_slider .arrow.right-arrow{
    text-align: right;
}
.issue_slider .right-arrow:after{
    content: '';
    float: right;
    margin: 0 0 0 6px;
    width: 0;
    height: 0;
    border-left: 9px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.issue_slider .left-arrow:before{
    content: '';
    float: left;
    margin: 0 5px 0 0;
    width: 0;
    height: 0;
    border-right: 9px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.issue_slider .right-arrow{
    right: 0;
}
.issue_slider .left-arrow{
    left: 0;
}
.issue_slider .arrow.arrow_end{
    opacity: 0.3;
}
.issue_slider div[id^="pic_nav"] {
    position: relative;
    top: 7px;
    height: 10px;
    overflow: hidden;
    margin: 0 auto -10px auto;
}
.issue_slider div[id^="pic_nav"] div {
    opacity: 0.5;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 7px;
    background: #fff;
}
.issue_slider div[id^="pic_nav"] div.current_pic {
    background: rgb(241, 121, 11);
    opacity: 0.8;
}

.issue_slider .issue_title{
    color: #000;
    font-family: h1_cat, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
}