.slider_menu {
	position: relative;
	list-style-type: none;
	background-image:url(../images/bg-carusel.jpg);
	background-repeat:no-repeat;
	display:block;
	height:35px;
}

.slider_menu a.tab {
	padding: 8px 10px 7px 10px;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	display:block;
	width:auto!important;
	float:left;
	margin-right:1px;

	}
.carusel-spacer-left{
	width:2px;
	height:35px;
	display:block;
	float:left;
	background-image:url(../images/carusel-margin-left.jpg);
}
.carusel-spacer-right{
	width:2px;
	height:35px;
	display:block;
	float:left;	
	background-image:url(../images/carusel-margin-right.jpg);
}

.slider_menu a.selected { 
/*
background-image:url(../images/carusel-button-selected.jpg);
background-position:center bottom;
background-repeat:no-repeat;
*/
color:#fc0;
}

.scroller {
	width: 563px;
	height: 147px;
	overflow: hidden;
	border: 1px solid #CCD8E3;
	margin-bottom: 5px;
	}
	
#scroller_content {
    width: 4000px;
    }
.slide {
    float: left;
    width: 563px;
    height: 147px;
}
