* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 36px;
	height: 37px;
	/*background-color: #2097FA;*/
	text-decoration: none;
	color: #FFF;
	/*font-size: 40px;*/
	font-weight: bold;
	text-align: center;	
	/*border: 2px solid #FFF;	*/
	}

.showcase a.previous {
	padding-bottom: 4px;
	background-image:url(/images/slide_tab_left.png);
	background-repeat:no-repeat;
}

.showcase ul li {
	width: 450px;
	height: 340px;
	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: 650px;
	height: 355px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
	background-image:url(/images/slide_tab_right.png);
	background-repeat:no-repeat
}


.showcase#horizontal a.controls:hover {
	border-color: #ffffff;
}

.showcase#horizontal ul {
	position: relative;	
	width: 450px;
	height: 355px;	
	margin: 0 auto;
	
}

