@charset "utf-8";
/* CSS Document */

			#wrapper {
				width: 100%;
				height: auto;
				position: relative;
				overflow:hidden;
			}
			.caroufredsel_wrapper {
				width: 100% !important;
				height: 550px;
			}
			#carousel div {
				width: 100%;
				height: auto;
				overflow: hidden;
				float: left;
			}
			#carousel div.slide {position: relative;}
			#sensor {position: absolute;height:100px; background:none; bottom:0; width:100%;}
			#carousel div.slide div.slidedesc{position: absolute;width:956px;}
			.slidedesc h1{font-size:40px;color:#FFF;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); padding:10px 15px; max-width:35%; background-color:rgba(235,84,10,0.9);background-image: url(../images/slideshows/nivo/lines.png); line-height:0.9em}
			.pad p {margin-top:0; color:#FFF;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); font-size:14px; padding:15px 15px; max-width:45%; height:auto; background-color: rgba(235,84,10,0.9);margin-left:-956px; background-image: url(../images/slideshows/nivo/lines.png);}
			.more { display:block;margin:15px 0 5px 0;}
			.more span {background-color:#000; padding:5px 10px; border-radius:3px; font-size:90%;color:#fff}
			#carousel div img {
				width: auto;
				height: auto;
				min-width: 100%;
				min-height: 100%;
			}
			 #navi{
				background-color: rgba(30, 30, 30, 0.8);
				-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1E1E1E,endColorstr=#CC1E1E1E);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1E1E1E,endColorstr=#CC1E1E1E);
				zoom: 1;
				border-top: 1px solid #000;
				width: 100%;
				height: 70px;
				position: absolute;
				bottom: -67px;
				left: 0;
				z-index: 10;
			}
 			#timer {
				background-color: #EB540A;
				width: 0;
				height: 5px;
				position: absolute;
				z-index: 20;
				top: 0;
				left: 0;
			}
		 #prev,  #next,  #play {
			display: block;
			position: absolute;
			z-index: 30;
		}
		 #prev,  #next {
			width: 47px;
			height: 47px;
			top: 13px;
		}
		 #play {
			width: 53px;
			height: 53px;
			top: 10px;
			background: url(../images/slideshows/fwslider/pause.png) 0 0 no-repeat transparent;
			left: 50%;
			margin-left: -27px;
		}
		 #play.paused {
			background: url(../images/slideshows/fwslider/play.png) 0 0 no-repeat transparent;
		}
		 #prev {
			background: url(../images/slideshows/fwslider/prev.png) 0 0 no-repeat transparent;
			left: 44%;
			width: 53px;
			height: 53px;
			top: 10px;
		}
		 #next {
			background: url(../images/slideshows/fwslider/next.png) 0 0 no-repeat transparent;
			right: 44%;
			width: 53px;
			height: 53px;
			top: 10px;
		}