

<!--------------------------------------------------scrollingImage------------------------------------------------>

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:480px; height:160px; z-index:100;
	}
div#wn	{ 
	position:relative;
	left:0px; top:0px; 
	width:480px; height:160px; 
	clip:rect(0px, 200px, 44px, 0px); 
	overflow:hidden;	
	z-index:1;
		}
	div.content { 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; right:0px; 
	z-index:2; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
#t1 {
	width:2865px;
	list-style:none;
	list-style-type: none;
	margin-top:0px;
	margin-left:6px;
	padding-left:0px;
	}
.li2 {
	width:150px;
	float: left;
	color:#2b0d2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-right:10px;
}
/* Styles for demo, not necessary for scrolling layers */  


#divheight{
height:44px;
}
.doc_img {
	border:none;
}
.doc_img a {
	display:block;
	float:left;
	width:150px;
	height:150px;
	line-height:160px;
	overflow:hidden;
	position:relative;
	z-index:1;	
	border: none;
}