/* EXAMPLES ------------------------------------------------ */


 .bx-wrapper {
	margin: 0 auto;	
	 height:128px; 
}/*margin:四个参数值，将按上－右－下－左的顺序作用于四边;margin:0px 0px 0px 41px;*/

 .bx-prev {
	position: absolute;
	top: 0px;
	left: -36px;
	width: 36px;
	height: 128px;
	text-indent: 0px;
	background: url(../images/index_next_on.gif);
}

 .bx-next {
	position: absolute;
	top: 0px;
	right: -36px;
	width: 36px;
	height: 128px;
	text-indent: 0px;
	background: url(../images/index_pr_on.gif);
}

 .bx-next:hover,
 .bx-prev:hover {
	background-position: 0 0;
}

.field .field-label {
	font-size: 14px;
	color: #838383;
	font-weight: normal;
	margin-bottom: 5px;
}

/*start / stop*/
.bx-auto {
	text-align: center;	
}

.bx-start {
	color: #f1eee7;
	font-size: 14px;
	background: #838383;
	padding: 4px 7px;
	border-radius: 3px;
	text-transform: capitalize;
}

.bx-start:hover {
	background: #525044;
	text-decoration: none;
}

/*pager*/
.bx-pager {
	text-align: center;
}

.bx-pager a {
	font-size: 16px;
	color: #838383;
	padding: 0 10px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
	color: #de312a;
	text-decoration: none;
}

