#sliderbox {
	width: 880px;
	height: 300px;
	position: relative;
	clear: both;
	background: #222;
	overflow: hidden;
}
#sliderbox1 {
	width: 880px;
	height: 300px;
	position: relative;
	clear: both;
	background: #000;
	border:1px solid #222;
	overflow: hidden;
    background-image:url(../admin/userfolder/spihw/cat/);
}
.slider {
	height: 300px;
	color: #fff;
	width: 60px;
	position: relative;
}
.sliderContent {
	height: 300px;
	color: #fff;
	width: 880px;
	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 , #sliderbox1{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

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


.slider-cucina, .slider-cucina:hover { background: #ff4e00 url(../images/slider-cucina.jpg) no-repeat;}
.slider-ristorante, .slider-ristorante:hover { background: #ff4e00 url(../images/slider-ristorante.jpg) no-repeat;}
.slider-catering, .slider-catering:hover {	background: #ff4e00 url(../images/slider-catering.jpg) no-repeat;}
.slider-seminare, .slider-seminare:hover {	background: #ff4e00 url(../images/slider-seminare.jpg) no-repeat;}
.slider-shop, .slider-shop:hover {	background: #ff4e00 url(../images/slider-shop.jpg) no-repeat;}
.slider-menu, .slider-menu:hover {	background: #ff4e00 url(../images/slider-menu.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;
}
