/* slideshow */

.slideshow {

	position:relative;

	padding:0 5px 13px;

	margin:0 -5px;

}

.slideshow a img {

    border:none;

}

.slideshow li.slide {

    list-style-type:none;

}

.slideshow .slides {

	height:220px;

	margin:0;

}

.slideshow .slides li.slide {

	visibility:hidden;

	position:absolute;

	left:5px;

	top:0;

}

.slideshow .buttons {

    display:none;

}

.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:333px;
	bottom:16px;
	margin:0;
	width: 186px;
}

.slideshow .buttons li {

	float:left;

	display:inline;

	width:25x;

	height:25px;

	margin:0 3px 0 0;

	text-align:center;

	line-height:20px;

}

.slideshow .buttons li a {

	float:left;

	width:25px;

	background:url(../siteart/bg-slider3_nos.png) no-repeat 0 0;
	
	text-indent: -9000px;
	
	height:25px;
	
	color:#484e51;

	outline:0;

}

.slideshow ul.buttons li a:hover {

    text-decoration:none;
	
		text-indent: 0px;


    background:url(../siteart/bg-slider2_nos.png) no-repeat 0 0;

    color:#fff;

}

.slideshow ul.buttons li.active a {

	background:url(../siteart/bg-slider1_nos.png) no-repeat 0 0;

	color:#484e51;
	
	text-indent: -9000px;


}

.slideshow ul.buttons li.active a:hover {

	background:url(../siteart/bg-slider1_nos.png) no-repeat 0 0;

	color:#000;
	
	text-indent: -9000px;


}
