﻿* {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY,td{
	MARGIN: 0px;font-size:12px;
}
A:link {
	COLOR: #000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000; TEXT-DECORATION: underline
}
#ifocus {
	width:260px;
	height:190px;
	border:1px solid #f4e9d3;
	background-color: #FFF8E9;
}
#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:164px;
	height:180px;
	overflow:hidden;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}
#ifocus_piclist { position:absolute; }
#ifocus_piclist li { width:260px; height:180px; overflow:hidden; }
#ifocus_piclist img { width:164px; height:180px; }
#ifocus_btn {
	display:inline;
	float:right;
	width:75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	height: 180px;
}
#ifocus_btn li { width:90px; height:47px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
#ifocus_btn img {
	width:75px;
	height:32px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
#ifocus_btn .current {
	opacity:1;
-moz-opacity:1; 	filter:alpha(opacity=100);
	background-image: url(../css/btn_bg.gif);
	background-repeat: no-repeat;
}
#ifocus_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width:164px;
	height:24px;
	background:#000;
	opacity:0.5;
-moz-opacity:0.5; 			filter:alpha(opacity=50);
	padding-bottom: 0px;
	padding-left: 0px;
}
#ifocus_tx { position:absolute; left:8px; bottom:5px; color:#FFF; }
#ifocus_tx .normal { display:none; }
