/* 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
		*/
                    margin: 0px;
    padding: 0;
		width: 630px;
		height: 530px;
		overflow:hidden;
	}
	
	span#prevBtn{
		
	}
	.next{
		text-decoration: none;
		color: #000000;
		float: right;
		margin-left: 5px;
	}
	.prev{
		text-decoration: none;
		color: #000000;
		float: left;
		margin-right: 5px;
		margin-left: -6px;
	}
	.nextImage{
		margin-left: 10px;
	}
	.prevImage{
		margin-right: 10px;
	}
	#pagination{
		
	}


	.grayMatter{
		color: gray;
	}

	span#nextBtn{
		
	}
