ul#showcaseList {
	position:relative;
	width:960px;
	height:383px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
ul#showcaseList li {
	position:absolute;
	top:0;
	left:-30px;
}
ul#showcaseList li img {
	display:block;
}
ul#showcaseList li div {
	position:absolute;
	width:960px;
	bottom:0px;
	left:0px;
	background:#000;
	color:#fff;
	padding:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
ul#showcaseList li div a {
	color:#fff;
}

ul#showcaseList li a.gownHire {
	float:left;
	width:960px;
	height:383px;
	text-indent:-9999px;
	background:url(../images/home-banners/gown-hire.jpg) 0 0 no-repeat;
	border:none;
}
ul#showcaseList li a.photography {
	float:left;
	width:960px;
	height:383px;
	text-indent:-9999px;
	background:url(../images/home-banners/photography.jpg) 0 0 no-repeat;
	border:none;
}
ul#showcaseList li a.framing {
	float:left;
	width:960px;
	height:383px;
	text-indent:-9999px;
	background:url(../images/home-banners/framing.jpg) 0 0 no-repeat;
	border:none;
}
ul#showcaseList li a.competitions {
	float:left;
	width:960px;
	height:383px;
	text-indent:-9999px;
	/*background:url(../images/home-banners/competitions.jpg) 0 0 no-repeat;*/
	background:url(../images/home-banners/whyChoose.jpg) 0 0 no-repeat;
	border:none;
}