@charset "utf-8";

#rack_flipper {
	width: 722px;
	height: 275px;
	overflow: hidden;
	background-color: #eee;
	text-decoration: none;
	float: left;
}

#slide1, #slide2, #slide3, #slide4 {
	width: 722px;
	height: 275px;
	float: left;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
       -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
	        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

#slide1 {
	background-color: gray;
	z-index: 0;
}

#slide2 {
	background-color: gray;
	margin-top: -255px;
	z-index: 2;
}

#slide3 {
	background-color: gray;
	margin-top: -255px;
	z-index: 4;
}

#slide4 {
	background-color: gray;
	margin-top: -255px;
	z-index: 6;
}

#lbl1, #lbl2, #lbl3, #lbl4{
	position: relative;
	float: left;
	margin-top: -275px;
	
	width: 120px;
	min-height: 40px;
	padding: 0 20px 5px;
	
	background-image: url(opac75.png);
	background-repeat: repeat-x repeat-y;
	
	color: #454545;
	font-family: Armata, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#lbl1 {z-index: 1;}
#lbl2 {z-index: 3;}
#lbl3 {z-index: 5;}
#lbl4 {z-index: 7;}

p.racklabel {
	font-size: 12px;
	/*font-family: "Droid Serif", Georgia, serif;*/
	text-transform: none;
	font-weight: normal;
	line-height: 13px;
}

#excerpt1, #excerpt2, #excerpt3, #excerpt4 {
	overflow: hidden;
	width: 300px;
	height: 260px;
	display: none;
}

#excerpt4 {
	display: inline;
}

@media screen and (max-width: 1081px){

#rack_flipper {
	width: 682px;
}
}