* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 42px;
	height: 40px;
	background-color: #707070;
	text-decoration: none;
	color: #69ae43;
	font-size: 35px;
	font-weight: bold;
	text-align: center;	
	border: 2px solid #434343;	
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	height: 100px;
	float: left;	
	list-style-type: none;
	text-align:center;
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	height: 100%;
	border: 0;
	border : 1px solid black;	
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {
	margin: 0 auto 20px auto;
	width: 518px;
	height: 170px;
}	
	
.showcase#horizontal a.controls {
	top: 53%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #707070;
}

.showcase#horizontal ul {
	position: relative;	
	width: 410px;
	height: 170px;	
	margin: 0 auto;
}
