/* Slide-show
-----------------------------------------------------------------------------------------------------------------------------*/
#banner .slider-show .out-image img{ width: 100%;height: 197px;}
/*#banner {
	position: relative;
	background: url('images/bg-repeat-slider.png') top repeat-x;
	padding-top: 10px;overflow: hidden;
    
}*/
#banner .slider-show .nivo-controlNav{
	position: absolute;
 	 width: 409px;
    height: 93px;
    z-index: 999;
    top: 167px;
    right: 100px;
    padding-left: 18px;
    background: url('images/bg-slider.png') center no-repeat;
}
#banner .slider-show .nivo-controlNav a.nivo-control{
	background: url('images/icon-nivo-control.png') no-repeat;
	background-position: -22px;
	width: 15px;
    height: 15px;
    padding-top:100px;
}
#banner .slider-show .nivo-controlNav a.active{
	background-position: 0px;
}
#banner .slider-show .theme-default .nivoSlider {

    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;  
}
