﻿/* begin: slideshow */
.slideshow {
	position:relative;
	/*padding:0;*/
	margin:0;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:237px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	top:0;
	left: 0px;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:45px;
	top:180px;
	margin:0;
	width: 110px;
	height: 20px;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:24x;
	height:15px;
	margin:0;
	padding:0px;
	line-height:30px;
	background-image:url('buttonBg.png');
	background-repeat:no-repeat;
}
.slideshow .buttons li a {
	float:left;
    text-decoration:none;
	width:24px;
	height:15px;
	color:#fff;
	outline:0;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
    color:#0a0a0a;
    background-image:url('hoverimg.png');
 background-repeat:no-repeat;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#666666;
	background-image:url('white.png');
 background-repeat:no-repeat;
 	display:inline;
	/*width:16x;
	height:15px;
	margin:0;
	padding-left:11px;
	line-height:30px;*/
}
/* end: slideshow */

