* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	text-decoration: none;
	text-align: center;	
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 372px;
	height: 256px;
	float: left;	
	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: 20px auto 0 auto;
	width: 650px;
	height: 256px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
	margin-top:0px;
}


.showcase#horizontal a.controls:hover {
}

.showcase#horizontal ul {
	position: relative;	
	width: 550px;
	height: 256px;	
	margin: 0 auto;
}