#sliderbox {
	width: 880px;
	height: 300px;
	position: relative;
	clear: both;
	background: #222;
	overflow: hidden;
}
.slider {
	height: 300px;
	color: #fff;
	width: 60px;
	position: relative;
}

.slider .title {
	padding: 20px 20px 5px 30px;
	font-size: 2em;
	overflow: hidden;
	font-weight: bold;
	text-shadow: rgba(0%,0%,0%,0.4) 0px -1px 0px;
}
.slider .intro {
	font-size: 1.5em;
	padding: 0 30px;
	width: 300px;
	text-shadow: rgba(0%,0%,0%,0.3) 0px -1px 0px;
}

.slider .products td {
	padding-right: 25px;
}
.slider .products a {
	text-decoration: none;
	display: block;
	padding: 2px 0;
}
.slider a, .slider .products a:hover {
	color: #fff;
	text-decoration: underline;
}
.slider .trigger {
	font-size: 1.5em;
	color: #fff;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;

}
.slider .trigger, .slider .products {
	position: absolute;
	bottom: 0;
	padding: 20px 20px;
}

.slider .products {
	font-size: 0.95em;
	width: 500px;
	padding: 15px 30px;
}

.slider-expanded {
	float: left;
}

.slider-expanded .title {
	width: 300px;
}

.slider-collapsed .title {
	white-space: nowrap;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.slider:first-child, .slider:first-child .dropshadow, #sliderbox {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.slider:last-child, #sliderbox {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.slider-promo, .slider-netstream, .slider-promo:hover { color: #fff; background: #0767a3 url(../images/slider-netstream.jpg) no-repeat;}
.slider-connectivity, .slider-connectivity:hover { background: #700e35 url(../images/slider-connectivity.jpg) no-repeat;}
.slider-security, .slider-security:hover { background: #9f2228 url(../images/slider-security.jpg) no-repeat;}
.slider-streaming, .slider-streaming:hover {	background: #b74028 url(../images/slider-streaming.jpg) no-repeat;}
.slider-hosting, .slider-hosting:hover {	background: #7e9111 url(../images/slider-hosting.jpg) no-repeat;}
.slider-voice, .slider-voice:hover {	background: #e49200 url(../images/slider-voice.jpg) no-repeat;}
.slider-wholesale, .slider-wholesale:hover {	background: #386721 url(../images/slider-wholesale.jpg) no-repeat;}

.slider-collapsed {
	background: #222;
	float: left;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

.slider .moretext {
	font-size: 0.9em;
}
.slider-collapsed .title {
	position: absolute;
	right: 0;
	text-align: right;
}

.slider .dropshadow, .slider-expanded .trigger, .slider-collapsed .intro, .slider-collapsed .products {
	display: none;
}

.slider .dropshadow {
	width: 15px;
	height: 300px;
	position: absolute;
	top: 0;
	display: block;
	background: url(../images/bg_dropshadow.png) repeat-y;
}