.image-slideshow 
{
	/*width:500px;*/
	margin-right:25px;
	height:420px;
	overflow:hidden;
	font-family:Arial, sans-serif;
}
.image-slideshow .navi
{
	position:absolute;
	width:180px;
	height:30px;
	z-index:10;
	margin-left:22px;
}
.image-slideshow .navi a
{
	font-size:10px;
	color:white;
	background-color:#ba6236;
	display:inline-block;
	text-align:center;
	padding:2px 4px;
	cursor:pointer;
}
.image-slideshow .image-container .image a.link
{
	text-decoration:none;
}
.image-slideshow .navi a.current_opener
{
	color:#ba6236;
	background-color:white;
}
.image-slideshow .image-container
{
	width:100%;
	height:inherit;
}
.image-slideshow .image-container a:hover
{
	cursor:pointer;
}
.image-slideshow .image-container .image
{
	display: none;
	background-color:black;
	float:left;
	display:block;
	height:inherit;
	overflow:hidden;
	height: 420px; 
	width: 290px;
}
.image-slideshow .image-container .image .info
{
	display:none;
	position:absolute;
	height:70px;
	margin-top:315px !important;
	font-size:14px;
	padding:0 10px 0 22px;
	color:#000;
	background:url(../img/slideshow/box_bg.png);
}
.image-slideshow .image-container .image .info b
{
	color:#ba6236;
	font-size:20px;
	font-weight:normal;
	line-height:26px;
}
.image-slideshow a.play
{
	position:absolute;
	width:32px;
	height:32px;
	z-index:30;
	display:none;
	background: transparent url(../img/slideshow/play.png) center 0 no-repeat;
}
.image-slideshow a.play:hover
{
	cursor:pointer;
	
}