@charset "UTF-8";
/* CSS Document */

.revolver {
	display:none;
	position:absolute;
	top:30;
	left:0;
	width: 100%;
}

.imgre {
	display:none;
	position:absolute;
	top:30;
	left:0;
}

.tabs {
	top: -40px;
	right: -1px;
	position: absolute;
	z-index: 1010;
}

/* single tab */
.tabs a {
	width:10px;
	height:10px;
	display:block;
	font-size:1px;
	background-color: #1F1F1F;
	float: left;
	margin-right: 2px;
}

.tabs a:hover{
	background-color: #CCCCCC;
}

.tabs a.current {
	background-color: #4D4D4D;
} 	

.abso{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}
