#wrapper {
	margin:0;
	width: 947px;
	margin-left: 7px;
	
}

/* SLIDER ---------------------------------- */

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;

}

#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
}



/* EXAMPLE ---------------------------------- */

#example h2 {
	margin-bottom:25px;
	/*border-bottom:dotted 3px #999;*/
}

#example h3 {
	font-size:20px;
}

#example h3 span {
	font-size:16px;
	color:#999;
}

#example h4 {
	font-weight: normal;
	margin-top: 20px;
	}

#example .multiple li {
	width: 192px;
}

#slider1 img, #slider2 img {
	float: none;
	width: 170px;
	height: auto;
}

/* COMMENTS ---------------------------------- */

.bx-next {
	position:absolute;
	top: -25px;
	right: 11px;
	z-index:999;
	width: 14px;
	height: 21px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -35px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top: -25px;
	right: 30px;
	z-index:999;
	width: 14px;
	height: 21px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -35px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}