:focus {
	outline:none;
}

html{
/*
	background:#000000;
	color:#ffffff;
*/
}

ul {
	list-style-type:none;
}

.revolver, ul {
	width : 1000px;
	height : 310px;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
/*
	border : 1px solid black;
*/
}

.revolver div, li {
	position:absolute;
/*
	width:250px;
	height:250px;
*/
}

.revolver img {
	width:100%;
	height:100%;
	border:0;
}

a#prev{
	display:block;
	background:#000066;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	float:left;
	text-decoration:none;
/*
*/
}

a#next{
	display:block;
	background:#000066;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	float:right;
	text-decoration:none;
}
