.slider_menu {
	position: relative;
	list-style-type: none;
	background-image:url(../images/bg-carusel.jpg);
	background-repeat:no-repeat;
	display:block;
	height:35px;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.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{
	width:7px;
	height:33px;
	display:block;
	float:left;
	background-image:url(../images/carusel-margin.png);
}


.slider_menu a.selected { 
/*
background-image:url(../images/carusel-button-selected.jpg);
background-position:center bottom;
background-repeat:no-repeat;
*/
color:#fc0;
}

.scroller {
	width: 725px;
	margin-left:auto;
	margin-right:auto;
	height: 250px;
	overflow: hidden;
	/*border: 1px solid #CCD8E3;*/
	/*margin-bottom: 1px;*/
	}
	
#scroller_content {
    width: 4000px;
    }
.slide {
    float: left;
    width: 725px;
    height: 250px;
		overflow:hidden;
}
