a img { border: none; }
#sliderouterwrap {
	width: 961px;
	border: 6px solid #e6e2e1;
	padding: 3px;
	height: 221px;
	margin-bottom:6px;
	overflow: hidden;
	position: relative;
}
#sliderwrap {
	width: 964px;
	height: 221px;
	overflow: hidden;
	position: relative;
	margin-left: 2px;
	margin-top: 1px;
}

#slideritems {
	width: 20000em;
	height: 186px;
	position: absolute;
}

.slideitem {
	width: 304px; height: 174px;   border: 1px solid #bbb7b8; 
	padding: 10px 0 0 10px; float: left; margin-right: 5px;
}





.domains { background: url(../images/slider/bg-slider-domains.jpg); }
.vps { background: url(../images/slider/bg-slider-vps.jpg); }
.email { background: url(../images/slider/bg-slider-email.jpg); }
.hosting { background: url(../images/slider/bg-slider-hosting.jpg); }
.eshop { background: url(../images/slider/bg-slider-eshop.jpg); }
.instant { background: url(../images/slider/bg-slider-instant.jpg); }
.reseller { background: url(../images/slider/bg-slider-reseller.jpg); }
.ssl { background: url(../images/slider/bg-slider-ssl.jpg); }
.web { background: url(../images/slider/bg-slider-web.jpg); }











/* Scrollbar */
#scrollbar {
	width: 960px;
	height: 29px;
	position: relative;
	background: url(../images/slider/scrollbar.gif) no-repeat 0 0;
	margin: 190px 0 0 -1px;
}
a.browse { position: absolute; top: 2px; height: 25px; display: block; width: 50px; cursor: pointer; text-indent: -20000em; }
a.browse:focus { outline: none; }
.left {
	left: 2px;
	background: url(../images/slider/scrollbar.gif) no-repeat -2px -2px;
	cursor: pointer;
}
.right {
	right: 0px;
	background: url(../images/slider/scrollbar.gif) no-repeat right -2px;
	cursor: pointer;
}


/* Hiding style for first offset item */
.notshown { visibility: hidden; }

	/* Scrollbar locations (buttons to specific pages */
	#featurescrollwrap1 {
		float: left;
		position: relative;
		left: 50%;
	}
	#featurescrollwrap2 {
		float: left;
		position: relative;
		left: -50%;
	}
	#featurescroll {
		padding: 0;
		margin-top: 4px;
	}
	#featurescroll li {
		display: block;
		float: left;
		margin: 0; padding: 0;
		margin-right: 3px;
	}
	#featurescroll li a {
		display: block;
		border: 1px solid #fff;
		color: #fff;
		background: url(../images/slider/slider_btn_bkg.gif) repeat-x 0 0;
		padding: 1px 6px;
		font-weight: normal;
		text-decoration: none;
	}
	#featurescroll li a.slideshowhere, #featurescroll li a:hover, #featurescroll li.active a {
		background: url(../images/slider/slider_btn_bkg_over.gif) repeat-x 0 0;
	}
	.screen {
		position: absolute;
		height:187px;
		top:4px;
		width:318px;
		background: #fff;
		z-index: 5000;
	}
	#screenL { left: 5px; }
	#screenR { right: 3px; }
