/*Custom Strunge Styles - Turn.js*/


li {
	list-style:none;
}
.button.black {
    background: #333;
	border: 1px solid #fff;
	color:#fff;
}
.button.black:hover {
    border: 1px solid #333;
    background: #fff;
	color:#333;
}
.button {
	color:#FFF;
	text-align: center;
	font-size: 12px;
	outline: none;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid;
	margin:40px;
	margin-top:50xp;
	text-decoration:none;
	font-family: 'Open Sans', 'Lucida Grande', sans-serif;
}
.button.small {   padding: 8px 20px;  }

.turnjs-slider .ui-state-active .thumbnail {
    display: none;
    opacity: 1;
    transform: scale(1, 1);
}
