/* 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:960px;
		height:380px;
		overflow:hidden; 
		}
	#slider li{
		}		
				
#prevBtn{ 
		background-repeat: no-repeat; 
		background-image: url(../slices/prev_arrow.jpg); 
		top: 1250px; 
		left: 10px; 
		float: left; 
		position: absolute; 
		height: 30px; 
		width: 40px; 
		background-position: center center; 
		display: block;
		z-index: 0;
		}

#nextBtn{ 
		background-repeat: no-repeat; 
		background-image: url(../slices/next_arrow.jpg); 
		top: 1250px; 
		right: -1px; 
		float: right; 
		position: absolute; 
		height: 30px; 
		width: 40px; 
		background-position: center center; 
		display: block;
		z-index: 0;
		}

#slider{
			margin-top: 20px;
			background-position: center bottom;
			background-image: url(../slices/dirty_bottom_eventbox.jpg);
			background-repeat: no-repeat;
			height: 380px;
			width: 960px;
		}	

/* // Easy Slider */
