/* style-index.css */
#gallery, #gallery li { margin:0; padding:0; list-style:none; }
#gallery {
	width:725px;
	height:12.5em;
	position:relative;
	background: url("../bannergallery/1.jpg") no-repeat; 
	border:1px solid #888;
}			
#gallery li { float:left; margin-top:13em; display:inline; }					
#gallery a {
	text-decoration:none;
	border:1px solid #888;
	color:#22F;
	background:#EEE;
	padding:3px;
	padding-left:0.5em;
	padding-right:0.5em;
}			
#gallery a span { display:none; }
#gallery a:hover, ul#gallery a:active { background:#CCC; z-index:5; }
#gallery a:hover span, ul#gallery a:active span {
	position:absolute;
	width:725px;
	height:12.5em;
	float:left;
	top:0;
	left:0;
	display:block;
}		
#gallery a img { border:0; }	
div.notice {
    padding:0.5em;
    padding-top:4px;
    height:18em;
    border:1px solid #228;
    margin-bottom:1em;
    background:#EEF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    /* overflow-y:scroll; */  /* an interesting idea for later */
}
#rightnotice { float:left; width:30%; background:#EEF; }
#homebutton { text-align:center; }
#homebutton a { 
	font-size:1.3em;
	padding:10px;
	background:#CCF;
	text-decoration:none;
	color:#333;
	border:1px solid #88A;
	margin:0.5em;
}
#homebutton a:hover { background:#DDF; border:1px solid #449; }
