.ngfullscreenslidesstart
{	
	border-color: #e2e6db;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #f4f7f1;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #758250;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	cursor: pointer;
    outline: none;
}

.ngfullscreenslidesstart:hover
{	
	border-color: #758250;
	background: #758250;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;
}