/*

 * jQuery Nivo Slider v2.7.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

 */

 

#slider_section{
  width:1920px;
  height:640px;
  overflow:hidden;
  margin: 0 auto;
 }

#nivo_slider_plugin {
  width:1920px;
  height:640px;
}

.nivoSlider img {
	position: absolute;
	left:50%;
	margin-left:-960px;
	width:1920px; height:640px;
}



/* 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:6;

	display:none; 

          

}



.nivoSlider a.nivo-imageLink img {     

            

  

}



/* The slices and boxes in the Slider */

.nivo-slice {

	display:block;
	position:absolute;
	z-index:5;
	height:100%;
  text-align:center;
  
  
  

}

.nivo-box {

	display:block;

	position:absolute;

	z-index:5;

}

/* Caption styles */

.nivo-caption {

	position:absolute;

	left:0px;

	bottom:20px;


	color:#fff;

	opacity:0.8; /* Overridden by captionOpacity setting */

	z-index:8;
  
  

}



.nivo-caption p {

	padding:5px;

	margin:0;

  

  

}

.nivo-caption a {

	display:inline !important;

}

.nivo-html-caption {

    display:none;

}



.nivo-directionNav {

  

}



.nivo-directionNav a {
	position:absolute;
	top:60%;
	z-index:9;
	margin-top:-20px;
	cursor:pointer;
	width:70px;
	height:70px;
	text-indent:-9999px;
}

.nivo-prevNav {
	background:url(BB_l.png) no-repeat;
	left:470px;
}

.nivo-nextNav {
	background:url(BB_r.png) no-repeat;
	right:470px;
}


.nivo-controlNav a.active {

}



.nivo-controlNav {
    position: absolute;
    left: 14.5%;
	top: 580px;
	margin-left: 200px;
    z-index:4000;
    width:280px;
    text-align:center;
    height: 24px;

}

.nivo-controlNav a {
    
    display: inline-block !important;
    width: 28px;
    height: 24px;
    background: url(main_nor.png) no-repeat ;
    text-indent: -9999px;
    margin:0px 16px;
    border:0;
    cursor:pointer;
    font-size:0px;
}

.nivo-controlNav a.active {

	background: url(main_over.png) no-repeat ;

}
