* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.ssubtitle {
	clear: both;
	max-width: 600px;
	text-align: center;
	margin: 20px auto 60px auto;
	color: #989898;
}

.showcase a.controls {
	position: absolute;
/*	width: 40px;
	height: 40px;
	background-color: #2f2f2f;
	text-decoration: none;
	color: #f5f5ee;
	font-size: 40px;
	font-weight: bold;
	text-align: center;	
	border: 2px solid #f5f5ee;
	vertical-align: middle;*/
	}
	
.showcase a.previous {
/*	padding-bottom: 4px;*/
}

.showcase ul li {
	width: 640px;
	height: 400px;
/*	float: left;	*/
	list-style-type: none;
	margin:auto;
}

.showcase ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}

div#subtitlesholder {
	height: 120px;
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 40px auto 40px auto;
	width: 920px;
	height: 400px;
}	
	
.showcase#horizontal a.controls {
	top: 180px;
}

.showcase#horizontal a.next {
	right: 0;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;	
	width: 840px;
	height: 400px;	
	margin: 0 auto;
}


