

:focus {
	outline: none;
}

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

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	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;
}

.showcase ul li {
	width: 118px;
	height: 118px;
	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: 517px;
	height: 140px;
	background-image:url(images/back_marche.jpg);
	padding-top:20px;
}	
	


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

