* {
	-webkit-text-size-adjust:none;
}
.FocusPic {
	OVERFLOW: hidden; POSITION: relative; ZOOM: 1; FLOAT: left
}
.FocusPic .content {
	OVERFLOW: hidden
}
.FocusPic .changeDiv A {
	POSITION: absolute; LEFT: 0px; DISPLAY: none; TOP: 0px
}
.FocusPic .title-bg {
	OVERFLOW: hidden;
	HEIGHT: 25px;
	POSITION: absolute;
	LEFT: 0px;
	LINE-HEIGHT: 25px;
	WIDTH: 500px;
	BOTTOM: 0px
}
.FocusPic .title {
	OVERFLOW: hidden;
	HEIGHT: 25px;
	POSITION: absolute;
	LEFT: 0px;
	LINE-HEIGHT: 25px;
	WIDTH: 450px;
	BOTTOM: 0px
}
.FocusPic .title-bg {
	BACKGROUND: #000; FILTER: alpha(opacity=50); opacity: 0.5
}
.FocusPic .title A {
	FONT-SIZE: 12px;
	PADDING-LEFT: 10px;
	DISPLAY: block;
	font-weight: bold;
}
.FocusPic .title A:link ,.FocusPic .title A:visited{
	COLOR: #FFF;
	text-decoration: none;
}
.FocusPic .title A:hover {
	COLOR: #09F;
	text-decoration: none;
}
.FocusPic .change {
	HEIGHT: 25px;
	RIGHT: 2px;
	POSITION: absolute;
	TEXT-ALIGN: right;
	Z-INDEX: 9999;
	_right: 3px;
	margin-right: 10px;
	bottom: 0px;
}
.FocusPic .change I {
	CURSOR: pointer;
	FONT-SIZE: 6px;
	FONT-FAMILY: Arial;
	ZOOM: 1;
	COLOR: #FFF;
	FONT-STYLE: normal;
	DISPLAY: inline-block;
	LINE-HEIGHT: 25px;
	background-image: url(dot.png);
	margin: 0px 1px;
	padding: 0px 9px;
}
.FocusPic .change I.cur {
	background-image: url(now.png);
	color: #09F;
}
