.ngfullscreenslidesstart
{	
	border-color: #e9e9e9;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #f5efed;
	font: bold 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #474241;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	cursor: pointer;
}

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

.ngfullscreenslidesstart:focus
{
    outline: none;
}