/* 控制首页的一些CSS样式 */
.viewtool_copyright{
	width: 1030px;
	text-align: center;
	line-height: 15px;
}


#fontsize {
	visibility: hidden;
}

.imageRotation {
	margin-left: 0px;
	height: 453px;
	/*--300--*/
	width: 1025px;
	/*--570--*/
	overflow: hidden;
	/*--超出容器的所有元素都不可见--*/
	position: relative;
	/*--相对定位--*/
	border: 2px solid #eee;
	background-color: #eee;
	bodrer-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.imageBox {
	position: absolute;
	/*--固定定位--*/
	height: 420px;
	/*--270--*/
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.imageBox img {
	display: block;
	height: 449px;
	/*--270--*/
	width: 1025px;
	/*--570--*/
	float: left;
	border: none;
}


/*注意这里  以下--*/

.icoBox {
	position: absolute;
	/*--固定定位--*/
	bottom: 7px;
	width: 120px;
	/*--注意这里--这里的宽度值 = 一个小圆点的宽15px,有X个小圆点就是,计算方法:(15 * X)  X代表小圆点的个数 --*/
	left: 451px;
	/*--247--*/
	/*--432.5--*/
	/*--注意这里--这里是控制小圆点们的位置的值: 计算方法:((970-15*X)/2)  --*/
	height: 12px;
	text-align: center;
	line-height: 40px;
}

.icoBox span {
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	margin-left: 3px;
	overflow: hidden;
	background: url(http://www.viewtool.com/demo/demo_video/Video_tools/ico.png) 0px 0px no-repeat;
	cursor: pointer;
}

.icoBox span.active {
	background-position: 0px -12px;
	cursor: default;
}

.buttomArea {
	margin-left: 1px;
	margin-top: -6px;
	width: 1050px;
	padding: 0px;
}

.buttomArea table {
	width: 1050px;
	height: 130px;
	border: 0px;
}

.buttomArea table tr {
	height: 130px;
}

.buttomArea table tr td {
	border: 0px;
	padding: 0px;
}

.buttomArea table tr .td_a0 a {
	color: #000000;
	background: #F64561;
	text-align: center;
	line-height: 130px;
	display: block;
	width: 330px;
	height: 130px;
}

.buttomArea table tr .td_a1 a {
	color: #000000;
	background: #F8EA89;
	text-align: center;
	line-height: 130px;
	display: block;
	width: 330px;
	height: 130px;
}

.buttomArea table tr .td_a2 a {
	color: #000000;
	background: #92E2FD;
	text-align: center;
	line-height: 130px;
	display: block;
	width: 330px;
	height: 130px;
}

.buttomArea table tr td a:link {
	text-decoration: none;
}

.buttomArea table tr td a:visited {
	text-decoration: none;
}

.buttomArea table tr td a:hover {
	color: #000000;
	text-decoration: none;
}