* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

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

.showcase {
	position: relative;
	}
	
	.showcase a.next{
		position:absolute;
		width:50px;
		height:50px;
		background:url(../images/next.png) no-repeat;
	}
	
	.showcase a.next:hover{
		position:absolute;
		width:50px;
		height:50px;
		background:url(../images/next_hover.png) no-repeat;
	}
	
	
	.showcase a.prev{
		position:absolute;
		width:50px;
		height:50px;
		background:url(../images/prev.png) no-repeat;
	}
	
	.showcase a.prev:hover{
		position:absolute;
		width:50px;
		height:50px;
		background:url(../images/prev_hover.png) no-repeat;
	}
	
	

.showcase a.controls {
	position: absolute;
	width: 50px;
	height: 50px;
	
	text-decoration: none;

	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 240px;
	height: 225px;
	float: left;	
	list-style-type: none;
	
}

.showcase ul li a {
	display: block;
	z-index:100;
}

.showcase ul li a:hover {
	display: block;
	z-index:1000;
	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
	z-index:100;
	
}
.showcase li a:hover img {
	width: 100%;
	height: 100%;
	border: 0;	
	z-index:1000;
	
	
}


/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 90px auto 145px auto;
	width: 1100px;
	height: 170px;

	
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
	
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


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

.showcase#horizontal ul {
	position: relative;	
	width: 980px;
	height: 170px;	
	margin: 0 auto;

	
}

/* Vertical showcase ------------------------- */

.showcase#vertical {	
	margin: 100px auto 0 auto;
	width: 170px;	
	height: 600px;
}	
	
.showcase#vertical a.controls {
	left: 50%;
	margin-left: -27px;
}

.showcase#vertical a.next {
	bottom: 0;
	padding-top: 4px;
}


.showcase#vertical a.controls:hover {
	border-color: #2097FA;
}

.showcase#vertical ul {
	position: relative;	
	width: 170px;
	height: 450px;	
	top: 75px;
}

/* Diagonal showcase ------------------------- */

.showcase#diagonal {	
	margin: 100px auto 0 auto;
	width: 620px;
	height: 620px;
}	
	
.showcase#diagonal a.previous {
	top: 0;
	left: 0;	
	}

.showcase#diagonal a.next {
	right: 0;
	bottom: 0;
	padding-top: 4px;
}

.showcase#diagonal a.controls:hover {
	border-color: #2097FA;
}

.showcase#diagonal ul {
	position: relative;	
	width: 500px;
	height: 500px;
	top: 60px;
	left: 60px;
}