/* reset style */
#ifocus * { margin:0; padding:0; word-break:break-all; }
#ifocus a { color:#333333; text-decoration:none;font:12px/1.6em Verdana; letter-spacing: 1px;}
#ifocus a:hover { text-decoration:underline; }

/* ifocus style */
#ifocus {
	width:755px;
	height:220px;
	margin-top:10px;
	margin-left:6px;
	margin-bottom:10px;
	margin-right: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;

}
#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:530px;
	height:200px;
	overflow:hidden;
	z-index: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
}
#ifocus_piclist { position:absolute; }
#ifocus_piclist li {
	width:530px;
	height:200px;
	overflow:hidden;
}
#ifocus_piclist img {
	width:530px;
	height:200px;
}
#ifocus_btn {
	display:inline;
	float:left;
	width:210px;
	line-height:150%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#ifocus_btn ul{

	height:57px;
	cursor:pointer;
	margin-bottom:8px;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=75);

}	
#ifocus_btn img {
  width:61px;
  height:45px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
 #ifocus_btn .current {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	background-image: url(../images/bg_ban.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 210px;
	height: 62px;
	padding-left: 5px;
	color: #C00;
}
#ifocus_btn .current a{

  color: #c30;
}
#ifocus_btn .current a:hover{
  text-decoration: none;
}
	  
#ifocus_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width:530px;
	height:35px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_tx { position:absolute; left:8px; bottom:4px; color:#fff;font:15px/1.6em gulim;}
#ifocus_tx .normal { display:none; }

.text_pading {
	margin-top: 5px;
}
