.demo-wrap { 
	width: 960px;
	height: 260px; }

.demo-wrap ul {
	width: 960px;
	height: 260px;
	overflow: hidden;
}

.demo-wrap li {
	list-style: none;
	margin: 0;
	width: 960px;
	height: 260px;
}

.demo-wrap.border {
	border-top: dotted #c3c3c1 0px;
	padding-top: 15px;
}

.demo-wrap.border .bx-window {
	margin-top: 0px;
}


/*prev / next*/

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 230px;
	left: 50px;
	width: 16px;
	height: 16px;
	text-indent: -999999px;
	background: url(images/prev.gif) no-repeat 0 0px;
	display: none; 
}

.demo-wrap .bx-prev:hover {
	background: url(images/prev-h.gif) no-repeat 0 0px;
	display: none; 
}

.demo-wrap .bx-next {
	position: absolute;
	top: 230px;
	right: 50px;
	width: 16px;
	height: 16px;
	text-indent: -999999px;
	background: url(images/next.gif) no-repeat 0 0px;
	display: none; 
}

.demo-wrap .bx-next:hover {
	background: url(images/next-h.gif) no-repeat 0 0px;
	display: none; 
}


/*start / stop*/

.bx-auto {
	text-align: center;	
	margin-top: 0px; 
	display: none; 
}

.bx-start {
}

.bx-start:hover {
}


/*pager*/

.bx-pager {
	text-align: right;
	height: 20px; 
	margin-right: 5px; 
}

.bx-pager a {
	font-size: 5px;
	color: #636363;  
	padding: 0 0px; display: inline-block; width: 7px; height: 7px;
	background-color: #636363;
	margin-right: 2px; margin-left: 2px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
	color: #c00026;
	text-decoration: none;
	font-weight: bold;
	background-color: #c00026;
}






