﻿#animate { float: left; position:relative; overflow:  hidden}
#animate a {text-decoration: none;}
.thethe_image_slider {
	position:relative;
	clear: both;
	overflow: hidden;
	margin:0 auto;
}
.thethe-image-slider-controls{
  background-image: url(buttons.png);
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 5;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0 !important;
	cursor:pointer;
}
	.thethe-image-slider-controls-next{
		right: 10px;
	}
	.thethe-image-slider-controls-prev{
		left: 10px;
		background-position: -40px;
	}
	.thethe-image-slider-controls-pause{
		left: 50%;
		margin-left: -20px;
		background-position: -120px;
	}
	.thethe-play{
		background-position: -80px;
	}
/* styles */
/* white-rounded */

.white-rounded{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.thethe-image-slider-controls-next{
	right: 0;
}
.thethe-image-slider-controls-prev{
	left: 0;
}
    .ws_bullets {
	top:0;
    right: 0;
    font-size: 0px;
	padding: 5px;
	float: left;
	position:absolute;
	z-index:70;
}
.ws_bullets div{
	position:relative;
	float:left;
}
.ws_bullets a {
	width:22px;
	height:20px;
	background: url(./bullet.png) left top;
	float: left;
	text-indent: -9999px;
	position:relative;
	color:transparent;
}
.ws_bullets a.ws_selbull, .ws_bullets a:hover{
	background-position: 0 100%;
}
.ws-title {position: absolute;display: block;bottom: 21px;margin: 3px 3px 3px 20px;padding: 10px;background-color: white;color: black;z-index: 50;border-radius: 8px;box-shadow: 0 0 5px #000;font-family: Tahoma;font-size: 14px;opacity: 0.6;-moz-border-radius: 8px;-webkit-border-radius: 8px;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);}