.showcase_clip {
	overflow: hidden;
	width:100%;
	margin:0;
	padding: 0;
	position:relative;
}
.left-side {
	position: absolute;
	right: 50%;
	top:0;
	width:50%;
	height: 420px;
	margin: 0 510px 0 0;
	background: url(../images/slider-transparent.png) left top repeat;
	z-index: 999;
}
.right-side {
	position: absolute;
	left: 50%;
	top:0;
	width:50%;
	height: 420px;
	margin: 0 0 0 510px;
	background: url(../images/slider-transparent.png) left top repeat;
	z-index: 999;
}
#slider {
	width: 1020px;
	margin:0 auto;
	display:block;
	height: 450px;
	overflow-x:visible !important
}
#slider ul {
	width: 1020px;
	list-style: none;
	margin:0;
	padding:0;
}
#prevBtn, #nextBtn { /*display: none;*/
}
#previous_project_btn, #next_project_btn {
	position: absolute;
	top: 170px;
	z-index: 99999;
	left: 50%;
}
#previous_project_btn {
	margin: 0 0 0 -535px;/*right: 0;*/
}
#next_project_btn {
	margin: 0 0 0 507px;/*left: 0;*/
}
#next_project_btn a {
	background:url(../images/arrow_right.png) left top no-repeat;
	width:28px;
	height: 49px;
	display:block;
	text-indent: -2000px;
	text-transform: uppercase;
}
#previous_project_btn a {
	background:url(../images/arrow_left.png) left top no-repeat;
	width:28px;
	height: 49px;
	display:block;
	text-indent: -2000px;
	text-transform: uppercase;
}
