﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
/* examples_body */
.examples_body {
font-family:Arial, Microsoft YaHei, SimHei, Helvetica, sans-serif;
    width:1405px;
	margin: 0px auto;
	clear: both;
	position: relative;
	font-size:14px;
}


.bx_wrap {
	margin-left:0px;
}

.bx_wrap a.prev {
	width: 36px;
	height: 60px;
	line-height: 16px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 275px;
	left: 0px;
	text-indent: -9999px;
	background: url(../../img/proleft.png) no-repeat left;
}
.bx_wrap a.prev:hover {
	background: url(../../img/proleft1.png) no-repeat right;
}
.bx_wrap a.next {
	width: 36px;
	height: 60px;
	line-height: 16px;
	left: 1370px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 275px;
	text-indent: -9999px;
	background: url(../../img/proright.png) no-repeat right;
}
.bx_wrap a.next:hover {
	background: url(../../img/proright1.png) no-repeat left;
}
