
:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 42px;
	height: 40px;
	background-color: #2097FA;
	text-decoration: none;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
	border: 2px solid #FFF;	
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 250px;
	height: 188px;
	float: center;	
	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: 0 auto;
	width: 463px;
	height: 188px;
      overflow:hidden;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -20px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;	
	width: 400px;
	height: 188px;	
	margin: 0 auto;
}

