/*
 * 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 */

#slider-wrapper{
	float: left;
}

.nivoSlider {
	position:relative;
    width:100%; 
/*    height:330px; */
	background:#000 url(../images/loading.gif) no-repeat 50% 50%;
    /* margin-bottom:110px; */
	border: 1px solid #CCC;
}

.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 {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.6; /* Overridden by captionOpacity setting */
	width:100%px;
	z-index:8;
}

.nivo-caption p {
	color:#fff;
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
	color:#fff;
    text-decoration:underline;
}

.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 {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

/* ---------- NONE ----------- */

.sliderNone {
    padding-bottom: 46px;
}

/* ---------- BULLET ----------- */
.sliderBullet {
    width:100%;
}

.sliderBullet .nivo-controlNav {
	padding: 10px 0px;
}

.sliderBullet .nivo-controlNav a {
	display:inline; 
	background:url(../images/bullets.png) no-repeat scroll 0 -6px transparent; 
}

.sliderBullet .nivo-controlNav img {
	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 ??*/
}


/* ---------- BULLET NEWS----------- */

.sliderBulletNews {
    margin: 0px 0px 0px 0px;
}


.sliderBulletNews .nivo-controlNav a {
	display:inline; 
	background:url(../images/bullets.png) no-repeat scroll 0 -6px transparent; 
}

.sliderBulletNews .nivo-controlNav img {
	display:inline;
	visibility:hidden;
	width:22px;
	height:22px;
}

.sliderBulletNews .nivo-controlNav a.active {
	background-position:0 -18px;
	padding: 10px 0px;
}

.sliderBulletNews a {
	display:block; /* IE Fix ??*/
}

/* ---------  THUMBNAIL ------------ */

.sliderThumb {
	/*border: 1px solid #FFF;*/
	/*background-color: #202834;*/
	/*height:330px;*/
	/*margin-left:20px;*/
    width:100%;
}

.sliderThumb .nivo-controlNav {
/*	position:absolute;*/
/*	left:185px;*/
/*	bottom:-65px;*/
    padding: 10px 0px;   
}

.sliderThumb .nivo-controlNav a {
    display:inline;
}

.sliderThumb .nivo-controlNav img {
    border:1px solid #4e5666;
	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;
	opacity: 0.65; -moz-opacity: 0.65; filter: alpha(opacity=65);	
}

.sliderThumb .nivo-controlNav a.active img {
    border:2px solid #FFF;
    opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);

}

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

/* 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;
  
  /* Change opacity for the button "play video" hide */
	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 ===*/
/*====================*/

#sliderBg-container{
	background:url(../images/bgSlider.png) bottom left repeat-x;
/*	height:332px;*/
    margin: 0px auto;
	width: 980px;
}
