 @charset "utf-8";


.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {z-index: 222;}


.wt-rotator {
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#000;
	border:0px solid #000;
	position:relative;
	display:block;
	width:920px;
	height:179px;
	overflow:hidden; 
}
.wt-rotator a {
	outline:none;
}
#rotator_main-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	border:none;		
}
#rotator_bg-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1	
	border:none;		
}
.rotator_desc {
	
	
	color:#ffffff;
background-color:#1c1c1c;
font-weight: bold;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	width:300px;
	height:170px;
	padding:10px;
	overflow:hidden;
}
.rotator_tmp-desc {
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	height: 170px;
	width:300px;
	padding:10px;
}
.rotator_preloader {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	padding:1px;
	display:none;
}
.rotator_c-panel {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:0;
}
.rotator_buttons {
	position:relative;
	display:block;
	float:right;
	clear:none;
}
.rotator_thumbnails {
	position:relative;
	display:block;
	float:right;
	clear:none;
}
.rotator_thumbnails ul {
	list-style:none;
	width:auto;	
	height:auto;
	margin:0;
	padding:0;
}
.rotator_thumbnails li {
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	padding:0px;
	overflow:hidden;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	border:0px solid #000;	
	cursor:pointer;
	font-weight:bold;
}
.rotator_thumbnails li.thumb-over,
.rotator_thumbnails li.curr-thumb {
	color:#000;
	background-color:#FFF;
}
.rotator_thumbnails li p,
.rotator_thumbnails li a {
	display:none;
}
.rotator_play-btn,
.rotator_prev-btn,
.rotator_next-btn {
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	width:24px;
	height:24px;
	background-color:#000;
	border:0px solid #000;	
	cursor:pointer;
}
.rotator_play-btn {
	background:#000 url(/user/images2010/assets/pause.png) no-repeat center;
}
.rotator_prev-btn {
	background:#000 url(/user/images2010/assets/prev.png) no-repeat center;
}
.rotator_next-btn {
	background:#000 url(/user/images2010/assets/next.png) no-repeat center;
}
.rotator_button-over {
	background-color:#CCC;	
}
#rotator_tooltip {
	color:#FFFFFF;
	background-color:#000000;
	background:transparent url(/user/images2010/assets/panel_bg.png) repeat scroll 0 0;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:none;
}
.rotator_block {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	z-index:0;
}
.rotator_vpiece {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	z-index:0;
}
.rotator_hpiece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:0;
} 