#slider_wrapper
{
width:856px;
float:left;
height:232px;
padding:0px 17px 0px 17px;
margin:0px;
overflow:hidden;
}


#contentLeft {
	width: 356px;
	padding-top: 0px;
	float: right;
	height:232px;
	overflow:hidden;
}

	

#contentRight {
	width: 500px;
	float: left;
	height:232px;
	overflow:hidden;
}

/***********************************************************

	SHOWCASE
	
***********************************************************/

.showcaseImages,
.showcaseImages ul {
	width: 500px;
	height: 232px;
	position: relative;
	list-style:none;
	padding:0px;
	margin:0px
    top:0;
	overflow:hidden;
}

	.showcaseImages ul li,
	.showcaseImages ul li .item {
		width: 500px;
		height: 232px;
		position: relative;
		overflow:hidden;
	}
		
		.showcaseImages ul li .item a img {
			width: 480px;
			height: 210px;
			top:0;
			border: 10px solid #333333;
			overflow:hidden;
		}
.showcaseTexts,
.showcaseTexts ul,
.showcaseTexts ul li {
	width: 356px;
	float:left;
	list-style:none;
	padding:0px;
	position:relative;
	height:230px;
	overflow:hidden;
}

.showcaseTexts ul li .item {
		width: 326px;
		padding: 0px 0px 10px 30px;
		float:left;
		overflow:hidden
		height:230px;
	}
		
		.showcaseTexts ul li .item h2 a {
			padding:0px;
			margin:0px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:22px;
			color:#333333;
			line-height:25px;
			font-weight:600;
		}
		.showcaseTexts ul li .item p
		{
		font-size:12px;
		color:#333333;
		padding:0px;
		margin:0px;
		}
	
	.showcaseTexts .buttons {
		position:absolute;
		z-index:1500;
		bottom:0;
		left:20px;
		width:330px;
		height:60px;
		
	}
	
.prev_slide,.next_slide
{
cursor: pointer;
width: 150px;
height: 60px;
float: left;
margin:0px;
}
.prev_slide {
background-image: url(../images/button_previous.png);
}
.next_slide{
background-image: url(../images/button_next.png);
}		
.button_pre_over,.button_next_over{
display: none;
position: absolute;
}