@charset "UTF-8";
/* CSS Document */

* { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }
A { text-decoration: none; color: #777; }
BODY { background: url(../_img/sprite.png) repeat-x 0px -528px; }

.copyright_info { text-align: center; font-size: 14px; color: #999; }
.outer { width: 100%; }
.hide { display: none; }
.inner { width: 875px; margin: auto; }
.rotator_area { height: 300px; width: 875px; }
.squares_area { height: 132px; margin: 20px 0px; }
.square { float: left; width: 200px; height: 132px; margin: 0px 10px; }
.square_left,
.square_middle,
.square_right { height: 132px; background: url(../_img/sprite.png) no-repeat; float: left; }
.square_left { width: 17px; background-position: 0px -396px; }
.square_right { width: 17px; background-position: -983px -396px; }
.square_middle { width: 166px; background-position: -17px -396px; text-align: center; }
.square_middle H5 { font: 18px Arial, Helvetica, sans-serif; font-weight: bold; margin: 45px 0px; }
.square_middle H5 SPAN { display: block; color: #777; font: 14px Arial, Helvetica, sans-serif; font-weight: normal; }
.top_area { height: 46px; }
.top_area H1 { font-size: 30px; color: #999; font-weight: normal; padding-top: 5px; float: left; }
.top_area .right UL { float: right; list-style: none; margin: 13px 0px 0px; }
.top_area .right UL LI { display: inline; padding-left: 5px; color: #999; list-style-type: none; }
.top_area .right UL LI A:LINK,
.top_area .right UL LI A:VISITED,
.top_area .right UL LI A:HOVER,
.top_area .right UL LI A:ACTIVE { color: #999; font-weight: bold; text-decoration: none; font-family: 12px; }

#left_square { margin: 0px 10px 0px 5px; }
#right_square { margin: 0px 5px 0px 10px; }

/* ROTATOR CONTROLER */
.big_images { margin: 20px 0px;; height: 260px; width: 875px; float: left; }
.image { height: 260px; width: 675px; margin: auto; }
.thumb_images { margin: 20px 0px; height: 260px; float: right; width: 200px; overflow: hidden; }
.thumb { height: 65px; width: 200px; background: #0ff; }
.arrow { height: 30px; width: 30px; position: absolute; z-index: 1000; }
.arrow_up { background: url(../_img/arrow_up.png) no-repeat; right: 85px; top: 20px; }
.arrow_down { background: url(../_img/arrow_down.png) no-repeat; right: 85px; bottom: 20px; }