:focus {
	outline:none;
}

#revolverContainer ul {
	list-style-type:none;
	width : 610px;
	height : 190px;
	/*border : #999 1px solid;*/
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

#revolverContainer li {
	position:absolute;
	list-style:none;
	/*width:250px;*/
	height:150px;
}

#revolverContainer img {
	/*width:100%;*/
	height:100%;
	border:0;
}

#next2{
	display: block; 
	float: left;
	width: 41px;
	height: 17px;
	margin-left: 5px;
	background: url(next2.gif) 50% 50% no-repeat;
}

#prev2{
	display: block; 
	float: left;
	width: 41px;
	height: 17px;
	background: url(prev2.gif) 50% 50% no-repeat;
}
