.ngfullscreenslidesstart
{	
	border-color: #e9e9e9;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #f5f2e6;
	font: bold 13px Tahoma,Verdana,Segoe,sans-serif;
	color: #34394a;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	cursor: pointer;
    outline: none;
}

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