/*default CSS for SAG scroller*/

.sagscroller{
	width: 117px;  /*default width of scroller*/
	height:315px;
	overflow:hidden;
	position:relative;
	}


.sagscroller ul{
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
	background-color: transparent;
}

.sagscroller ul li{
display:block;
}


div#mysagscroller2{
	width: 117px; /*width of scroller*/
	height:315px;
	margin-top:4px;
}

div#mysagscroller2 ul li img{
	border-width:0;
	display:block; /*this causes each image to be flush against each other*/
	padding-top: 0px;
	padding-left: 0px;
}