.slidern .slide .overlay{
	background:url(../images/clouds.png) left no-repeat;
	width:1000px;
	height:395px;
	padding:15px 0 15px 0;
	overflow:hidden;
}
.slidern .slide .overlay.fractal{
	background:url(../images/slidebg.jpg) left no-repeat;
}
.slidern .slide .overlay.futuristic{
	background:url(../images/green-slidebg.png) left no-repeat;
}
.slidern .slide h2{
	font-size:36px;
	color:white;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	display:block;
	width:500px;
	font-family:museobold;
	padding:7px 30px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(50%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	position:absolute;
	top:15px;
	margin:0;
	border:none;
	left:0;
}
.slidern .slide .feature{
	background:rgba(255,255,255,0.6);
	border:1px solid #fff;
	padding:15px;
	margin-left:30px;
	margin-top:30px;
	width:440px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.slidern .slide .feature ul{
	padding:0;
	margin:0;
	list-style:none;
}
.slidern .slide .feature ul li{
	display:inline-block;
	width:158px;
	padding:0;
	margin:0;
	color:#444;
	font-size:16px;
	text-shadow:1px 1px rgba(255,255,255,0.3);
	padding:10px 15px 10px 45px;
}
.slidern .slide .feature ul li.bandwidth{
	background:url(../images/bandwidth-26.png) left no-repeat;
}
.slidern .slide .feature ul li.cpanel{
	background:url(../images/cpanel-26.png) left no-repeat;
}
.slidern .slide .feature ul li.server{
	background:url(../images/dedicated-26.png) left no-repeat;
}
.slidern .slide .feature ul li.secure{
	background:url(../images/secure-26.png) left no-repeat;
}
.slidern .slide .feature ul li.support{
	background:url(../images/support-26.png) left no-repeat;
}
.slidern .slide .feature ul li.webbuilder{
	background:url(../images/webbuilder-26.png) left no-repeat;
}
.slidern .slide .feature ul li.storager{
	background:url(../images/storage-26.png) left no-repeat;
}
.slidern .slide .feature ul li.domainfree{
	background:url(../images/domain-26.png) left no-repeat;
}
.slidern .slide .btons{
	padding:15px 0 0 30px;
}
.slidern .slide .btons a{
	padding:7px 15px;
	color:white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid rgba(0,0,0,7);
	text-decoration:none;
	display:inline-block;
	margin-right:15px;
	background:rgba(0,0,0,0.6);
}

.slidern .slide .serverbig{
position:absolute;
right:0px;
bottom:30px;
width:500px;
text-align:center;
}
.inner div.prevslide, .inner div.nextslide{
	width:35px;
	height:26px;
	background:#c0c0c0;
	-webkit-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	text-align:center;
	padding-top:9px;
	position:absolute;
	right:-60px;
	top:169px;
	cursor:pointer;
}
.inner div.prevslide{
	left:-60px;
	-webkit-box-shadow:inset 0 -5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 -5px 3px -3px rgba(0,0,0,0.4);
	box-shadow:inset 0 -5px 3px -3px rgba(0,0,0,0.4);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.hol{
	position:relative;
}
.featurehol{
	position:absolute;
	top:66px;
	left:0px;
}
.offer{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	width:333px;
	float:right;
	margin-right:30px;
	border:1px solid rgba(0,0,0,0.8);
	background:rgba(0,0,0,0.5);
}
.darkbg .offer{
	background:rgba(0,0,0,0.5);
}
.reduction{
	font-size:18px;
	font-family:Museobold;
	text-align:center;
	color:white;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:7px 0;
	border:1px solid;
}
.offer ul{
	padding:15px;
	margin:0;
	color:white;
	font-size:14px;
	text-align:left;
	text-shadow:1px 1px rgba(0,0,0,0.3);
}
.offer ul li{
	padding:0 0 7px 0;
}
.oldprice{
	padding:7px 0;
	background:rgba(0,0,0,0.2);
	font-size:18px;
	font-family:Museo;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	color:rgba(255,255,255,0.7);
	text-shadow:1px 1px rgba(0,0,0,0.3);
	margin-bottom:15px;
}
.newprice{
	color:#fff;
	padding:7px 0;
	font-size:48px;
	font-family:MuseoBold;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.newprice small{
	font-size:36px;
}
.newprice span{
	font-size:24px;
}
.boxleft{
	margin-top:7px;
	width:470px;
	color:#fff;
	padding:30px 0 30px 30px;
	text-shadow:1px 1px rgba(0,0,0,0.4);
	height:300px;
}
.boxleft h3{
	font-size:18px;
	padding-bottom:15px;
	font-weight:normal;
}
.boxleft img.right{
	background:none;
	border:none;
	margin:0;
	padding:0;
}
.slide.blue{
		background:#2464bd;
	background-image:url(../gradient.php?from=2464bd&to=6a98b1);
	background:-webkit-gradient(linear,left top,left bottom,from(#2464bd),to(#6a98b1));
	background:-moz-linear-gradient(top,#2464bd,#6a98b1);
	background:-webkit-linear-gradient(top,#2464bd,#6a98b1);
	background:-o-linear-gradient(top,#2464bd,#6a98b1);
	background:-ms-linear-gradient(top,#2464bd,#6a98b1);
	background:linear-gradient(top,#2464bd,#6a98b1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2464bd',endColorstr='#6a98b1');
}