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

/*	----------------------------------------------------------------
        MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
        ----------------------------------------------------------------
        
        Demo at: http://www.aaronvanderzwan.com/maxcycle/
        Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
        Copyright (c) 2007-2011 Aaron Vanderzwan
        Dual licensed under the MIT and GPL licenses.
        
*/
/*! Version: 2.0.73 (12-Oct-2012) */
#cycle_photo img{width:100%;height:480px; min-width:1440px; overflow:hidden; left:0px; margin:0px;}
#stylePage{ height:20px; position:absolute; z-index:999; display:block; width: 800px; left:45%; margin-top:-20px}
#stylePage li{ display:block; float:left; margin-right:10px;  width:60px;height:6px;background:url(../../../img/cycle_off.png) no-repeat center ;}
#stylePage li a{ display:block;width:60px;height:6px; line-height:22px; text-align:center; font-family:'Rambla', serif; font-size:12px; text-indent:-9999px;}
#stylePage li a:hover{ background:url(../../../img/cycle_on.png) no-repeat center; color:#fff;text-indent:-9999px;} 
#stylePage .activeSlide{ background:url(../../../img/cycle_on.png) no-repeat center; color:#fff;text-indent:-9999px;}