.scroll-pane{
/*width:610px;
height:276px;
padding-right: 5px; */
width:473px;
height:396px;
padding-right: 5px; 
}
.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
top:3px;
}

.jScrollPaneTrack {
position: absolute;
cursor: pointer;
right: 0px;
width:2px;
top: 0;
height: 100%;
/*background:#217baa;*/
background:url(../../images/scroll_track.png) no-repeat;
margin-top:0px;
}
.jScrollPaneDrag {
position: absolute;
cursor: pointer;
overflow: hidden;
width:25px;
height:15px;
right: -2px;
margin-top:7px;
background:url(../../images/scroll_drag.png) no-repeat;
}
.jScrollPaneDragTop {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.jScrollPaneDragBottom {
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
}
a.jScrollArrowUp {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
text-indent: -2000px;
overflow: hidden;
background:url(../images/upp.png) no-repeat;
height: 13px;
width:13px;
}
a.jScrollArrowUp:hover {
background:url(../images/upp.png) no-repeat;
}
a.jScrollArrowDown {

display: block;
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
text-indent: -2000px;
overflow: hidden;
background:url(../images/downn.png) no-repeat;
height: 13px;
width:13px;
}
a.jScrollArrowDown:hover {
background:url(../images/downn.png) no-repeat
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}
/*
.scroll-pane{
overflow: visible; 
width:498px;
height: 336px; 
padding-right: 5px; 
position: relative; 
top: 0px;
}*/
.inner_gallery_descrip_1{
font-family:Arial;
font-size:12px;
color:#4d4d4d;
line-height:15px;
font-weight:bold;
margin-right:35px;
margin-bottom:5px;
width:600px;
}
.panno{
height:288px;
width:615px!important;
padding-left:0px;!important
overflow:hidden
}