/* Menu style */
.ei_menu{
	background:#fff;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:235px;
	margin: 0;
	position:relative;
	display:block;
	width:1000px;
}
.ei_menu ul li{
	float:left;
	width:50px;
	height:240px;
	position:relative;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.ei_preview{
	width:50px;
	height:240px;
	cursor:pointer;
	position:absolute;
	top:0px;
	background:transparent url(../images/pre.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	top:0px;
	left: 50px;
	width:50px;
	height:235px;
	background:transparent url(../images/show.jpg) no-repeat top left;
	
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-50px 0px;
}
.pos3 span{
	background-position:-100px 0px;
}
.pos4 span {
	background-position:-150px 0px;
}

.ei_descr{
	position:absolute;
	width:755px;
	height:199px;
	border-right:2px solid #f0f0f0;
	padding:20px;
	left:50px;
	top:0px;
	background-color: #fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
}
.ei_descr_box {
	width: 330px;
	overflow: hidden;
	height: 80px;
	margin-bottom: 18px;
	margin-right: 20px;
	float: left;
}

.ei_descr_box img {
	width: 120px;
	overflow: hidden;
	height: 80px;
	border: 1px solid #C1C1C1;
	margin-right: 15px;
	float: left;
}

.ei_descr_list ul {
	width: 750px;
	overflow: hidden;
}

.ei_descr_list ul li {
	list-style-position: inside;
	list-style-image: url(../../../style/images/bullet.png);
	width: 750px;
	line-height: 30px;
	height: 25px;
}

/* 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{
	font-family: 'Rock Salt', arial, serif;
	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;

}
