#slideshow {
	position: relative;
	width: 960px;
	height: 297px;
	z-index: 5;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/main_visual_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
#slideshow ul {
	margin-right: auto;
	margin-left: auto;
}
#slideshow ul#slide-nav {
	display: block;
}
#slideshow ul#slide-nav li#prev {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
#slideshow ul#slide-nav li#next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
}
#slideshow ul#slide-nav li a {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}
#slideshow ul#slide-nav li#prev a {
	top: 100px;
	left: -15px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("../images/slide/left-arrow.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#slideshow ul#slide-nav li#next a {
	top: 100px;
	right: -15px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("../images/slide/right-arrow.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#slideshow ul#slides {
	overflow: hidden;
	width: 960px;
	height: 230px;
}
#slide-thumb {
	width: 950px;
	background-color: #fff;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#slide-thumb li {
	display: inline-block;
/display: inline;
/zoom: 1;
	margin-right: 5px;
	background: #333;
}
#slide-thumb li img {
	background: #333;
	opacity: 0.75;
	filter: alpha(opacity=75);
	vertical-align: bottom;
}
#slide-thumb li.activeSlide img {
	background: #333;
	opacity: 1;
	filter: alpha(opacity=100);
	vertical-align: bottom;
}
#slide-thumb .last-edge {
	margin-right: 0;
}
