﻿.focus {
	width: 300px; height: 210px; background-color: rgb(0, 0, 0);
}
.FocusPic {
	height: 210px; overflow: hidden; position: relative; -ms-zoom: 1;
}
.FocusPic .content {
	overflow: hidden;
}
.FocusPic .changeDiv {
	height: 210px; float: left;
}
.FocusPic .changeDiv a {
	left: 0px; top: 0px; height: 210px; display: none; position: absolute;
}
.FocusPic .title-bg {
	left: 0px; width: 300px; height: 30px; bottom: 0px; line-height: 30px; overflow: hidden; position: absolute;
}
.FocusPic .title {
	left: 0px; width: 300px; height: 30px; bottom: 0px; line-height: 30px; overflow: hidden; position: absolute;
}
.FocusPic .title-bg {
	background: rgb(0, 0, 0); opacity: 0.5;
}
.FocusPic .title a {
	color: rgb(255, 255, 255); padding-left: 15px; font-size: 14px; text-decoration: none; display: block;
}
.FocusPic .change {
	height: 20px; text-align: right; right: 5px; bottom: 4px; position: absolute; z-index: 9999; _right: 4px;
}
.FocusPic .change i {
	background: rgb(102, 102, 102); padding: 2px 6px; height: 15px; color: rgb(255, 255, 255); line-height: 15px; font-family: Arial; font-size: 12px; font-style: normal; margin-right: 2px; display: inline-block; cursor: pointer; -ms-zoom: 1;
}
.FocusPic .change i.cur {
	background: rgb(255, 119, 0);
}