@charset "utf-8";
/* CSS Document */

:focus {
outline: 0;
}

<style type="text/css">
body {
	background: #222;
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
	display:inline;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
    display:inline;
}

/*--Main Container--*/
.main_view {
	float: left;
	position:relative;
	display:inline;
	
}
/*--Window/Masking Styles--*/
.window {
	height:210px;
	width: 722px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	
}
.image_reel {
	position: absolute;
	top: -1px;
	left: 2px;
	width: 3630px;
	display:inline;
}
.image_reel img {
	float:left;
	display:inline-block;
  }

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(menu-banner/paging_bg2.png) no-repeat;
	display: inline; /*--Hidden by default, will be later shown with jQuery--*/
	
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #fa5400;
	border: 1px solid #04355a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.floatbox {
  float: left;
  width: 500px;
  height: 150px;
  margin: 5px 0 5px 100px;
  display: inline;
  }
.paging a:hover {font-weight: bold;}
<!--[if IE]>
.item {
margin: 5px;
padding: 10px;
}
</style>
<!--[EndIf]-->