
		div#scrollcontainer{
			position:absolute;
			display:block;	
			overflow:hidden;
			font-family:arial;
			font-weight:normal;
			font-size:7pt;		
			letter-spacing:1px;
			bottom:25px;
			left:42px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			width:auto;
			background-color:#FAD5E5;
			/*opacity: .7; */
			/*filter:alpha(opacity=70);*/ /* IE's opacity*/ 	
			letter-spacing:1px;						
		}
		
		div#scrolltitle{
			position:absolute;
			top:0px;
			z-index:10;
			text-align:center;
			vertical-align:top;
			width:auto;
			color:white;
			font-weight:bold;
			line-height:20px;
			height:20px;
			background-color:#c00055;
			margin:0px;
			padding:0px;
		}
					
		div#scrolltotop
		{
			position:absolute;
			z-index:5;
			height:12px;
			top:0px;
			left:0px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}

	div#scrolltobottom
	{
		position:absolute;
		z-index:5;
		height:12px;		
		bottom:0px;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;	
	}
	
	#scrolltotop.hover{
		background:#c00055 url(../images/scrollupW.gif) no-repeat bottom center;		
	}

	#scrolltobottom.hover{
		background:#c00055 url(../images/scrolldownW.gif) no-repeat bottom center;		
	}
	
	#scrolltotop.unhover{
		background:#FAD5E5 url(../images/scrollupR.gif) no-repeat top center;	
	}

	#scrolltobottom.unhover{
		background:#FAD5E5 url(../images/scrolldownR.gif) no-repeat bottom center;		
	}	


	div#listItems {
		position:relative;
		display:none;	
		z-index:1;
		font-family:arial;
		font-weight:normal;
		font-size:7pt;		
		letter-spacing:1px;
		top:0px;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:3px 0px 3px 0px;
		width:auto;
		background-color:#FAD5E5;
		opacity: .7; 
		filter:alpha(opacity=70); /* IE's opacity*/ 	
		letter-spacing:1px;						
	}
	
	div#listItems ul {
		margin-left:0px;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;	
		text-indent:5px;	
	}
	
	div#listItems ul li {
		list-style-type:none;
		line-height:12px;
		background-color:#FAD5E5;				
		width:auto;
		cursor:pointer;		
		color:#c00055;		
	}
	
	div#scrollcontainer a{
		color:white;
		text-decoration:none;
	}
	
	div#scrollcontainer a:focus{
		outline:none; 
	}
	
	div#scrollcontainer a:active{ 
		outline:none; 
	}
