

		/*::::::::::::::: SLIDEDECK SLIDE STYLE (BEGIN) :::::::::::::::*/

		#slidedeck_frame {
			width: 646px;
			height: 224px;
			position: relative;
			overflow:hidden;
			border: 4px solid #00364f;
		}

		dl.slidedeck {
			position: relative;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			float: right;
			background: #ccc;
		}

		dl.slidedeck > dd {
			position: relative;
			margin: 0;

			overflow: hidden;
		}


		/*::::::::::::::: SLIDEDECK SLIDE STYLE (END) :::::::::::::::*/

		/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/

		div.caption{
			background: #000;
			background: rgba(0, 0, 0, 0.7);
			width: 50%;
			padding: 10px 20px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			color: #fff;
			position: absolute;
			top: 250px;
			left: 20px;
		}

		div.caption h3, div.caption p, div.title h3, div.title p{
			margin:0;
			padding:0;
			font-size: 12px;
		}

		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:646px;
			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('/js/slidedeck/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;
			top: 5px;
			margin: 0;
			padding: 0;
			list-style:none;
			z-index:10;
			right: 10px;
		}

		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('/js/slidedeck/images/galleryNav.png') -8px -60px no-repeat;
		}

		ul.galleryNav li.active a{
			background-position: -35px -60px;
		}

		/*::::::::::::::: VERTICAL NAVIGATION STYLE (END) :::::::::::::::*/

