:focus {
	outline:none;
}

ul {
	list-style-type:none;
}

.revolver, ul {
	width : 700px;
	height : 356px;
	border : 1px solid black;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

.revolver div, li {
	position:absolute;
	width:419px;
	height:269px;
}

.revolver img {
	width:100%;
	height:100%;
	border:0;
}

.item
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}