/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/
.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	border:none !important;
	color:#FFF !important;
	background: ;
	width:px;
	height:px;
	line-height:px;
1	font-size:16px;
1	font-weight:bold;
}
.button:hover {
	background:;
}
.button.green{
	background:url(/mainpics/buttons/button-green.png);
	width:162px;
	height:62px;
	font-size:1.7em;
	line-height:3.3;
	}
.button.green:hover{
	background:url(/mainpics/buttons/button-green-hover.png);
	}
.button.purple{
	background:url(/mainpics/buttons/button-purple.png);
	width:162px;
	height:62px;
	font-size:1.7em;
	line-height:3.3;
	}
.button.purple:hover{
	background:url(/mainpics/buttons/button-purple-hover.png);
	}
