.myFocus {
	width:235px;
	height:227px;
	overflow:hidden;
	margin: 0px;
}
.myFocus ul {
	list-style:none;
	width:100%;
	height:180px;
	margin:0;
	padding:0;
}
.myFocus ul li {
	width:345px;
	height:227px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}
.myFocus ul li img {
	border:0;
	display: block;
    height: 100%;
    width: 100%;
}
.myFocus .myFocusTab {
	width:auto;
	height:20px;
	right:-265px;
	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;
}
.myFocus .myFocusTitle {
	width:100%;
	height:30px;
	line-height:30px;
	position:absolute;
	left:0;
	bottom:50px;
	color:#FFF;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:1;
	text-indent:10px;
	position:relative;
}
