* {
	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: 5px;
	width: 200px;
	height: 410px;
	padding: 10px 7px 0px 14px;
	background-image: url(../images/showcase-text-bg.png);
    background-repeat: repeat;
	color: #fff;
	
}




.box-showcase .content ul.slides .slide-text p {
    font: bold 14px/1.5em verdana;
	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: bold 22px/2em "Times New Roman", Times, serif;
	font-style:italic;
	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;
	font-weight: bold;
	font-size: 13px;
}
.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;
	height: 51px;
}
.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: 75px;
	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;
}
