.header1 {
	height: 65px;
}
.img-main {
	width:960px;
	height: 325px;
	background-image: url(/static/img/img-main.png);
	background-repeat: no-repeat;
}
.img-bandwidth {
	background-image: url(/static/img/img-bandwidth.png);
	background-repeat: no-repeat;
	width:358px;
	height: 166px;
	margin-top: 15px;
}
.img-webanalytics {
	background-image: url(/static/img/img-webanalytics.png);
	background-repeat: no-repeat;
	width:301px;
	height: 133px;
	margin-top: 15px;
}
.img-grey-machine {
	background-image: url(/static/img/img-grey-machine.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 150px;
	overflow: hidden;
}
.img-pdu {
	background-image: url(/static/img/img-pdu.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 160px;
	overflow: hidden;
}
.img-main-button_position {
	position: relative;
}
.img-main-button {
	border: 0px solid #FFF;
	position:absolute;
	width: 209px;
	height: 86px;
	left: 225px;
	top: 181px;
}
.img-main-button:hover {
	cursor: pointer;
	background-image: url(/static/img/img-button-demo.png);
	background-repeat: no-repeat;
}
.news .news-title {
	background-image: url(/static/img/img-news.png);
	background-repeat: no-repeat;
	float: left;
	width: 121px;
	height: 27px;
	border-bottom: none;
}
.news .news-nav {
	float: left;
	border-bottom: 1px solid #CCC;
	height: 27px;
	width: 100px;
	text-align:right;
}
.news-scroller {
	position: relative;
	clear: both;
	height: 250px;
	width: 250px;
	overflow: hidden;
}
.news-scroller-panel {
	position: absolute;
	width: 3000px;
}
.news-scroller-part {
	float: left;
	width: 230px;
	padding-right: 20px;
}
.noflash img {
    padding-right: 10px;
}
