@charset "UTF-8";
/* CSS Document */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 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:600px;
		height:207px;
		overflow:hidden;
		}
	span#prevBtn{
		}
	span#nextBtn{
		margin-left: 1.3em;
		}			
/* // Easy Slider */

