@charset "utf-8";
/* CSS Document */
.slideshow_1 {
	height: 482px;
	width: 637px;
	float: left;
	background-image: url(../images/case-all-1.gif);
	background-repeat: no-repeat;
	margin-top: 12;
	margin-right: 0px;
	margin-left: 19px;
	padding-top: 20px;
	padding-left: 24px;
	clear: both;
	position: relative;
}
.slideshow_1 li {
	position: absolute;
	height: 460px;
	width: 614px;
	overflow: hidden;
	background-color: #000000;
}
.slideshow_1 img {
	display: block;
	padding: 0;
	border: none;
	max-height: 460px;
_height:expression(this.height > 460 ? "460px" : this.height);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.slideshow_1 li a{
	display: block;
}
.slideshow_1-Controller {
	position: absolute;
	bottom: 0;
	right: 100px;
	margin-bottom: -22px;
	font-size: 0.7em;
	line-height: 22px;
}
.slideshow_1-Controller a {
	display: block;
	width: 200px;
	height: 22px;
	position: absolute;
	right: 60px;
	bottom: 0;
	z-index: 5;
	outline: none;
	background-color: transparent;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #252525;
	padding-right: 25px;
	padding-left: 25px;
}
.slideshow_1-Controller a:hover {
	color: #666;
	text-decoration: none;
}
.slideshow_1-Controller .next{
	right: 0;
	background-position: 75px -22px;
}
.slideshow_1-Controller .play{
}
.slideshow_1-Controller .pause{
	background-position: 200px 0px;
}
