﻿body,p,ul,li{
	font-size:12px;padding:0;margin:0;
}
a{text-decoration: none;}
li{list-style:none;}
#ifocus{
	height:286px;
	width:300px;
	overflow:hidden;
	margin:6px auto 0;
}
#ifocus_pic{
	overflow:hidden;
	width:300px;
	height:224px;
	margin:0 auto;
	position:relative;
}
#ifocus_piclist{
	position:absolute;
	left:0;
	top:0;
}
#ifocus_piclist li{
	width:300px;
	height:224px;
	overflow:hidden;
}
#ifocus_piclist li a{
	display:block;
	height:224px;
	overflow:hidden;
}

#ifocus_opdiv {
	background: #000; 
	filter: alpha(opacity=50); 
	position:absolute;
	left:0;
	bottom:0;
	opacity: 0.5; 
	moz-opacity: 0.5;
	width:300px;
	height:30px;
}
#ifocus_tx {
	position:absolute;
	left:0;
	bottom:0;
	width:300px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#ifocus_tx A {
	color: #fff;
}
#ifocus_tx a:hover {
	color: #f27900;
}
#ifocus_tx .normal {
	display: none;
}
#ifocus_btn{
	margin:2px auto 0 auto;
	height:62px;
	overflow:hidden;
}
#ifocus_btn li {
	FILTER: alpha(opacity=60);
	 WIDTH: 66px;
	 HEIGHT: 60px;
	 CURSOR: pointer;  
	 opacity: 0.5;
	  moz-opacity: 0.5;
	  float:left;
	  text-align:center;
	  background:url(outbg.gif) center 10px no-repeat; 
	  margin-left:12px;
	  display:inline;
}
#ifocus_btn li img{margin-top:12px;}
#ifocus_btn .current 
{
	background:url(overbg.gif) center top no-repeat; 
	FILTER: alpha(opacity=100); 
	opacity: 1; 
	moz-opacity: 1
}