.main_view { float: left; position: relative; }
.window { width: 990px; height: 300px; overflow: hidden; position: relative; }

.image_reel { position: absolute; top: 0; left: 0; }
.image_reel img {float: left;}

.paging { position: absolute; right: 4px; z-index: 100; text-align: center; line-height: 40px; display: none; margin-right:10px; }
.paging a { padding: 1px 6px; text-decoration: none; color:#FFF; background:#FFF; font-weight:bold; margin-left:4px; font-size:10px; }
.paging a.active { background:#CCC; color:#CCC; }
.paging a:hover { background:#000; color:#000; }