@charset "utf-8";
/* CSS Document */

#slideshow-main {
	float:left; 
	margin-right:3px;
	width:400px;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 

}

#slideshow-main li {
	width:400px; 
	height:400px; 
	display:none;
	position:relative;
	margin-top:15px;
}

#slideshow-main li a {
	display:block;
	width:400px;
	height:400px;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#slideshow-main li span.content h2 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#fff;
}

#slideshow-main li span.content p {
	font-size:13px;
	margin:5px 0;
	padding:0 10px;;
	color:#fff;
}

#slideshow-carousel {
	margin-left:30px;
	margin-top:10px;
	float:left; 
	width:95px;
	position:relative
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
	margin-top:5px;
}

#slideshow-carousel li {
	margin-bottom:5px;
	background:#fff; 
	height:97px; 
	position:relative;
	width:95px;
}

#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 {
	background:#000; 
	display:block; 
	width:95px; 
	height:95px;
}


#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;
}
