/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
	height: 233px;
	width: 897px;

}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:260px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
	display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:0px;
	bottom:15px;
	margin:0;
	width: 120px;
	padding-left: 770px;
}
.slideshow .buttons li {
	display:inline;
	width:26px;
	height:29px;
	padding-left:5px;
	line-height:28px;
	text-align: center;
	float: left;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 5px;
}
.slideshow .buttons li a {
	float:left;
	text-decoration:none;
	width:26px;
	height:29px;
	color:#fff;
	outline:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	background-image: url(images/banner-flash/bt-off.png);
	background-repeat: no-repeat;
}
.slideshow ul.buttons li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(images/banner-flash/bt-on.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	background-image: url(images/banner-flash/bt-on.png);
	background-repeat: no-repeat;
}
/* end: slideshow */
