#slideshow {
	zoom: 1;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 100;
	border: none;
	text-align: left; /* reset align=center */
}
/** html #slideshow {
	width: 1000px
}*/
* {
	margin: 0;
	padding: 0;
}
#slideshow ul {
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	/*list-style: none;
	border-spacing: 0;
	overflow: visible;
	/*table-layout:fixed;*/
}
/*#slideshow .ws_images ul li {
	width: 100%;
	line-height: 0; /*opera
	float: left;
	font-size: 0;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}*/
#slideshow .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 1000px;
	height: 600px;
	overflow: hidden;
}
#slideshow .ws_images a {
	width: 100%;
	display: block;
	color: transparent;
}
/*#slideshow img {
	max-width: none !important;
}
#slideshow .ws_images img {
	width: 100%;
	/*border: none 0;
	max-width: none;
}*/
#slideshow a {
	text-decoration: none;
	outline: none;
	border: none;
}
#slideshow .ws_bullets {
	font-size: 0px;
	float: left;
	position: absolute;
	z-index: 70;
}
#slideshow .ws_bullets div {
	position: relative;
	float: left;
}
#slideshow a.wsl {
	display: none;
}
#slideshow .ws_bullets {
	padding: 5px;
}
#slideshow .ws_bullets a {
	width: 22px;
	height: 20px;
	background: url(./bullet.png) left top;
	float: left;
	/*text-indent: -999px; */
	position: relative;
	color: transparent;
}
#slideshow .ws_bullets a.ws_selbull, #slideshow .ws_bullets a:hover {
	background-position: 0 100%;
}
#slideshow a.ws_next, #slideshow a.ws_prev {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -300px;
	z-index: 60;
	height: 600px;
	width: 40px;
	background: url(arrows.png);
	-webkit-transition: ease-out .3s; /* <<<------------------------------------------------------------------------------------------------------Important */
}
#slideshow a.ws_next:hover, #slideshow a.ws_prev:hover {
	background: #202225 url(arrows-hover.png) no-repeat;
	-webkit-transition: ease-in .3s; /* <<<------------------------------------------------------------------------------------------------------Important */
}
#slideshow a.ws_next, #slideshow a.ws_next:hover {
	background-position: 100% 0;
	right: -44px;
	/*border-radius: 0 3px 3px 0;*/
}
#slideshow a.ws_prev, #slideshow a.ws_prev:hover {
	left: -44px;
	background-position: 0 0;
	/*border-radius: 3px 0 0 3px;*/
}
/* bottom center */
#slideshow .ws_bullets {
	bottom: -30px;
	left: 50%;
}
#slideshow .ws_bullets div {
	left: -50%;
}
#slideshow .ws-title {
	position: absolute;
	bottom: 7%;
	/*left: 50%;*/
	margin-left: 220px;
	z-index: 50;
	background: #000;
	color: #fff;
	padding: 10px 30px;
	text-align: left;
	width: 500px;
	/*font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	text-shadow: 0px 2px 2px #000;
	opacity: 0.7;
	border-radius: 8px;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
}
.h2 {
	font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	margin: 10px 0;
}
#slideshow .ws-title div {
	padding-top: 5px;
	font-size: 13px;
}
#slideshow ul {
	animation: wsBasic 34s infinite;
	-moz-animation: wsBasic 34s infinite;
	-webkit-animation: wsBasic 34s infinite;
}

@keyframes wsBasic{0%{left:-0%} 17.65%{left:-0%} 20%{left:-100%} 37.65%{left:-100%} 40%{left:-200%} 57.65%{left:-200%} 60%{left:-300%} 77.65%{left:-300%} 80%{left:-400%} 97.65%{left:-400%} }
@-moz-keyframes wsBasic{0%{left:-0%} 17.65%{left:-0%} 20%{left:-100%} 37.65%{left:-100%} 40%{left:-200%} 57.65%{left:-200%} 60%{left:-300%} 77.65%{left:-300%} 80%{left:-400%} 97.65%{left:-400%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 17.65%{left:-0%} 20%{left:-100%} 37.65%{left:-100%} 40%{left:-200%} 57.65%{left:-200%} 60%{left:-300%} 77.65%{left:-300%} 80%{left:-400%} 97.65%{left:-400%} }

#slideshow .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 18px;
	left: -120px;
	visibility: hidden;
	position: absolute;
	border: 1px solid #FFFFFF;
	max-width: none;
}
#slideshow .ws_bullets a:hover img {
	visibility: visible;
}
#slideshow .ws_bulframe div div {
	height: 90px;
	overflow: visible;
	position: relative;
}
#slideshow .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 240px;
	background-color: #FFFFFF;
}
#slideshow .ws_bullets .ws_bulframe {
	display: none;
	bottom: 20px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	border: 1px solid #202225;
	border-radius: 3px;
	/*box-shadow: 0px 2px 2px #fff;*/
}
/*#slideshow .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -7px;
	margin-left: 3px;
	left: 120px;
	background: url(triangle.png);
	width: 15px;
	height: 6px;
}*/
