﻿/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
}
.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:0px;
	width: 980px;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	left:0px;
	top:178.5pt;
	width: 992px;
	height: 112px;
	z-index: 40;
}
.slideshow .buttons li {
	display:inline;
	width:117px;
	height:55px;
	background-repeat:no-repeat;
	margin:0.6px;
	color: #009933;
	font-weight: bold;
	font-size:14px;
	background-image: url(../header-buttons/21.png);
	text-align: center;
	
}




.slideshow .buttons li a {
	text-decoration:none;
	width:117px;
	height:45px;
	color:#333;
	background-image: url(../header-buttons/21.png);
	font-family: "Helvetica Neue LT Std";
	font-size:14px;
	float:left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left:2pt;
	padding-top:8pt;
	margin-top:5pt;
	text-align:center;
	text-decoration:none;
}
.slideshow ul.buttons li a:hover {
	font-family: "Helvetica Neue LT Std";
	color:#CE1415;
	width:117px;
	background-image:url(../header-buttons/21.png);
	height:45px;
	float:left;
	font-weight: bold;
	font-size:14px;
	background-repeat: no-repeat;
	padding-left:2pt;
	padding-top:8pt;
	text-align: center;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color: #CE1415;
	vertical-align:middle;
	font-size:14px;
	background-image:url(../header-buttons/21.png);
}
/* end: slideshow */
