* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-showcase {
	width: 736px;
}
.box-showcase .content {
	position: relative;
	height: 420px;
    padding: 0px;
	overflow: hidden;
	background: url(../img/showcase-bg.gif) repeat-x left top;
}
/**
 * Slides
 */
.box-showcase .content ul.slides li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.box-showcase .content ul.slides li .thumbnail {
    display: none;
    position: absolute;
}
.box-showcase .content ul.slides .slide-text {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 210px;
	height: 410px;
	padding: 10px 7px 0px 14px;
	background-image: url(/img/showcase/background.png);
    background-repeat: repeat;
	color: #fff;
}
.box-showcase .content ul.slides .slide-text p {
    font: normal 11px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.3em;
}
.box-showcase .content ul.slides .slide-text .slide-title,
.box-showcase .content ul.slides .slide-text .slide-title a {
	font: normal 22px/1.5em Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: 6px;
}
.box-showcase .content ul.slides .slide-text .slide-title a:hover {
	color: #fff;
}
.box-showcase .content ul.slides .slide-text .slide-link {
	position: absolute;
	bottom: 14px;
	left: 12px;
	color: #fff;
	text-decoration: none;
}
.box-showcase .content ul.slides .slide-text .slide-link:hover {
	text-decoration: underline;
}
/**
 * Navigation
 */
.box-showcase .content ul.navigation {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 20;
	width: 180px;
}
.box-showcase .content ul.navigation li {
	cursor: pointer;
	clear: left;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 8px;
	z-index: 20;
	zoom: 1;
    background: #2a2a2a url(../images/showcase-nav-bg.gif) repeat-x left top;
}
.box-showcase .content ul.navigation li.hover,
.box-showcase .content ul.navigation li:hover {
	 background: #1e1e1e;
}
.box-showcase .content ul.navigation li.active {
	background: #2a2a2a;
}
.box-showcase .content ul.navigation li .thumbnail {
	width: 70px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.box-showcase .content ul.navigation li .thumbnail img {
	
}
.box-showcase .content ul.navigation li .description {
	font-size: 0.9em;
    line-height: normal;
	margin-left: 75px;
}
