* {
margin: 	0;
padding: 	0;}

:focus {
outline: none;}

/* General styles ------------------------- */

.showcase {
position: relative;}

.showcase a.controls {
position: absolute;
width: 30px;
height: 30px;
text-decoration: none;
color: #FFF;
font-size: 10px;
font-weight: bold;
text-align: center;		}

.showcase ul li {
width:55px;
height:55px;
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;}	

.showcase#horizontal a.controls {
top: 67%;
margin-top: 30px;}

.showcase#horizontal a.next {
right:0;}

.showcase#horizontal a.controls:hover {}

.showcase#horizontal ul {
position: relative;	
width: 155px;
height: 80px;
margin-bottom:30px;
margin-top:0px;}

