#startfront{
	background-image: url('images/start.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 801px;
	height: 563px;
	padding-left: 6px;
}

#slides2{
	height: auto
	width: 800px;
	overflow: hidden;	
}

#slidesSfFront{
	/* This is the slide area */
	height:470px;
	padding-top: 5px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}

.slideSfFront{
	float:left;
	width: 800px;
}

#menuSfFront{
	/* This is the container for the thumbnails */
	height:45px;
	margin-top: 3px;
	text-align: center;
}


div.sliderSf{
	margin:0px;
	padding:0px;

}

#centerMenu{
	width: 240px;
	margin: 0 auto;
	text-align: center;

}

div.menuItemSfFront{
	float: left;
	display: inline;
	width:60px;
	list-style:none;
	height:45px;
	margin: 0px;
	vertical-align: top;
	overflow:hidden;
}

div.inactSf:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/pic_bg.png) repeat;
}

div.actSf,div.actSf:hover{
	/* The active state of the thumb */
	background:url(images/active_bg.png) no-repeat;
}

div.actSf a{
	cursor: pointer;
}

div.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(images/divider.png) no-repeat right;
}

div.menuItemSfFront a{
	display:block;
	background:url(images/divider.png) no-repeat right;
	height:38px;
	padding-top:7px;
	background-color: none;
}


div.menuItemSfFront a:hover img{
	background-color: transparent;
}

.slideContainer{
    float: left;
    display: inline; 
    width: 800px;
    height: 375px;
}

.sliderHeadlineContainer{
	float: left
	display: inline;
	width: 760px;
	height: 26px;
	margin-left: 20px;
	
}

.fblogbg{
    float: left;
    display: inline;
    width: 330px;
    height: 56px;
    background-image: url('images/fblog_bg2.jpg');
    padding: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 5px;
}




#mainContainerSfFront{
	/* The main container */
	margin:15px auto;
	float: left;
	display: inline;
	margin-top: 4px;
	width:800px;
}

