#search {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 36px;
	height: 120px;
	top: 135px;
	left:0px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #393939;
	padding: 8px;
	background-repeat: no-repeat;
	background: url('images/serach_btn.png');
	text-indent: -9999px;
}
#search:hover{
	background-position: 0px 120px;
}
