@charset "UTF-8";
/* CSS Document */


	#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:100%;
		height:100%;
		overflow:hidden; 
		}
	#slider li{ 
		
		}		
	#slider li h2{ 
		
		}	
	#slider li p{ 
		margin-right:20px;
		}			
		span#prevBtn{
			float:left;
		}
	span#prevBtn a{
		position:relative;
		display:block;
		padding: 24px 0 0 0;
		overflow: hidden;
		background-image:url(http://common.pbhs.com/Scripts/easySlider/arrows_black.png);
		background-repeat: no-repeat;
		height: 0px!important;
		height /**/:24px;
		background-position: left top;
		width: 24px;
	
		}
		span#prevBtn a:hover{
			background-position: left bottom;
		}
		span#nextBtn{
			float:right;
		}
	span#nextBtn a{
		position:relative;
		display:block;
		padding: 24px 0 0 0;
		overflow: hidden;
		background-image:url(http://common.pbhs.com/Scripts/easySlider/arrows_black.png);
		background-repeat: no-repeat;
		height: 0px!important;
		height /**/:34px;
		background-position: right top;
		width: 24px;
		}					
		span#nextBtn a:hover{
			background-position: right bottom;
		}
/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */