@charset "utf-8";
*{
	padding:0;
	margin:0;
	position:static;
}
html, body {
	height: 100%; 
	overflow:hidden;
}
body{
	background-color:#000000; 
	margin: 0px; 
}
#content-slider {
  	width: 100%;
  	height: 13px;
  	background: #222222 ;
  	position: absolute;
  	bottom:0px;
}

.content-slider-handle {
  	width: 37px;
  	height: 13px;
  	position: absolute;
  	background: url(../images/scrollhandler.jpg) bottom #FFF no-repeat;
  	cursor:pointer;
}

.foodsie_img {
	float:left;
	margin: 0 px;
	display:block;
}

#movetonavigate{
	position:absolute;
	bottom:26px;
}
#content-scroll {
  	width: 100%;
  	height: 100%;
  	overflow: hidden;

}
#content-holder {
  	width: 8554px;
  	height: 100%;
}

