/*
Skin Name: ZeroChaos
Skin URI: http://www.brilliantinternet.com
Description: ZeroChaos Nivo Slider
Version: 1.0
Author: William Thode
Author URI: http://www.brilliantinternet.com
Supports Thumbs: false
*/

/* Containers */
.theme-zerochaos .nivoSlider { position:relative; z-index:777; width:980px; height:165px; margin:0px auto; padding:0px; }
.theme-zerochaos .nivoSlider img { position:absolute; top:0px; left:0px; width:980px; height:165px; margin:0px; padding:0px; display:none; }
.theme-zerochaos .nivo-main-image { position:relative !important; width:980px !important; height:165px !important; display:block !important; margin:0px; padding:0px; }

/* Slices/Boxes */
.theme-zerochaos .nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0; }
.theme-zerochaos .nivo-box { display:block; position:absolute; z-index:5;overflow:hidden; }
.theme-zerochaos .nivo-box img { display:block; }

/* Link */
.theme-zerochaos .nivoSlider a { display:block; position:absolute; top:0px; left:0px; width:980px; height:165px; border:0; padding:0; margin:0; z-index:888; !important; cursor:pointer; } 
.theme-zerochaos .nivoSlider a.nivo-imageLink { display:block; background:white; filter: alpha(opacity=0); opacity: 0; } 

/* Captions */
.theme-zerochaos .nivo-caption { display:none !important; }
.theme-zerochaos .nivo-html-caption { display:none !important; }
.theme-zerochaos .nivo-subcaption  { display:none !important; }

/* Navigation */
.theme-zerochaos .nivo-controlNav { display:block; width:965px; height:15px; padding:0; position:relative; top:-10px; left:0px; z-index:998; text-align:right; }
.theme-zerochaos .nivo-controlNav a { display:inline-block; width:15px; height:15px; margin:0px 2px; padding:0px; background:url(bullets.png) no-repeat; color:#FFF; font-size:8px; line-height:15px; border:0; cursor:pointer; opacity:0.5; filter:alpha(opacity=50); text-align:center; }
.theme-zerochaos .nivo-controlNav a.active { opacity:1.0; filter:alpha(opacity=100); }
.theme-zerochaos .nivo-controlNav a:hover { text-decoration:none; }
.theme-zerochaos .nivo-directionNav { display:block; width:980px; height:75px; padding:0; position:relative; top:-337px; left:0px; z-index:999; text-align:left; }
.theme-zerochaos .nivo-directionNav a { width:35px; height:75px; margin:0px; padding:0px; border:0; cursor:pointer; color:#FFF; font-size:14px; line-height:15px; font-weight:bold; }
.theme-zerochaos .nivo-directionNav a:hover { text-decoration:none; }
.theme-zerochaos a.nivo-prevNav { left:-20px; background:url(slider-prev.png); }
.theme-zerochaos a.nivo-nextNav { left:980px; background:url(slider-next.png); }