.myFocus {
	width:235px;
	height:178px;
	overflow:hidden;
	margin: 0px;
}
.myFocus ul {
	list-style:none;
	width:100%;
	height:180px;
	margin:0;
	padding:0;
}
.myFocus ul li {
	width:235px;
	height:178px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}
.myFocus ul li img {
	border:0;
}
.myFocus .myFocusTab {
	width:auto;
	height:20px;
	right:-150px;
	bottom:24px;
	z-index:2;
	position:relative;
	
}
.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;
}
