* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	background-color: #fff;
	}

.showcase a.controls {
	position: absolute;
	width: 16px;
	height: 20px;
/*	background-color: #000;*/
	text-decoration: none;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;	
	border: 0px solid #000;
	}
#horizontal ul li {
	background: none;
	border: 0;
	float: left;	
	list-style-type: none;
	height: 72px;
	width: 72px;
	padding: 0;
	}

.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: 214px;
	height: 100px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -8px;
}

.showcase a.previous {
	margin-left:0px;
	padding-bottom: 0px;
}
.showcase#horizontal a.next {
	margin-right:0px;
	right: 0;
	padding-top: 0px;
}


.showcase#horizontal a.controls:hover {
	border-color: #555;
}

.showcase#horizontal ul {
	height: 100px;	
	margin: 0 auto;
	position: relative;	
	width: 162px;
}
