/* Tiny Scrollbar */
.scrollCon 
{ 
    width: 654px; 
    margin-top:30px;
    float:left;
}
.scrollCon .viewport 
{ 
    width: 600px; 
    height:425px;
    margin:0px 14px 0px 25px; 
    overflow: hidden; 
    position: relative; 
}
.scrollCon .openDetailContent 
{ 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0;
}
.scrollCon .scrollbar,
.scrollCon .thumb .end,
.scrollCon .thumb 
{ 
    background: transparent url(/Includes/images/bg-scrollbar.png) no-repeat; 
}
.scrollCon .scrollbar 
{ 
    position: relative; 
    background-position: 0 0; 
    float: right; 
    width: 10px;
    right:5px; 
    /*display:none;*/ 
}
.scrollCon .track	
{ 
    background: transparent url(/Includes/images/bg-scrollbar-end.png) no-repeat 0 100%; 
    height: 100%; 
    width:8px; 
    position: relative; 
    padding: 0 1px; 
}
.scrollCon .thumb 
{ 
    background-position: 100% 100%; 
    height: 20px; 
    width: 8px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
}
.scrollCon .thumb .end 
{ 
    background-position: 100% 0; 
    height: 5px; 
    width: 8px; 
}
.scrollCon .disable 
{ 
    display: none; 
}
