/* Easy Slider 横へスライド*/

	#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:569px;
		height:200px;
		overflow:hidden; 
		}

	span#prevBtn{
	font-weight: bold;
	background-image: url(../java/jqueryeasySlider/images/btBody.gif);
	background-repeat: repeat;
	text-align: center;
	margin-top: 3px;
	margin-right: 15px;
	letter-spacing: 0.2em;
	font-size: 16px;


}
	span#nextBtn{
	font-weight: bold;
	background-image: url(../java/jqueryeasySlider/images/btBody.gif);
	background-repeat: repeat;
	text-align: center;
	margin-top: 3px;
	margin-right: 15px;
	letter-spacing: 0.2em;
	font-size: 16px;


}					

