#myList li{ display:none;list-style-type: none;
}



#loadMore {
    background: #202020 repeat scroll 0 0;
	display:inline-block;
	color: #ffffff;
    cursor:pointer;
	width:100%;
	text-decoration:none;
	text-align:center;
	border: none;
    border-radius: 0px;
	text-transform: uppercase;
	padding-top:0px;
	padding-bottom:12px;
	
	font-size: 80px;
    font-weight: 100;
	letter-spacing: 1.0px;
	
	border-color: #FFFFFF;
border-width: 0px;
border-style: solid;
	
	
	
	
	
}




#loadMore:hover {
    background: #ffffff repeat scroll 0 0;
	color: #202020;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}




