﻿
.slideshows1 {
	position:relative;
	padding:0;
	margin:0 auto;
	width:590px;
	height:409px;
	
}
.slideshows1 a img {
    border:none;
}
.slideshows1 li.slide {
    list-style-type:none;
}
.slideshows1 .slides {
	height:390px;
	margin:0;
}
.slideshows1 .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshows1 .buttons {
    display:none;
}
.slideshows1 .buttons {
    display:block;
	position:absolute;
	float:left;
	left:262px;
	z-index:100;
	margin:0 auto;
}
.slideshows1 .buttons li {
	float:left;
	display:inline;
	width:10px;
	height:14px;
	margin:0;
	padding-left:6px;
	bottom:4px;
	line-height:30px;
	background-image:url(buttonBg.png);
	background-repeat:no-repeat;
	cursor: pointer;
}
.slideshows1 .buttons li a {
	float:left;
    text-decoration:none;
	width:30px;
	height:30px;
	color:#fff;
	outline:0;
}
.slideshows1 ul.buttons li a:hover {
    text-decoration:none;
    color:#0a0a0a;
    
}
.slideshows1 ul.buttons li.active a:hover,
.slideshows1 ul.buttons li.active  {
	background-image:url(buttonBg_black.png);
}

