

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
		#slider {
				margin-left: 8px;
		}
	#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:216px;
		height:179px;

		overflow:hidden; 
		}
	span#prevBtn {
		margin-left: 8px;
		display: block;
		background-color: #EEE;
		width: 109px;
		height: 20px;
		float: left;
	}
	img {
		padding: 0px;
		margin: 0px;
	}
	span#nextBtn {
		display: block;
		background-color: #EEE;
		width: 109px;
		height: 20px;
		float: left;
		text-align: right;
	}
	span#prevBtn a{
		color: #016e96;
		font-size: 11px;
		text-decoration: none;
	}
	span#prevBtn a:hover{
		color: #000;
		text-decoration: none;
	}
	span#nextBtn a{
		color: #016e96;
		font-size: 11px;
		text-decoration: none;
	}					
	span#nextBtn a:hover{
		color: #000;
		text-decoration: none;
	}
/* // Easy Slider */


