/*
 * jQuery Nivo Slider v1.9
 * 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
 */
 
 
#slider 				{background:#ece8d5; position:relative;}
#slider a 				{border:0;}
#slider img 			{position:absolute; top:0px; left:0px;}
.nivoSlider 			{overflow:hidden;}
.nivoSlider a.nivo-imageLink {display:none; height:100%; width:100%; position:absolute; top:0px; left:0px; border:0; padding:0; margin:0; z-index:60;}
.nivo-slice 			{display:block; height:100%; position:absolute; z-index:50;}
.nivo-caption 			{background:#f1ecd9; color:#49542e; width:100%; position:absolute; left:0px; bottom:0px; opacity:0.6; z-index:89;}
.nivo-caption p 		{padding:5px; margin:0;}
.nivo-controlNav 		{position:absolute; left:47%; bottom:5px;}
.nivo-controlNav a 		{background:url(../images/bullets.png) no-repeat; cursor:pointer; display:block; float:left; height:15px; width:15px; position:relative; z-index:99; text-indent:-9999px;}
.nivo-controlNav a.active {background-position:-16px 0;}
.nivo-directionNav a 	{background:url(../images/arrows.png) no-repeat; cursor:pointer; display:block; width:36px; height:36px; position:absolute; top:45%; z-index:99; text-indent:-9999px;}
a.nivo-nextNav 			{background-position:-36px -36px; right:10px;}
a.nivo-nextNav:hover 	{background-position:-36px 0px; right:10px;}
a.nivo-prevNav 			{background-position:0px -36px; left:10px;}
a.nivo-prevNav:hover 	{background-position:0px 0px; left:10px;}

