* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 10px;
	height: 118px;
/*
	background-color: #66CC00;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	border: 1px solid #FFF;	
*/
	vertical-align: middle;
	}

.showcase a.next,
.showcase a.previous {
	text-indent: -9999px;
}

.showcase a.previous {
/*
	padding-bottom: 4px;
*/
	background: transparent url(../img/showcase_prev.gif) no-repeat left top;
}

.showcase ul li {
	width: 150px;
	height: 100px;
	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: 0px auto 0 auto;
	width: 390px;
	height: 140px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -47px;
}

.showcase#horizontal a.next {
	right: 0;
/*
	padding-top: 4px;
*/
	background: transparent url(../img/showcase_next.gif) no-repeat left top;
}


.showcase#horizontal a.controls:hover {
	border-color: #FFF;
}

.showcase#horizontal ul {
	position: relative;	
	width: 340px;
	height: 140px;	
	margin: 0 auto;
}

