* {
	margin: 	0;
	padding: 	0;
}
/* General styles ------------------------- */
.showcase {
	position: relative;
	}
.showcase a.controls {
	position: absolute;
	width: 24px;
	height: 20px;
	background-color: #3d830f;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	}
.showcase a.previous {
	padding-bottom: 4px;
	left: -15px;;
}
.showcase ul li {
	width: 170px;
	height: 190px;
	float: none;	
	list-style-type: none;	
}
.showcase ul li a {
	display: block;	
}
.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}
/* Horizontal showcase ------------------------- */
.showcase#horizontal {	
	margin: 0px auto 0 auto;
	width: 770px;
	height: 180px;
}	
.showcase#horizontal a.controls {
	top: 40%;
}
.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}
.showcase#horizontal a.controls:hover {
	border-color: #89460b;
}
.showcase#horizontal ul {
	position: relative;	
	width: 700px;
	height: 180px;	
	margin: 0 auto;
}