
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}

.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:50%;
	left:0px;
	margin-top:-65px;
}

.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:90px;
	height:30px;
	padding:40px 20px 20px 17px;
	font-size:18px;
	font-weight:bold;
	line-height:10px;
	margin-right:1px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}
.ac_menu > ul{
	float:right;
	padding-right: 26px;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li .list_btns{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}
.ac_subitem{
	width:360px;
	height:0px; /* animate to 400px */
	top:50%;
	right:1%;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu02.png) repeat top left;
}
.ac_subitem h2{
	width:200px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	margin:20px 20px 0 ;
}

.t_ov { background:url(../images/effectors/t_ov.png) no-repeat; }
.t_mr { background:url(../images/effectors/t_md.png) no-repeat; }
.t_ft { background:url(../images/effectors/t_ft.png) no-repeat; }
.t_pd { background:url(../images/effectors/t_pd.png) no-repeat; }
.t_sp { background:url(../images/effectors/t_sp.png) no-repeat; }

.ac_subitem .sp_box {
	width: 320;
	margin: 36px 86px 0 ;
}

.ac_subitem .sp_box h3 {
	width: 180px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 5px;
}

.t_wood { background:url(../images/effectors/t_wood.png) no-repeat; }
.t_phos { background:url(../images/effectors/t_phos.png) no-repeat; margin-top: 55px; }

.ac_subitem .main_img {
	margin:20px 20px 0 ;
}

.ac_subitem p{
	font-size:14px;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	margin:10px 20px 0 ;
}

span.ac_close{
	float:right;
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat center center;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}

.t_mid {
	background:url(../images/effectors/t_mid.jpg) no-repeat;
	width: 200px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0 0 4px;
}

.orange {
	color:#de902c;
}