/*
 * 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
 */
 
 
/* The Nivo Slider styles */

.slider_wrapper	{
				width:600px;
				height:230px;
				margin:0 auto 20px;
				padding:10px;
				border-radius:4px;
				-moz-border-radius:4px;
				-khtml-border-radius:4px;
				-webkit-border-radius:4px;
				box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
				-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
				background:#4581D7;
				position:relative;
				*z-index:-1;
				}

.nivoSlider,
#nivo-slider	{
				position:relative;
				width:600px;
				height:230px;
				margin:0 auto;
				background:url(/images/loader.gif) 50% 50% no-repeat;
				}

#nivo-slider img,
.nivoSlider img {
				width:600px;
				height:230px;
				position:absolute;
				display:none;
				top:0;
				left:0;
				}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
				position:absolute;
				top:0px;
				left:0px;
				width:600px;
				height:230px;
				border:0;
				padding:0;
				margin:0;
				z-index:60;
				display:none;
				}
/* The slices in the Slider */
.nivo-slice 	{
				display:block;
				position:absolute;
				z-index:50;
				height:100%;
				}
/* Caption styles */
.nivo-caption	{
				position:absolute;
				right:10px;
				bottom:10px;
				background:#000;
				color:#fff;
				filter:alpha(opacity=60);
				-moz-opacity:0.6;
				-khtml-opacity: 0.6;
				opacity: 0.6;
				width:300px;
				z-index:89;
				border-radius:4px;
				-moz-border-radius:4px;
				-khtml-border-radius:4px;
				-webkit-border-radius:4px;
				}

.nivo-caption p {
				padding:0;
				margin:10px;
				overflow:hidden;
				height:4.5em;
				}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
				position:absolute;
				top:45%;
				z-index:99;
				cursor:pointer;
				}

a.nivo-prevNav {
				width:53px;
				height:60px;
				text-indent:-9999px;
				left:-20px;
				}

a.nivo-nextNav {
				width:53px;
				height:60px;
				text-indent:-9999px;
				right:-22px;
				}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
				width:120px;
				position:absolute;
				bottom:3px;
				left:15% !important;
				background:#E2E2E2;
				margin-left:-80px !important;
				padding:10px  0 10px;
				z-index:100;
				border-radius:4px 4px 4px 4px;
				-moz-border-radius:4px 4px 4px 4px;
				-khtml-border-radius:4px 4px 4px 4px;
				-webkit-border-top-left-radius:4px;
				-webkit-border-top-right-radius:4px;
				}

.nivo-controlNav a {
				width:16px;
				height:15px;
				display:block;
				text-indent:-9999px;
				margin-right:5px;
				margin-left:7px;
				float:left;
				position:relative;
				z-index:99;
				cursor:pointer;
				}