/** {
	margin: 	0;
	padding: 	0;
}*/

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	background-color:#eeeeee;
	}

.showcase a.controls {
	position: absolute;
	width: 28px;
	height: 33px;
	text-decoration: none;
	text-align: center;	
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 395px;
	height: 500px;
	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: 0 auto;
	padding:0 10px 54px 10px;
	background-color:#eeeeee;
	width: 614px;
	height: 500px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}

/*.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}*/

.showcase#horizontal ul {
	position: relative;	
	width: 498px;
	height: 500px;	
	margin: 0 auto;
}
