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

		a:active, a:focus { outline: none; }
		
		/*::::::::::::::: PAGE STYLE (END) :::::::::::::::*/
		
		/*::::::::::::::: SLIDEDECK SLIDE STYLE (BEGIN) :::::::::::::::*/
		
		#slidedeck_frame {
			width: 956px;
			height: 423px;
			position: relative;
			overflow:hidden;
			
			border: 2px solid #045e80;
    border-radius: 4px;
	box-shadow: 0px 2px 4px #888888;
		}
		
		dl.slidedeck {
			position: relative;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			float: right;
			background: #ccc;
		}
		
		dl.slidedeck > dd {
			position: relative;
			margin: 0;
			/*border-bottom: 1px solid #ccc;*/
			/*overflow: hidden;*/
		}
		
		dl.slidedeck dd.slide_1{
			background: url('../images/b1.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_2{
			background: url('../images/b2.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_3{
			background: url('../images/b3.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_4{
			background: url('../images/b4.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_5{
			background: url('../images/b5.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_6{
			background: url('../images/b6.jpg') center center no-repeat;
		}
		dl.slidedeck dd.slide_7{
			background: url('../images/b7.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_8{
			background: url('../images/b8.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_9{
			background: url('../images/b9.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_10{
			background: url('../images/b10.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_11{
			background: url('../images/b11.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_12{
			background: url('../images/b12.jpg') center center no-repeat;
		}
		dl.slidedeck dd.slide_13{
			background: url('../images/b13.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_14{
			background: url('../images/b14.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_15{
			background: url('../images/b15.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_16{
			background: url('../images/b16.jpg') center center no-repeat;
		}
		dl.slidedeck dd.slide_17{
			background: url('../images/b17.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_18{
			background: url('../images/b18.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_19{
			background: url('../images/b19.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_20{
			background: url('../images/b20.jpg') center center no-repeat;
		}
		
		dl.slidedeck dd.slide_21{
			background: url('../images/b21.jpg') center center no-repeat;
		}
		
		
		/*::::::::::::::: SLIDEDECK SLIDE STYLE (END) :::::::::::::::*/
		
		/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/
		
		div.caption{
			background: #ffffff;
			background: rgba(255, 255, 255, 0.8);
			width: 60%;
			padding: 10px 20px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			color: #bd0303;
			position: absolute;
			top: 340px;
			left: 20px;
		}
		
		div.caption h3, div.caption p, div.title h3, div.title p{
			margin:0;
			padding:0;
			font-size: 13px;
			font-weight:bold;
		}
		
		div.caption h3{
			font-size: 14px;
		}
		
		div.title{
			padding: 20px 0 0 20px;
			width: 50%;
		}
		
		div.title h3{
			font-size:22px;
			margin: 0 0 10px 0;
		}
		
		/*::::::::::::::: CAPTION STYLE (END) :::::::::::::::*/
		
		/*::::::::::::::: VERTICAL NAVIGATION STYLE (BEGIN) :::::::::::::::*/
		
		#slidedeck_frame:hover ul.galleryArrows{
			display:block;
		}
		
		ul.galleryArrows{
			position:absolute;
			display: none;
			margin: -14px 0 0;
			padding: 0;
			list-style:none;
			overflow:visible;
			top: 50%;
			width:950px;
			z-index:10;
		}
		
		ul.galleryArrows li{
			position: absolute;
			margin: 0;
			padding: 0;
		}
		
		ul.galleryArrows li a{
			display: block;
			position: relative;
			overflow: hidden;
			width: 27px;
			height: 0;
			line-height:30px;
			padding: 27px 0 0;
			background: url('../images/galleryNav.png') 0 0 no-repeat;
		}
		
		ul.galleryArrows li.next a{
			background-position: -27px 0;
		}
		
		ul.galleryArrows li.prev{
			left: 10px;
		}
		
		ul.galleryArrows li.disabled a{
			cursor: default;
		}
		
		ul.galleryArrows li.next.disabled a{
			background-position: -27px -27px;
		}
		
		ul.galleryArrows li.prev.disabled a{
			background-position: 0 -27px;
		}
		
		ul.galleryArrows li.next{
			right: 10px;
		}
			
		ul.galleryNav{
			position:absolute;
			bottom: 10px;
			margin: 0;
			padding: 0;
			list-style:none;
			z-index:10;
			left: 90%;
		}
		
		ul.galleryNav li{
			display:block;
			float:left;
			margin: 0;
			padding: 0;
		}
		
		ul.galleryNav li a{
			display:block;
			position:relative;
			overflow:hidden;			
			height:0;
			width:15px;
			line-height: 20px;
			padding: 15px 0 0;
			background: url('../images/galleryNav.png') -8px -60px no-repeat;
		}
		
		ul.galleryNav li.active a{
			background-position: -35px -60px;
		}
		
		/*::::::::::::::: VERTICAL NAVIGATION STYLE (END) :::::::::::::::*/