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

.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	border:none !important;
	color:# !important;
	background: ;
	width:px;
	height:px;
	line-height:px;
	font-size:16px;
}
.button:hover {
	background:;
}

.button.home-page-panel{
	color:#FFF!important;	
	background:#000;
	float:none;
	clear:both;
	margin:10px auto!important;
	padding:10px 20px;
}
.homepage-panel.colour-one:hover .button.home-page-panel{
	background:#ea4901;
}

.homepage-panel.colour-two .button.home-page-panel{
	background:#ea4901;
}
.homepage-panel.colour-two:hover .button.home-page-panel{
	background:#000;
}

