/* Easy Slider */
	#content-slideshow{
	width: 727px;
	height: 600px;
	position: relative;
	left: 305px;
	bottom: 404px;
	overflow:hidden; 
	}
	
	#slider{
	width: 727px;
	height: 600px;
	overflow:hidden; 
	}	
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden; 
		}
		
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 727px;
		height: 600px;
		overflow:hidden; 
		}					
		
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:49px;
		height:75px;
		position: absolute;
		left: 6px;
		top: -301px;
		}	
		
		#prevBtn>a:hover, #nextBtn>a:hover{
		text-indent:-8000px;	
}

	#nextBtn{ 
		left: 677px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:49px;
		height:75px;
		background:url(../images/slideshow/arrow_left.png) no-repeat 0 0;
		}	
	#nextBtn a{ 
		background:url(../images/slideshow/arrow_right.png) no-repeat 0 0;	
		}												

	#slider li h2.slideshow-title{
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 500px;
	margin: -50px 20px 0 138px;
	}	
	
	#slider li p.slideshow-desc{ 
	text-align: right;
	width: 500px;
	margin: 0 20px 0 138px;
	}		

	p.slideshow-preview{
	margin-top: -42px;
	margin-left: 80px;
	background: url(../images/slideshow/magnifyingglass.png) no-repeat;
	padding-left: 20px;
}

	p.slideshow-preview>a{
	width: 60px;
	height: 19px;
	display: block;
}
	
	p.slideshow-launch{
	margin-top: -19px;
	margin-left: 153px;
	background: url(../images/slideshow/globe.png) no-repeat;
	padding-left: 22px;

	}

	p.slideshow-launch>a{
	width: 60px;
	height: 19px;
	display: block;
}
	
	
/* // Easy Slider */