#home-slideshow
{
	background:#fff;
	/*border-bottom:47px solid #fff*/;
	float:left;
	/*height:382px;
	/*padding:0 27px 0 0;
	position:relative;*/
	width:642px;
}
.slideshow-container
{
	/*float:left;*/
	/*height:250px;*/
	height:382px;
	overflow:hidden;
	/*width:250px;*/
	width:642px;
}
#s-control
{
	bottom:0;
	position:absolute;
	right:330px;
	top:358px;
	z-index:120;
}
#s-control a
{
	display:block;
	float:left;
	height:22px;
}
#s-control a span
{
	display:none;
}
#s-control a#s-prev
{
	background:url('../images/slide/images/button_slide_prev.png') 11px 5px no-repeat;
	width:22px;
}
#s-control a#s-prev:hover
{
	background-position:11px -106px;
}
#s-control a#s-stop
{
	background:url('../images/slide/images/button_slide_stop.png') 4px 7px no-repeat;
	width:16px;
}
#s-control a#s-stop:hover,
#s-control a#s-stop.stopped
{
	background-position:4px -100px;
}
#s-control a#s-next
{
	background:url('../images/slide/images/button_slide_next.png') 4px 5px no-repeat;
	width:22px;
}
#s-control a#s-next:hover
{
	background-position:4px -106px;
}
#home-slideshow li
{
	display:block;
	height:382px;
	overflow:hidden;
	position:absolute;
	width:642px;
}
#home-slideshow a
{
	cursor:pointer;
}
