@charset "utf-8";
/* CSS Document */
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider, #slider li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:620px;
	height:330px;
	overflow:hidden;
	margin-bottom: 10px;
		}
span#prevBtn{
	font-family: Tahoma;
	font-size: 13px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	color: #FF9900;
}
span#nextBtn{
	font-family: Tahoma;
	font-size: 13px;
	color: #FF9900;
}		
