/*

 * 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:1000px;
  height:322px;
  overflow:hidden;
  margin:0 auto;
 }

#nivo_slider_plugin {
  width:1000px;
  height:322px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
                
}



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

	z-index:9;

	margin-top:-20px;

	cursor:pointer;

	width:21px;

	height:30px;

	text-indent:-9999px;

}

.nivo-prevNav { /* 左輪撥圖箭頭設定 */

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

	left:0px;

}

.nivo-nextNav { /* 右輪撥圖箭頭設定 */

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

	right:0px;

}


.nivo-controlNav a.active {

}



.nivo-controlNav { /* 主要切換鍵位置設定 */
    position: absolute;
    left: 0%;
    top: 275px;
    margin-left: 0px;/* 大圖寬-320=離左多少 */
    z-index:4000;
    width:1000px;
    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;
    border:0;
    cursor:pointer;
    font-size:0px;
}

.nivo-controlNav a.active {

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

}