.nbs-carousel .yui-carousel-nav ul,
.nbs-carousel .yui-carousel-nav select,
.nbs-carousel .content_shadow {
	display: none;
}

.yui-carousel .yui-carousel-visible {
	visibility:visible;
	outline:none;
}

.yui-carousel-content {
	overflow:hidden;
	position:relative;
}

.yui-carousel-element {
	margin:0;
	overflow:hidden;
	white-space:nowrap;
	padding:0;
	position:relative;
	width:32000px;
	text-align:left;
	z-index:1;
}

.yui-carousel-vertical .yui-carousel-element {
	margin:0;
}

.yui-carousel-element li {
	float:left;
	list-style:none;
	margin:1px;
	padding:1px;
	overflow:hidden;
	text-align:center;
	*float:none;
	*display:inline-block;
	*zoom:1;
	*display:inline;
	-moz-outline:none;
}

.yui-carousel-element img {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
}

.yui-carousel-vertical {
	height:32000px;
	margin:0;
	width:auto;
}

.yui-carousel-vertical .yui-carousel-element li {
	display:block;
	float:none;
}

.yui-log .carousel {
	background:#f2e886;
}

.yui-carousel-button-focus {
	-moz-outline:none;
	outline: none;
}

.yui-carousel-min-width .yui-carousel-content {
	margin:0 auto;
}

.nbs-carousel .yui-carousel-button input,
.nbs-carousel .yui-carousel-button button {
	background-color:transparent;
	border:0;
	cursor:pointer;
	font-size:0px;
	line-height:0;
}

span.yui-carousel-button {
	width:20px;
	height:52px;
	position:absolute;
	z-index:3;
	cursor:pointer;
}

span.yui-carousel-button button {
	display:none;
}
span.yui-carousel-first-button {
	background: url(/images/sprites-26.png) no-repeat;
	background-position:-630px -45px;
	left:0px;

}
span.yui-carousel-first-button-disabled {
	background: url(/images/sprites-26.png) no-repeat;
	background-position:-610px -45px;
	left:0px;
}

span.yui-carousel-next-button {
	background: url(/images/sprites-26.png) no-repeat;
	background-position:-630px -97px;
	right:0px;
}
span.yui-carousel-button-disabled {
	background: url(/images/sprites-26.png) no-repeat;
	background-position:-610px -97px;
	right:0px;
}

.yui-carousel-nav select {
	display:none;
}

.yui-carousel-nav a {
	left:-10000px;
	position:absolute;
}

li.yui-carousel-item-loading {
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size: 16px;
	margin-left:26px;
	margin-right:500px;
}

.nbs-carousel .yui-carousel-item-loading {
	background-image: url(/images/loader_blue_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.nbs-carousel-skin {
	width:100%;
}

.nbs-carousel-bones {
	width:100%;
}

.nbs-carousel-bones {
	overflow:hidden;
	text-align:center;
}

.nbs-carousel {
	position:relative;
}