@charset "UTF-8";

/**
 * jquery.fader.css
 *
 */

.fader-container { position: relative; }

.fader-nav { position: absolute; bottom: 9px; right: 24px; z-index: 100; }

.fader-jumpNav { width: 90px; height: 14px; position: absolute; bottom: 0; right: 0; }
.fader-jumpNav a { display: inline-block; width: 12px; height: 12px; margin: 0 6px 0 0; background: url(/wp-content/themes/gardenvilla/images/fader-jumpNav.png) 0 0 no-repeat; cursor: pointer; text-decoration: none; }
.fader-jumpNav a.active { background: url(/wp-content/themes/gardenvilla/images/fader-jumpNav.png) 0 -12px no-repeat; }

.fader-navButtons { width: 115px; position: absolute; bottom: 0; right: 0; }
.fader-navButtons a { position: relative; z-index: 10; cursor: pointer; text-decoration: none; }
.fader-navButtons a.previousButton { float: left; display: inline-block; width: 17px; height: 17px; margin: 0 11px 0 0; background: url(/wp-content/themes/gardenvilla/images/fader-previousButton.png) 0 -0 no-repeat; }
.fader-navButtons a.nextButton { float: right; display: inline-block; width: 17px; height: 17px; margin: 0 0 0 5px; background: url(/wp-content/themes/gardenvilla/images/fader-nextButton.png) 0 0 no-repeat; }

ul#imageList { list-style-type: none; margin: 0; }
ul#imageList li { padding: 0; }
