* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #9D2834;
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;	
	border: 2px solid  #FF0000;	
	}

.showcase a.previous {
	
	left:-26px;
}

.showcase ul li {
	width: auto;
	height: auto;
	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: 580px;
	height: 150px;

}	
	
.showcase#horizontal a.controls {
	top: 40%;
	margin-top: 10px;
	

}

.showcase#horizontal a.next {
	
	
	right:-27px;
}


.showcase#horizontal a.controls:hover {
	border-color:#ffffff;
}

.showcase#horizontal ul {
	position: relative;	
	width: 580px;
	height: 150px;	
	margin: 0 auto;
	
}

