.left{
	float:left;
	margin-left:10px;
}
.back{
	position:absolute;
	right:10px;
	top:0px;
}
/*
.content > h1{
	font-size:40px;
	font-weight:normal;
	text-shadow:0px 0px 1px #fff;
	font-family: 'Raleway', arial, serif;
	border-bottom:1px dotted #444;
	padding:10px 20px;
}
.content > h3{
	font-size:24px;
	color:#aaa;
	font-weight:normal;
	padding:10px 20px;
	text-shadow:1px 1px 1px #000;
	font-family: 'Rock Salt', arial, serif;
}
h3 a{
	font-size:14px;
	padding-left:20px;
}
a{
	color:#777;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
*/
.ei_menu{
	background:white;//#111;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:370px;
	//margin-left:50px;
	position:relative;
	display:block;
	width:auto;//1300px;
}
.ei_menu ul li{
	float:left;
	width:77px;
	height:370px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #D0D0D0;
        background-color: white;
}
.ei_preview{
	width:77px;
	height:370px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../img/equipo/akustics_bw.jpg) no-repeat top left;
        background-size: cover;
}
.ei_image{
	position:absolute;
	left:77px;
	top:0px;
	width:77px;
	height:370px;
	opacity:0.2;
	background:transparent url(../img/equipo/akustics.jpg) no-repeat top left;
        background-size: cover;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-82px 0px;
}
.pos3 span{
	background-position:-162px 0px;
}
.pos4 span{
	background-position:-245px 0px;
}
.pos5 span{
	background-position:-324px 0px;
}
.pos6 span{
	background-position:-408px 0px;
}
.pos7 span{
	background-position:-490px 0px;
}
.pos8 span{
	background-position:-572px 0px;
}
.ei_descr{
	position:absolute;
	width:278px;
	height:370px;
	border-right:7px solid #f0f0f0;
	padding:5px;
	left:77px;
	top:0px;
	background:#fff;
        text-align: justify;
}
.ei_descr h2{
	font-size:26px;
	color:#333;
	padding:5px;
	text-shadow:0px 0px 1px #fff;
	background:#fff url(../img/equipo/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:5px;
	background:#333;
}
.ei_descr p{
	color:grey;
	padding:10px 5px 0px 5px;
	//line-height:18px;
	font-size:14px;
	//font-family: Arial;
	//text-transform:uppercase;
}

/* For the index_3 demo */
ul.trigger_list{
	position:absolute;
	right:20px;
	top:145px;
}
ul.trigger_list li{
	float:left;
	line-height:53px;
	color:#ddd;
	font-style:italic;
}
ul.trigger_list li a{
	display:block;
	background:#000;
	color:#ddd;
	line-height:35px;
	padding:5px 10px;
	margin:3px;
	border-radius:5px 5px 5px 5px;
	text-shadow:1px 1px 1px #000;
}
ul.trigger_list li a:hover{
	background:#222;
	color:#fff;

}
