/*
* jQuery Nivo Slider v2.0
* http://nivo.dev7studios.com
*
* Copyright 2010, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 
* March 2010
*/

/* ------------------------------------------------------------------------------------ */
/* MAIN HOMEPAGE GALLERY - homepage gallery and vertical slider navigation												
/* ------------------------------------------------------------------------------------ */
.posters { width:994px; height:414px; overflow:hidden; position:relative; padding:0; }
.posters .frame { width:994px; height:414px; position:absolute; top:0; left:0; z-index:1; background-image:url(../images/poster-frame.png); }

/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0; left:0; }
#slider { position:relative; background:url(../images/loading.gif) no-repeat 50% 50%; }
#slider img { position:absolute; top:0; left:0;	display:none; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0; left:0; width:100%; height:100%; border:0; padding:0; margin:0; z-index:5; display:none; }

/* The slices in the Slider */
.nivo-slice { display:block; position:absolute; z-index:0; height:100%; }

/* Caption styles - opacity is overridden by captionOpacity setting*/
.nivo-caption { position:absolute; left:128px; bottom:20px; color:#ffffff; opacity:1; width:900px; z-index:2; }
.nivo-caption p { padding:5px; margin:0; font-family:Tahoma, Arial, Helvetica, sans-serif; z-index:2; font-size:12px; font-style:italic; font-weight:bold; text-transform:uppercase;}

/* Direction button nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; bottom:18px; z-index:6; cursor:pointer; display:block; width:18px; height:24px; text-indent:-9999px; border:0; }
a.nivo-nextNav { left:42px; background:url(../images/gallery-tab-right.png) no-repeat; visibility:hidden; }
a.nivo-prevNav { left:24px; padding-right:3px; background:url(../images/gallery-tab-left.png) no-repeat; visibility:hidden; }

/* Control button nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; left:24px; bottom:18px; z-index:6; }
.nivo-controlNav a { z-index:2; cursor:pointer; display:block; width:12px; height:22px; background:url(../images/gallery-tab-red.png) no-repeat; border:0; float:left; padding:2px 0 0 5px; color:#ffffff; font-weight:bold; font-size:12px; font-style:italic; }
.nivo-controlNav a.active { background:url(../images/gallery-tab-blue.png) no-repeat; padding:2px 0 0 5px; color:#ffffff; text-shadow:0 0 4px #000000; }
.nivo-controlNav a:link { text-decoration:none; }
.nivo-controlNav a:visited { text-decoration:none; }
.nivo-controlNav a:hover { text-decoration:none; }
