/* GENERAL STYLES */
/* Scroll Bar Master Styling Starts Here */
.root{
    position:relative;
    height: 230px;
	width:192px;
    margin:0px;
	padding:0px;
	background: url(/images/bg_notice.png) no-repeat top left;
    }
.thumb{
    position:absolute;
    width:8px;
    left: 0px;
	top:5px;
	cursor:pointer;
    }
.up, .dn{
    position:absolute;
    left:0px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:0;
    }
.scrollContainer { 
	clip:rect(0 182 230 0);
    position:absolute; 
    width:172px !important; 
    height:130px;	
    overflow:auto;
    }
.scrollContent { 
    position:absolute; 
	width:172px !important; 
    left:0px; 
    top:0px; 
	padding:0 0 10px 15px;
	}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
