body {
	background: #fff;
	font-family: Arial, sans-serif;
}
/* slide style */
.CU3ERslides {
	position: relative;
	z-index:410;
}

/* slide navigation */
.CU3ERslides-holder {
	position: relative;
	overflow: hidden;
}

.CU3ERslides-holder div.CU3ERslide {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.CU3ERpreloader {
	background: transparent url(../UI-images/loader.gif) no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
}
.CU3ERslides-holder div.CU3ERslide div {
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
}

.CU3ERslides-holder div.CU3ERslide div p {
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	padding: 10px;
}

.CU3ERslides-holder div.CU3ERslide div p strong {
	font-size: 14px;
}

/* thumbs style */
.CU3ERthumbs-holder {
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 400;
}

.CU3ERthumbs-holder ul {
	position: absolute;
	width: 9999px
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.CU3ERthumbs-holder ul li {
	float: left;
	position: relative;
	list-style: none;
}

.CU3ERthumbs-holder ul li a, .CU3ERthumbs-holder ul li a img {
	display: block;
	text-decoration: none;
	border: none;
}

/* description style */
.CU3ERdescription {
	margin: 0;
	padding: 0;
	border: 0;
}
.CU3ERdescription h2 {
	margin: 0;
	padding: 0;
	border: 0;
}
.CU3ERdescription p {
	margin: 0;
	padding: 0;
	border: 0;
}



.clear {
	clear: both;
}
