.slider_instance1 {border:1px solid #B2B2B2;width:746px;padding:1px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}

.JBSlider {
    height:380px;
    width:740px;
    background-color:white;
    margin:0 auto 0 auto;
    overflow: hidden;
}

.JBSlider .view {
    height:380px;
    width:746px !important;
    float:left;
    background-color:white;
    overflow: hidden;
}
.JBSlider .view .wrapper {
    width:735px !important;
    height:290px !important;
    background-color:inherit;
    overflow: hidden;
    margin-left: 5px;
    margin-top:  5px;
    position:relative;
}

.JBSlider .view .wrapper .item {
    /*overflow: hidden;*/
    position:absolute;
    left:0;
    top:0;
    width:726px !important;
}

.JBSlider .view .wrapper .item img {
    float:left;
    width:734px !important;
    height:290px !important;
    background-color:#ccc;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.JBSlider .view .wrapper  .descBlock {
    width:665px;
    height:60px;
    position: absolute;
    bottom:0;
    left:0;
    opacity:1;
    margin-left:1px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);	
    /*    display:none;*/
}

.JBSlider .view .wrapper .description {
    width:665px;
    position: absolute;
    bottom:-5px;
    left:10px;
    
    cursor:default;
/*    display:none;*/
}

.JBSlider .view .wrapper  .description h4 {
    font-family: Arial, Helvetica, sans-serif;
    padding:5px 10px 0px 5px;
    text-align: left;
    font-size:16px;
    font-weight:bold;
    color:#ccc;
}

.JBSlider .view .wrapper  .description p {
    font-family: Arial, Helvetica, sans-serif;
    padding:0px 10px 0px 5px;
    text-align: left;
    font-size:12px;
    font-weight: normal;
    color:#ccc;
    width:500px;
}

.JBSlider .view .wrapper .description .itemLink{
/*    width:98px;
    height:45px;*/
/*  background-image:url('img/button.png'); */
    background-color:url(/images/info-btn.jpg) top right no-repeat;
    border-radius:2px;
    position: absolute;
    top:30px;
    left:15px;
    color:#FFF;
    text-decoration: none;
    line-height: 26px;
    padding:0 10px 0 10px;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.JBSlider .view .wrapper .description .itemLink:hover {
    background-color:none;
    color:#FFF;
}

/* Controller */

.JBSlider .controller {
    height:380px;
    width:280px;
    float:left;
    background-color:white;
}

.JBSlider .controller .wrapper {
    position:relative;
    float:left;
    width:278px;
    height:370px;
    background-color:inherit;
    overflow: hidden;
    margin-top:  5px;
}

.JBSlider .controller .wrapper .container {
    position:relative;
    width:257px;
    margin-left:3px;
    overflow:hidden;
}

.JBSlider .controller .wrapper .item {
    position: absolute;
    width:255px;
    height:122px;
    background-color:#4b4b4b;
    top:0;
    right:2px;
    cursor:pointer;
}

.JBSlider .controller .wrapper .item:hover {
    background:#999;
}

.JBSlider .controller .wrapper .item img {
    width:252px;
    height:119px;
    float:left;
    background-color:#ccc;
    border:1px solid #000;
    margin-left:0px;
    margin-top:0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.JBSlider .controller .wrapper .item img:hover {

}


.JBSlider .controller .jspTrack {
    background-color: inherit;
    border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width:14px;
}

.JBSlider .controller .jspTrack .jspDrag {
    background-color: inherit;
/*    background-image:url('img/scroll_button.png');
    background-repeat: no-repeat;
    background-position: 0px;*/
    border-radius:6px;
    width:14px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor:pointer;
}

.JBSlider .controller .jspTrack .jspDrag:hover {
    background-position: -14px;
}

