/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:545px; height:95px; z-index:100;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:545px; height:95px; 
	clip:rect(0px,435x,auto,0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1;
	}
	
.highlightoff {
background:none;
}
.highlighton{
background:none;
}

.highlightoff img{
border:1px solid #D1D1D1 
}
.highlighton img{
border:1px solid #D1D1D1
}

.grytext11{
font-family: Arial, Tahoma, Helvetica, sans-serif;
color:#606060;
font-size:11px;
}

.darkgrytext11bold{
font-family: Tahoma, Arial, Helvetica, sans-serif;
color:#454545;
font-size:11px;
font-weight:bold;
}

  
/* Styles for demo, not necessary for scrolling layers */  
