/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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 */
.nivoSlider {
	position:relative;
    width:100%; 
	background:#efe9d1 url(images/nivoslider/loading.gif) no-repeat 50% 50%;
    -moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
/*	display:none; */
	display:block;
	visibility:hidden; 
}
.nivoSlider a {
	border:0;
/*	display:none; */
	display:block;
/*	visibility:hidden; */
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100%;
    text-align: center;
}

.nivo-controlNav a {
	border: 0;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
    width:618px; 
    height:246px; 
    margin-bottom:10px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/nivoslider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/* ---------- BULLET ----------- */
.sliderBullet {
/*    background:url(images/nivoslider/slider.png) no-repeat;*/
/*    width:640px;*/
/*    height:392px; */
/*    margin:0 auto;*/
/*    padding-top:74px; */
/*    margin-top:50px; */
    width:100%;
}
.sliderBullet .nivo-controlNav {
/*	position:absolute;*/
/*	left:260px;*/
/*	bottom:-42px;*/
	padding: 10px 0px;
}
.sliderBullet .nivo-controlNav a {
/*	display:block;*/ 
	display:inline; 
/*	width:22px;
	height:22px; */
	background:url(images/nivoslider/bullets.png) no-repeat scroll 0 -6px transparent;; 
/*	text-indent:-9999px; */
/*	border:0;*/ 
/*	margin-right:3px;*/
/*	float:left;*/
}
.sliderBullet .nivo-controlNav img {
	/*display:none;*/
	display:inline;
	visibility:hidden;
	width:22px;
	height:22px;
}
.sliderBullet .nivo-controlNav a.active {
	background-position:0 -18px;
	padding: 10px 0px;
}
.sliderBullet a {
	/*display:block; /* IE Fix ??*/
}

/* --------------------- */
.sliderThumb {
/*    background:url(images/nivoslider/slider.png) no-repeat;*/
/*    width:640px;*/
/*    height:392px; */
/*    margin:0 auto;*/
/*    padding-top:74px; */
/*    margin-top:50px; */
}
.sliderThumb .nivo-controlNav {
/*	position:absolute; */
/*	left:185px;*/
/*	bottom:-50px; */
}
.sliderThumb .nivo-controlNav a {
    display:inline;
}
.sliderThumb .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
.sliderThumb .nivo-controlNav a.active img {
    border:1px solid #000; 
}

/* --------------------- */

/* Big Play Button (at start)
---------------------------------------------------------*/
div.nivo-play-button {
  display: block; /* Start hidden */ /* z-index: 2; */
  position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin: -43px 0 0 -43px; text-align: center; vertical-align: center; cursor: pointer !important;
  border: 3px solid #fff;
  
  opacity: 0.65; -moz-opacity: 0.65; filter: alpha(opacity=65);
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  
  /* CSS Background Gradients */
  /* Default */ background-color: #0B151A;
  /* Webkit  */ background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 40px;
  /* Firefox */ background: #1F3744 -moz-linear-gradient(top,  #0B151A,  #1F3744) left 40px;

  /* CSS Shadows */
  box-shadow: 4px 4px 8px #000; -webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000;
}
div.nivo-play-button:hover {
  box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
}

div.nivo-play-button span {
  display: block; font-size: 0; line-height: 0;
  width: 0; height: 0; margin: 20px 0 0 23px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 40px solid #fff; /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
