/* 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:0;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
    display:block;
	position:absolute;
	z-index:100;
	left:735px;
	bottom:217px;
	margin:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	line-height:20px;
	background-repeat:no-repeat;
	padding-right:11px;
	font-family:arial;
	font-size:11px;
}
.slideshow .buttons li a {
	float:left;
    text-decoration:none;
	width:20px;
	height:20px;
	color:#fff;
	outline:0;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
	width:20px;
	height:20px;

}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	
	width:20px;
	height:20px;


}
.bgbutton
{

	width:20px;
	height:20px;
	background-image: url("/images/black-70-long.png");

background-repeat: repeat-y;

background-attachment: scroll;

background-position: 0% 0%;

overflow-x: hidden;

overflow-y: hidden;
	text-align:center;
}
.bgbuttonactive
{

	width:20px;
	height:20px;
	background-color:#2297D9;
	text-align:center;
}

.bgbutton a:hover
{

	width:20px;
	height:20px;
	background-color:#2297D9;
	text-align:center;
}

/* end: slideshow */


