/*  Showcase */

#showcase {
	width: 100%;
	height: 304px;
	
	background: url('../images/showcase_tile.jpg') repeat-x;
}

#showcase_container {
	position: relative;
	width: 755px;
	padding: 0 95px; /* space required by arrows -> adds up to 945px width */
	margin: 0 auto;
	
	background: url('../images/showcase_bg.jpg') no-repeat;
}

/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none !important;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:755px;
	height:304px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:52px;
	height:38px;
	position:absolute;
	left:23px; /* margin relative to #showcase_container */
	top:130px;
	z-index:1000;
	
	text-indent: -9000px;
	}	
#nextBtn, #slider1next{ 
	left:870px; /* #showcase_container.leftMargin + #slider + 20px */
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:52px;
	height:38px;
	background:url(../images/showcase_btn_left.jpg) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/showcase_btn_right.jpg) no-repeat 0 0;	
	}	
	
/* // Easy Slider */

/* Showcase Content */

#showcase .featured_image {
	margin-top: 21px;
	margin-right: 33px;
	float: left;
}

#showcase p {	
	color: #fff;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}

#showcase p.title {
	margin-top: 8px;
	margin-bottom: 0;
	
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
}

#showcase p.description {
	padding: 20px;
	
	font-size: 18px;
	line-height: 150%;
}

#showcase a.readmore {
	display: block;
	float: right;
	width: 70px;
	height: 22px;

	color: #f6f5c7;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana,Geneva,Tahoma,sans-serif;
	text-decoration: none;
	text-align: center;
	
	background: url('../images/showcase_readmore.png') no-repeat right 0;
}

#showcase a.readmore span {
	padding: 3px 0;
}