@charset "utf-8";

#sc_container {
	width: 100%;
	text-align: center;
}

#sc_slideshow {
	margin: 0 auto;
	width: 510px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#sc_slideshow div {
	width: 510px;
	height: 227px;
	overflow: hidden;
	position: relative;
}

#sc_slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
	display: none;
	z-index: 98;
}

#sc_slideshow div div #item_first {
	z-index: 99;
}

#sc_slideshow ul {
	padding-top: 0px;
	margin-top: 5px;
}

#sc_slideshow ul li {
	width: 8px;
	margin:0 3px;
	float: left;
	display: inline;
	border-bottom: 0px none;
	margin-bottom: 0px;
  background-image: url("../img/slideshow/ico-slide1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  /*opacity:0.3;*/
  filter: alpha(Opacity=30);
}

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


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

#sc_slideshow ul {
	display: inline-block;
	overflow: hidden;
}


#sc_container img {
    vertical-align: text-bottom;
}

