div#hold {
  position:relative; overflow:hidden;
	width:510px; height:85px; z-index:100
	}
div#wn1	{
	position:absolute;
	left:0px; top:0px;
	width:510px; height:85px;
	clip:rect(0px, 510px, 85px, 0px);
	overflow:hidden;
	z-index:1;
	}

div#wn2	{
	position:absolute;
	left:0px; top:0px;
	width:510px; height:85px;
	clip:rect(0px, 510px, 85px, 0px);
	overflow:hidden;
	z-index:1;
	}

div.content	{
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
	}
img {border:none;}

div.content a{
  margin-right:5px;
}

.arrow{
  padding-top:15px;
}


