/* begin: slideshow */
.slideshow {
	position:relative;
	top:0px;
	padding:0;
	margin:30px auto 40px auto;
	*margin:10px auto 40px auto;
	width:900px;
	height:330px;
	clear: both;
	display:block;
	background-image:url(../imgs/webdoor/webdoor_bg.png);
	background-repeat:no-repeat;
	background-color: transparent;
}

.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	width:900px;
	height:330px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
    display:block;
	position:relative;
	top:300px;
	right:10px;
	float:right;
	width:120px;
	height:30px;
	z-index:100;
	margin:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:16px;
	height:16px;
	margin:0 0 10px 6px;
	line-height:30px;
	background-image:url(../imgs/webdoor/buttonBg.png);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	
}
.slideshow .buttons li a {
    text-decoration:none;
	width:16px;
	height:16px;
	color:#fff;
	outline:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	cursor:pointer;
}
.slideshow ul.buttons li a:hover {
	width:16px;
	height:16px;
	text-decoration:none;
    color:#71e23c;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
    color:#71e23c;
}
.slideshow ul.buttons li.active {
    color:#71e23c;
	background-image:url(../imgs/webdoor/buttonBg_active.png);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}
/* end: slideshow */

