/**
 * jQuery sexyCycle v0.3
 *
 * Terms of Use - jQuery sexyCycle
 * under the MIT (http://www.opensource.org/licenses/mit-license.php) License.
 *
 * Copyright 2010 suprb.com All rights reserved.
 * (http://suprb.com/apps/sexyCycle/)
 */

ul.sexyCycle-content  { list-style: none; padding: 0; width: 99999999px; position: absolute;}
li.sexyCycle-content  { padding: 0; }
.sexyCycle { position: relative; overflow:hidden; margin-left:20px;}
.sexyCycle-wrap { position: relative; width: 99999px;}
.sexyCycle-content { width: 99999px; height: 999999px; position: absolute; overflow: hidden; }
.next1, .next2, .next3, .next4, .next5, .next6, .next7, .next8, .next9, .next10, .prev1, .prev2, .prev3, .prev4, .prev5, .prev6, .prev7, .prev8, .prev9, .prev10, .stop { background: #ffffff; color:#2F5616; padding: 1px 3px; font: bold 11px Helvetica, Arial, sans-serif; cursor: pointer;  }
.controllers { padding: 10px 10px 10px 10px; }

