body{ margin:0; padding:0; }
input{width:1px; height:1px;}
div{ behavior: url(iepngfix.htc); }
/* --- Toggle --- */
#toggle_left{
	z-index:1;
	background:url(../images/toggle_btn_left_white2.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:10px; height:40px;
}

#toggle_right{
	z-index:2;
	background:url(../images/toggle_btn_right_orange2.png) no-repeat;
	position:absolute;
	top:0;
	left:130px;
	width:10px; height:40px;
}


#toggle_bg_white{
	z-index:4;
	background:url(../images/toggle_btn_bg_white.png) repeat-x;
	position:absolute;
	top:0;
	left:10px;
	width:60px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
}

#toggle_bg_orange{
	z-index:3;
	background:url(../images/toggle_btn_bg_orange.png) repeat-x;
	position:absolute;
	top:0;
	left:70px;
	width:60px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
}

#toggle_cover{
	z-index:9;
	position:absolute;
	width:140px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/toggle_btn_slider_texts.png);
}

#toggle_button{
	z-index:10;
	position:absolute;
	top:0;
	left:0px;
	width:70px;
	height:40px;
	background:url(../images/toggle_btn_slider_140x40.png) no-repeat;
	cursor:pointer;
}

#toggle_info{
	height:1px;
	overflow:hidden;
	padding-top:50px;
}
