.client.preview img {
	text-align: center;
}

.slide_container {
	border: 1px solid #ddd;
	width:680px; 
	height:410px; 
	overflow:hidden; 
	float: left;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.slides { 
	position:absolute; 
	top:0; 
	left:0;
	height: 120px;
}

.slides div { 
	position:absolute;
	width:680px;
	height: 260px;
	margin: 30px 0;
}

.slides h4 {
	font-size: 15px;
	color: #666;
	margin-bottom: 2px;
	text-align: center;
}

.slides span.work_description {
	font-size: 11px;
}

.slides span.work_description p {
	margin: 0 150px;
	padding: 10px;
	background-color: #f5f5f5;
}

.work_thumb {
	position: relative;
	z-index: 1;
}

.work_thumb a.colorbox {
	display: block;
	width: 680px;
	text-align: center;
}

a.previous,
a.next {
	display: block;
	width: 11px;
	height: 14px;
	margin: 190px 10px 10px 10px;
	float: left;
}

a.previous {
	background-image: url('../images/btn_arrowLeft.gif');

}

a.next {
	background-image: url('../images/btn_arrowRight.gif');
}

.play_image {
	position: relative;
	top: -180px;
	cursor: pointer !important;
}

.work_thumb .work_type_2 h4, 
.work_thumb .work_type_2 .work_description {
	position: relative;
	top: -50px;
}

.work_thumb .work_type_4 h4, 
.work_thumb .work_type_4 .work_description {
	position: relative;
	top: -25px;
}