@charset "utf-8";
/* CSS Document */

#slideshow-main {
	width:600px;
	float:left;
	margin-left: 50px;
	text-align: center;
}

#slideshow-main ul {
	width:600px;
	margin-top: 0px;
}

#slideshow-main li {
	width:600px;
	height:auto;
	display:none;
	position:relative;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	left:-2px;
	display:block;
	width:100%;
	height:45px;
	background:#000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.5;
	opacity: 0.3;
	z-index:500;
	margin-bottom: 5px;
	padding-top: 10px;
}

#slideshow-main li span.content {
	position:absolute;
	left:1px;
	display:block;
	width:100%;
	height:45px;
	z-index:1000;
	margin-bottom: 5px;
	padding-top: 10px;
}

#slideshow-main li span.content h1 {
	font-size:18px;
	margin:0;
	padding:0;
	;
	color:#FFF;
	font-family: "Franklin Gothic Book";
}

#slideshow-main li span.content p {
	font-size:12px;
	;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}

#slideshow-carousel {
	float:left;
	width:360px;
	position:relative;
	left: 20px;
	top: 40px;
	height: 720px;
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	height:75px;
	position:relative;
	width: 100px;
	margin-bottom: 5px;
}

#slideshow-carousel li .arrow {
	left:3px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
	background:url(images/arrow_white.png) no-repeat 0 0; 
	display:block;
}

#slideshow-carousel li a {
	display:block;
	width:100px;
	height:80px;
}


#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
