@charset "utf-8";
/* CSS Document */

#slider{
	width:615px;
}

#slider div{
	height: auto !important;  /* per i browser moderni */
    height: 90px;      /* per IE5.x e IE6 */
    min-height: 90px;  /* per i browser moderni */
	padding-left:17px;
	margin-top:30px;
	padding-top:1px;
	background:url(../imgs/bg_panel.jpg) no-repeat 0 0;
}
#slider ul{
	list-style: none;
	height: 32px;
}

#slider li{
	display: inline;
	float:left;
	background: none;
	height: 32px;
	margin:0px;
	padding:0px;
}

#slider li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left:35px;}

.cssdefault{
	background: transparent url(../imgs/default.png) no-repeat 0 0;
	margin-right:20px;
}
.csssmall{
	background: transparent url(../imgs/small.png) no-repeat 0 0;
	margin-right:20px;
}
.csslarge{
	background: transparent url(../imgs/big.png) no-repeat 0 0;
	margin-right:20px;
}
.cssblank{
	background: transparent url(../imgs/blank.png) no-repeat 0 0;
	margin-right:0px;
}
