/*default CSS for SAG scroller*/

.sagscroller{
width: 200px;  /*default width of scroller*/
height:500px;
overflow:hidden;
position:relative;
z-index:2;
}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
	position: absolute;
	margin: 0;
	padding: 0;
	background: white;
	list-style: none;
	width: 231px;
	left: 3px;
	top: 9px;
}

.sagscroller ul li{
display:block;
}
