* {
margin:0;
padding:0;
overflow: hidden;
}

.backlevel
{
	z-index: 1;
	opacity: .6;
	filter: alpha(opacity=60);
}
	.backlevel2
	{
		z-index: 1;
		opacity: .8;
		filter: alpha(opacity=80);
	}

	.toplevel
	{
		z-index: 2;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	
.pos_abs
{
		position:absolute;
}

.Topper
{
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
}

.L_Full
{
	top: 20%;
	left: 0;
	height: 80%;
	width: 2.5%;
}
.R_Full
{
	top: 20%;
	left: 97.5%;
	height: 80%;
	width: 2.5%;
}
.Bottom_Full
{
	top: 95%;
	left: 0;
	height: 5%;
	width: 100%;
}
.Top_Full
{
	top: 20%;
	left: 0;
	height: 5%;
	width: 100%;
}
.holder_bar
{
	height: 70%;
	width: 12.5%;
	top: 25%;
}
.bars
{
	top: 25%;
	width: 5.5%;
	height: 70%;
}
.bar_L
{
	left: 2.5%;
}
.bar_R
{
	left: 92%;
}
.shirt_square
{
	height: 31%;
	width: 20%;
}
.square_R1
{
	top: 0%;
}
.square_R2
{
	top: 34.5%;
}
.square_R3
{
	top: 68.5%;
}
.square_C1
{
	left: 16.5%;
}
.square_C2
{
	left: 40%;
}
.square_C3
{
	left: 63.5%;
}

.arrow
{
	height: 12.5%;
	width: 12.5%;
	top: 50%;
}
.arrow_previous
{
	left: 1%;
}
.arrow_next
{
	left: 86%;
}

.no_border
{
	border: none;
}

.sets
{
	width: 90%;
	height: 70%;
	left: 5%;
	top: 25%;
}
.o_flow_on
{
	overflow: on;
}

.p_50
{
	z-index: 1;
	opacity: .7;
	filter: alpha(opacity=70);
}

.high
{
	z-index: 20;
}

.low
{
	z-index: 10;	
}

.arrow_internal
{
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0%;
}