/* Menu style */
.ei_menu{
	margin:0;
	padding:0;
	background:#fff url(http://www.kartingbowling.com/images/bw.jpg) no-repeat top left;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	margin:0;
	padding:0;
	height:600px;
	position:relative;
	display:block;
	width:1300px;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:600px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:600px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(http://www.kartingbowling.com/images/bw.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:600px;
	opacity:0.2;
	background:transparent url(http://www.kartingbowling.com/images/color.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position:absolute;
	width:444px;
	height:560px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:75px;
	top:0px;
	background:#fff;
}

.ei_descr h2{
	font-family: Arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	width:96%;
	text-shadow:0px 0px 1px #fff;
	background:#fff url(http://www.kartingbowling.com/images/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	margin-top:5px;
	font-family: Arial, serif;
	font-size:20px;
	color:#333;
	/*text-shadow:0px 0px 1px #000;*/
	font-style:bold;
	padding-top:10px;
	/*padding:10px;
	background:#333;*/
}
.ei_descr h4{
	font-family: Arial, serif;
	font-size:16px;
	color:#d0712f;
	/*text-shadow:0px 0px 1px #000;*/
	font-style:bold;
	padding-top:10px;
	/*padding:10px;
	background:#333;*/
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:13px;
	font-family: Arial;
	text-transform:none;
}


/* 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: 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;
}