@charset "UTF-8";
/* CSS Document */

/*#homepage_image {
	display:block;
	width:429px;
	height:362px;
	margin-bottom:5px;
}
*/
#slider ul, #slider li{
	margin-left:0px;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:429px;
	height:340px;
	overflow:hidden;
	margin-top:0px; 
	margin-bottom:0px;
	}
span#prevBtn{}
span#nextBtn{}	

ol#controls{
		margin:1px 0 3px 0;
		padding:0;
		height:10px;	
		}
	ol#controls li{
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:8px;
		line-height:12px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		line-height:10px;
		border:1px solid #ccc;	
		background:#CCC;
		color:#fff;
		padding:0 6px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#CCC;
		font-weight:bold;
		color:#555;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
