.myFocus {
	width:330px;
	height:220px;
	overflow:hidden;
	zoom:-1;
	position:relative;
}
.myFocus ul {
	list-style:none;
	width:100%;
	height:220px;
	margin:0;
	padding:0;
}
.myFocus ul li {
	width:330px;
	height:220px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
	display:inline
}
.myFocus ul li img {
	border:0;
}
.myFocus .myFocusTab {
	display:inline-block;
	width:auto;
	height:20px;
	position:absolute;
	right:0;
	bottom:5px;
	z-index:1000;
}
.myFocus .myFocusTab a {
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background-color:#000;
	color:#FFF;
	outline:none;
	text-decoration:none;
	margin:0 2px;
}
.myFocus .myFocusTab a.curr {
	background-color:#F00;
}
.myFocus .myFocusTitle {
	width:100%;
	height:30px;
	line-height:30px;
	position:absolute;
	left:0;
	bottom:0;
	color:#ffffff;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:999;
	text-indent:10px;
}