#frontsliding {
	width:990px;
	margin:auto;
	background-image: url(../images/slidingbg.png);
	background-repeat:no-repeat;
	padding:10px 5px 5px 5px;
}
/* Sample 4*/
#box4 {
	position:absolute;
}
#box4 div {
	width:990px;
	height:290px;
	float:left;
	padding:5px;
	font-size:11px;
	background:#FFFFFF;
}
#box4 p, #box4 ul {
	margin:0px;
	padding:0px 10px 0px 10px;
}
#box4 ul li {
	list-style-image:url(../images/list1.gif);
	list-style-position: outside;
	margin-left:20px;
	vertical-align:middle;
}
#box4 p {
	text-indent:0px;
	padding:2px;
}
#box4 img {
	float:left;
	margin:0px 5px 0px 0px;
}
.mask3 {
	position:relative;
	width:1000px;
	height:280px;
	overflow:hidden;
}
#buttonsholder {
	width:980px;
	margin:auto;
	font-size:11px;
	color:#cccccc;
	padding:5px;
	background-color: #333333;
	overflow:auto;
}
.buttons {
	text-align:right;
	margin:auto;
	width:20%;
	position:relative;
	display:block;
	float:right;
}
.buttons span, .buttonsTelco span {
	color:#FFFFFF;
	cursor:pointer;
}
.buttons span img {
	display:block;
	float:right;
}
.buttons span.active, .buttons span:hover {
	background:#0080FF;
	color:#fff
}
.buttonsTelco span.active {
	background:#666666;
	color:#fff
}
.buttonsTelco span:hover {
	background: #999999;
	color:#fff
}
.buttonsTelco {
	font-weight:bold;
	width:80%;
	overflow:auto;
	text-align:left;
	cursor:pointer;
	text-transform:uppercase;
	float:left;
	margin:auto;
	position:relative;
	font-size:11px;
	color:#FFFFFF;
}
.buttonsTelco span {
	cursor:pointer;
}
