.ngfullscreenslidesstart
{	
	border-color: #6179b0;
	border-width: 1px;
	border-style: solid;
	padding: 7px 14px 7px 14px;
	background: #a21709;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	cursor: pointer;
}

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

.ngfullscreenslidesstart:focus
{
	border-color: #6179b0;
    background: #6179b0;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}