#history{
	position: relative;
	z-index: 1;
	margin: -60px 0 0 0;
}

#stone{
	position: relative;
	display: block;
	width: 615px;
	height: 135px;
	background: url(../img/stone.png) no-repeat;
	z-index: 10;
	margin: -90px 0 0 50px;
}

.switcher_container{
	position: relative;
	z-index: 15;
	width: 540px;
	height: 135px;
	overflow: hidden;
	margin: -115px 0 0 95px;
	display: block;
}

.switcher{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	height: 135px;
	width: 9720px;
}



.box{
	float: left;
	width: 540px;
	height: 135px;
	overflow: hidden;
}

.box h3{
	margin: 0 0 5px 0!important;
}

.box p{
	margin: 0!important;
	font-size: 12px;
}

area{
	cursor: pointer;
}

span.prev{
	display: block;
	width: 40px;
	height: 100px;
	background: red;
}

span.prev{
	position: absolute;
	top: 405px;
	left: 89px;
	display: block;
	width: 40px;
	height: 100px;
	background: url(../img/history_back.png) no-repeat;
	z-index: 50;
	cursor: pointer;
}

span.prev:hover{
	background: url(../img/history_back_hover.png) no-repeat;
}

span.next{
	position: absolute;
	top: 405px;
	left: 648px;
	display: block;
	width: 40px;
	height: 100px;
	background: url(../img/history_next.png) no-repeat;
	z-index: 50;
	cursor: pointer;
}

span.next:hover{
	background: url(../img/history_next_hover.png) no-repeat;
}