/* 
Home
-----------------------------------------
*/

#slideshow { 
 /*width:400px; height:290px; */margin:6px 0; overflow:hidden;
 }

#slideshow .block_home { 
 /*margin: 0; padding: 0;*/
 background-color: #F3F3F3; 
 border: 1px solid #4F9746;
 padding: 7px;
 margin-left:3px;
 width:400px; height:250px; 
 }
#slideshow .block_home li { display: none;}
/*#slideshow .block_home li{ float: left; }

,
#slideshow .menu_list */

#slideshow .menu_list { list-style-type: none;margin: 3px; padding:0;  }
#slideshow .menu_list li { display:inline; padding: 1px; margin:0;
 /*background: #F3F3F3*/;
}
#slideshow .menu_list a {text-decoration: none; /* padding: 5px;*/ 
 text-align:center;
 }
#slideshow .menu_list a:hover { background-color: #F3F3F3; }


#slideshow.show00 #anim00, 
#slideshow.show01 #anim01, 
#slideshow.show02 #anim02, 
#slideshow.show03 #anim03, 
#slideshow.show04 #anim04 { display: block; }

#slideshow.show01 #content01 a, 
#slideshow.show02 #content02 a, 
#slideshow.show03 #content03 a, 
#slideshow.show04 #content04 a { 
 background-color: #F3F3F3; 
 border: 1px solid #4F9746;
 padding:2px;
 }


	