.sliderus {
	margin: 0;
	width: 100%;
	position: relative;
	left: 0px;
}

.sliderus-clear {
/*	clear: both; */
	height:0;
	line-height: 0;
	overflow:hidden;
}

.sliderus-bg {
	border: 1px solid #444;
	border-left:0;
	border-right:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:221px;
	width:100%;
}

.sliderus-bg img {
	width:100%;
	height:100%;
	float:left;
}

.sliderus-slider {
	width: 100%;
	height:250px;
	z-index:2;
}

.sliderus-item {
	padding:5px;
	margin: 6px 1px 0 0;
	position: relative;
	z-index:3;
	cursor:e-resize;
	user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
}

.sliderus-img {
	width: 100%;
	overflow:hidden;
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

.sliderus-img img {
	float:left;
}

.sliderus-content {
	display:none;
	overflow:hidden;
	margin: 2px 0 0;
	padding: 2px 0 0;
}

.sliderus-text {
	font: 10px Verdana;
	color: #000;
	float:left;
	overflow:hidden;
	height:22px;
	margin: 10 0 0 2px;
	width:100%;
}

.sliderus-item-active {
	background: #fff;
	z-index: 4;
	box-shadow: 0 3px 15px #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.sliderus-item-active .sliderus-content {
	display: block;
}

.sliderus-item-active .sliderus-img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}


.sliderus-dim .sliderus-item {
	opacity: 0.5;
}

.sliderus-dim .sliderus-item-active {
	opacity: 1.0;
}


