/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:350px; height:100px; z-index:50px
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:350px; height:75px; 
	/*clip:rect(0px, 200px, 44px, 0px); */
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { width:350px }

#box_lone{width:540px; height:170px; border:2px solid #d4eaa5;text-align:left; background-color:#FFFFFF; float:left;}
#top_boder{width:100%; height:21px; background:#d4eaa5; float:left; text-decoration:none; font-family:Arial; font-weight:bold; color:#4c4a43;line-height:1.5em;}
#img_box{width:525px; height:143px;  float:left; margin-left:0px;}
#img{width:127px; height:130px; float:left;padding:0px; margin:5px;border:1px solid #d4eaa5;}
#text_box{width:360px; height:130px; float:left;  margin:5px; padding:0px;font-family:Arial; text-decoration:none; font-size:12px; color:#000000;border:1px solid #d4eaa5;}
#text_box a{text-decoration:underline; font-size:12px; color:#7b9c00; font-weight:bold;}
#text_box a:hover{text-decoration:underline; font-size:12px; color:#7b9c00; font-weight:bold;}
#spacer_text{width:6px;height:auto;float:left;}
#more1{width:auto;height:auto;float:right;margin-right:5px;}
#content1{width:356px; height:105px;float:left;padding:2px;}

#spacer2{height:19px; float:left;width:530px;}


