.easyslider ul, .easyslider li {
	margin: 0;
	padding: 0;
}

.easyslider li {
	width: 866px;
	overflow: hidden;
}

.buttonConfirm input {
	border-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	width: 80px;
}

.buttonPrevious a, .buttonNext a {
	border: solid 1px silver;
	padding: 5px;
	display: block;
	width: 80px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

.buttonPrevious a:hover, .buttonNext a:hover {
	text-decoration: none;
	color: black;
}

.buttonPrevious {
	float: left;
}

.buttonNext {
	float: right;
}

#buttonNext, #buttonPrevious {
	display: none;
}
