/* 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:542px;
		height:301px;
		overflow:hidden; 
		}
	
	span#nextBtn {margin-top:1em;float:left;margin-left:30px;}
	span#prevBtn {margin-top:1em;float:left;margin-left:40px;margin-right:0px;}
	span#prevBtn a, span#nextBtn a{color:#fff;text-decoration:none;background-color:#e57025;width:84px;float:left;clear:left;text-align:center;height:21px;vertical-align:middle;padding-top:.4em;}	

	span#prevBtn a:hover{background-color:#ed8746;}
	span#nextBtn a:hover{background-color:#ed8746;}

	
	img.floorplanlayout{width:538px;height:177px;float:left;clear:left;margin-top:0.2em;}
	
	p.sitelocationTitle{clear:left;padding-top:2em;font-weight:bold;}
	
/* // Easy Slider */
