#slideshow02 {
	text-align: left;
	position: relative;
	background:#000;
}
#slideshow02 #mainimg {
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

#slideshow02 #mainimg img{
	width:100vw;
	height:auto;
	min-height:400px;
}

#slideshow02 #mainimg div {
	top: 0;
	left: 0;
	position: absolute;
}


#bg{
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 100;
	bottom: 0px;
	display: block;

}

#slideshow02 ul {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slideshow02 ul li {
	width: 180px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
