/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/

.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	border:none !important;
	color:#fff !important;
	background:url(/mainpics/buttons/button-blue.png) 0 0 no-repeat;
	width:142px;
	height:43px;
	line-height:40px;
	font-size:16px;
}
.button:hover {
	background:url(/mainpics/buttons/button-blue-hover.png) 0 0 no-repeat;
}
