.container {
	position:relative;
}
.wt-rotator{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

	position:relative;
	float:left;
}

.wt-rotator a.holder {
	float:left;
	display:block;
	overflow:hidden;
	width:960px;
	height:400px;
	position:relative;
	background:white;
}

.wt-rotator a{
	outline:none;
}
.main-img{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	border:0px;
}
.preloader{
	background:url(/wp-content/themes/austerity/images/loader.gif) no-repeat center;
	float:left;
	width:34px;
	height:34px;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	display:none;
}
#timer{
	position:absolute;
	top:-10px !important;
	left:0;
	height:1px;
	background-color:#000;
	z-index:4;
	visibility:hidden;
}
.desc{
	color:#FFF;
	background:transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	overflow:hidden;
	visibility:hidden;
}
.inner-text{
	padding:10px;
}
.c-panel{
	position:relative;
	float:left;
	top:0px !important;
	left:0;
	z-index:7;
	visibility:hidden;
	width:910px !important;
	background:#e3e1e1;
	padding:0 25px;
}
.thumbnails{
	float:right !important;
}

.buttons{
	float:left!important;
}

.thumbnails ul{
	list-style:none;
	margin:0;
	padding:0;
}
.thumbnails li,
.play-btn,.prev-btn,.next-btn{
	list-style:none;
	display:block;
	float:left;
	margin-right:4px;
	overflow:hidden;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	text-indent:-9999px;
	margin:8px 0;
}

.thumbnails li {
	background:url(/wp-content/themes/austerity/images/slide-bullet.png) left center no-repeat;
	width:15px !important;
}

.thumbnails li.thumb-over,
.thumbnails li.curr-thumb
{
	background:url(/wp-content/themes/austerity/images/slide-bullet-hover.png) left center no-repeat;
}
.thumbnails li *{
	display:none;
}
.play-btn{
	background:url(/wp-content/themes/austerity/images/play.png) no-repeat center;
}
.play-btn.button-over{
	background:url(/wp-content/themes/austerity/images/play-hover.png) no-repeat center;
}
.pause{
	background:url(/wp-content/themes/austerity/images/pause.png) no-repeat center;
}
.pause.button-over{
	background:url(/wp-content/themes/austerity/images/pause-hover.png) no-repeat center;
}
.prev-btn{
	background:url(/wp-content/themes/austerity/images/prev.png) no-repeat center;
}
.prev-btn.button-over{
	background:url(/wp-content/themes/austerity/images/prev-hover.png) no-repeat center;
}
.next-btn{
	background:url(/wp-content/themes/austerity/images/next.png) no-repeat center;
}
.next-btn.button-over{
	background:url(/wp-content/themes/austerity/images/next-hover.png) no-repeat center;
}

#tool-tip{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	background:transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
	max-width:300px;
	z-index:9999;
	display:none;
}
.block,.vpiece,.hpiece{
	position:absolute;
	z-index:2;
}

#bg-img,#main-img,#tooltip,.preloader img{
	display:none;
}

