/*showcase.css*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 550px;
	height: 125px;
}
.kwicks li a{
	height: 125px;
	width: 277px;
	/*text-indent:-9999px;*/
	outline:none;
	display:block;
	/*background-image:url(images/mainmenu.png);
	background-repeat:no-repeat;*/
	/*z-index:2;
	cursor:pointer;*/
}
#showcase {
	position:absolute;
	width:550px;
	height:125px;
	z-index:2;
	left: 5px;
	top: 380px;
}
#showcase li {
	float: left;
	width: 89px;
	height: 125px;
	margin-right: 0px;
}
#showcase #kwick1 { 
	background-image:url(images/showcase-tag.jpg);
	background-repeat:no-repeat;
}
#showcase #kwick2 {
	background-image:url(images/showcase-pandora.jpg);
	background-repeat:no-repeat;
}
#showcase #kwick3 {
	background-image:url(images/showcase-love.jpg);
	background-repeat:no-repeat;
}
#showcase #kwick4 { 
	background-image:url(images/showcase-race.jpg);
	background-repeat:no-repeat;
}
#showcase #kwick5 { 
	background-image:url(images/showcase-show.jpg);
	background-repeat:no-repeat;
}
#showcase #kwick6 { 
	background-image:url(images/showcase-location.jpg);
	background-repeat:no-repeat;
}