﻿
.examples_body {
	width: 295px;  
    border:solid 0px #000;
	position: relative;
	border:solid 0px #000;
}
.bx_wrap {
	margin-left: 15px;
    width: 265px; 
     border:solid 0px #000;
	
}
 

.bx_wrap ul li img { border: 0px solid #DDD; }
.bx_wrap ul li  {  width:233px; }

.bx_wrap a.prev {
	width: 30px;
	height: 146px;
	line-height: 146px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	background: url(../images/sanjiao_left.jpg) no-repeat left;
}
.bx_wrap a.prev:hover {
	background: url(../images/sanjiao_left.jpg) no-repeat right;
}
.bx_wrap a.next {
	width: 30px;
	height: 146px;
	line-height: 146px;
	left: 265px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	background: url(../images/sanjiao_right.jpg) no-repeat right;
}
.bx_wrap a.next:hover {
	background: url(../images/sanjiao_right.jpg) no-repeat right;
}