a.left, a.right{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
#slider_top {
    position:relative;
    /*overflow:hidden;*/
    width: 965px;
    height:100%;
    margin: 0px auto;
}
#slider_top .scrollable {
    position: relative;
    overflow: hidden;
    width: 965px;
    height: 100%;
    margin: 0px auto;
}
#slider_top .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}
#slider_top .items div {
    float:left;
    width:965px;
}
#slider_top .scrollable img {
    margin:0px;
    padding:0px;
    /*width:965px;
    height:300px;*/
}
#slider_top .scrollable .box {
    float:left;
    margin:0px;
    padding:0px;
    width:965px;
    height:100%;
    overflow: hidden;
    position: relative;
}
#slider_top .scrollable .active {
    position:relative;
    cursor:default;
}

#slider_top .scrollable .box .txt{
    position: absolute;
    bottom: 0px;
    z-index: 50;
}

#slider_top .fontSlider{ font-family: 'Open Sans Condensed', serif;  font-size: 28px;  letter-spacing: 0pt; line-height: 51px; color: #fff; }

#slider_top .fontStacker{ font-family: 'Open Sans Condensed', serif;  font-size: 24px!important; font-weight: bold!important;  letter-spacing: 0pt; }


/*BUTTONS*/
a.browse {
    background: url("../img/hori_large.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 48px;
    margin: 0px 0px;
    width: 48px;
}
a.right {
    background-position: 0 -48px;
    clear: right;
    margin-right: 0;
    position: absolute;
    right: 9px;
    top: 140px;
    z-index: 500;
}
a.right:hover {
    background-position: -48px -48px;
}
a.right:active {
    background-position: -95px -48px;
}
a.left {
    margin-left: 0;
    position: absolute;
    left: 9px;
    top: 140px;
    z-index: 500;
}
a.left:hover {
    background-position: -48px 0;
}
a.left:active {
    background-position: -96px 0;
}


a.disabled {
    visibility: hidden !important;
}

.right, .left{
    display: none !important;
}

@media (min-width: 300px) and (max-width: 767px){
    .fontSlider {
        font-size: 20px !important;
    }
}
@media (min-width: 300px) and (max-width: 965px) {
    .txt {
        margin-left: 15px;
    }
}

@media (min-width: 959px) {
    .right, .left{
        display: block !important;
    }
}
