.showcase {
	position: relative;
	}

.showcase a.controls {
	position: relative;
	width: 50px;
	height: 50px;
	}

.showcase a.previous {
	width: 55px;
	height: 55px;
}

.showcase ul li {
	width: 600px;
	height: 250px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 600px;
	height: 100%;
	border: 0;	
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 0px auto 0 auto;
	width: 600px;
	height: 170px;
}	
	
.showcase#horizontal a.controls {
	top: 10%;
}

.showcase#horizontal a.next {
	width: 55px;
	height: 55px;
}


.showcase#horizontal a.controls:hover {
	border-color: #33CC00;

}

.showcase#horizontal ul {
	position: relative;	
	width: 600px;
	height: 170px;	
	margin: 0 0px;
}

