:focus {
	outline:none;
}


body{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}
	
	

	
ul {
	list-style-type:none;
}

.revolver, ul {
	width : 740px;
	height : 150px;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

.revolver div, li {
	position:absolute;
	width:80px;
	height:80px;
	left: 2px;
	top: 0px;
}

.revolver img {
	width:80px;
	height:80px;
	border: 0;
}

