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



#slideshow {
	margin-left: 0px;
}

#slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#slideshow-wrap {
	margin: 0;
	padding: 0;
	position: relative;
	height: 292px;
}

#slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#slidebar {
	margin-left: 4px;
	display: block;
	position: absolute;
	top: 250px;
	left: 20px;
	z-index: 2;
}

#slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slidebar ul li {
	margin: 0;
	padding: 0;
	width: 20px;
	display: inline;
	height: 20px;
}

#slidebar ul li.pause {
	display: none;
	background: none;
}

#slidebar ul li a {
	width: 20px;
	float: left;
	margin-right: 5px;
	display: block;
	color: #000;
	background:url(../images/circle.png) no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 6px;
	cursor: pointer;
	height: 22px;
}

#slidebar ul li a:hover {
	color: #333333;
	text-decoration: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
