/* Easy Slider */
#sliderWrap {position:relative;}
#slider h1 {line-height: .85em;}
#slider h4 {color: #87dafb;}
#slider p {
	background-image: url(/assets/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 1.25em;
} /* cheat to make bullets - nested ul was causing conflicts */
#slider a {line-height: 2em;}


.sliderControl span {text-decoration: none; color:#fff;}

	#slider ul, #slider ul li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider ul li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:170px;
		overflow:hidden;
		padding-top:15px; 
		}	
	#prevBtn, #nextBtn { 
		text-decoration: none;
		position:absolute;
		bottom: 0px;
		right: 0px;
		}	
	#prevBtn {right: 50px;}														
	#prevBtn a, #nextBtn a {text-decoration: none;}	
		
		
	