#modal-layer {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	display: none; }
#slideshow-modal {
	font-family: verdana;
	font-size: 11px;
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 1000;
	width: 800px;
	margin-left: -400px;
	display: none; }
	#slideshow-modal img.logo {
		float: left;
		margin-left: 50px; }
	#slideshow-modal ul.nav-tabs {
		float: right;
		z-index: 9999; }
		#slideshow-modal ul.nav-tabs li {
			position: relative;
			float: left; }
		#slideshow-modal ul.nav-tabs li.first {
			padding: 0 0 0 8px;
			background: transparent url("../images/slideshow/bg_slideshow-top-left.png") 0 0 no-repeat; }
		#slideshow-modal ul.nav-tabs li.first.active { background: transparent url("../images/slideshow/bg_slideshow-top-left-active.png") 0 0 no-repeat; }
		#slideshow-modal ul.nav-tabs li.last {
			padding: 0 8px 0 0;
			border: none;
			background: transparent url("../images/slideshow/bg_slideshow-top-right.png") 100% 0 no-repeat; }
		#slideshow-modal ul.nav-tabs li.last.active { background: transparent url("../images/slideshow/bg_slideshow-top-right-active.png") 100% 0 no-repeat; }
		#slideshow-modal ul.nav-tabs a {
			float: left;
			padding: 5px 20px;
			text-transform: uppercase;
			color: #ffffff;
			text-decoration: none;
			background: #8eb6d8; }
		#slideshow-modal ul.nav-tabs a:hover,
		#slideshow-modal ul.nav-tabs li.active a { background: #8eb6d8; }
		#slideshow-modal ul.nav-tabs ul {
			display: none;
			float: none;
			position: absolute;
			left: 0;
			top: 100%;
			width: 100%;
			z-index: 9999; }
			#slideshow-modal ul.nav-tabs ul li {
				float: none;
				border: none;
				border-bottom: 1px solid #8eb6d8; }
			#slideshow-modal ul.nav-tabs ul a {
				float: none;
				display: block;
				padding: 3px 0;
				text-align: center; }
			#slideshow-modal ul.nav-tabs ul li.leadrate a{
				padding: 0;
				height: 106px; }
			#slideshow-modal ul.nav-tabs li.active ul a { background: #8eb6d8; }
			#slideshow-modal ul.nav-tabs li.active ul a:hover { background: #8eb6d8; }
	#slideshow-modal #slideshow {
		position: relative;
		clear: both;
		width: 800px;
		height: 450px;
		overflow: hidden;
		z-index: 1000; }
	#slideshow-modal #slideshow img {
		width: 800px;
		height: 450px; }
	#slideshow-modal #toolbar {
		height: 34px;
		padding: 0 20px;
		letter-spacing: 1px;
		background: transparent url("../images/slideshow/bg_slideshow-toolbar.png") 0 0 no-repeat; }
		#slideshow-modal #toolbar p.caption {
			float: left;
			width: 345px;
			padding: 10px 0;
			color: #ffffff; }
		#slideshow-modal #toolbar p.progress {
			float: right;
			width: 345px;
			padding: 10px 0;
			color: #ffffff;
			text-align: right; }
		#slideshow-modal #toolbar ul.play-controls {
			float: left;
			width: 70px;
			padding: 7px 0 0 0; }
			#slideshow-modal #toolbar ul.play-controls li { float: left; }
			#slideshow-modal #toolbar ul.play-controls a {
				float: left;
				width: 20px;
				height: 20px;
				margin: 0 5px 0 0;
				text-indent: -8685px; }
			#slideshow-modal #toolbar ul.play-controls a.btn_prev { background: transparent url("../images/slideshow/left-arrow.gif") 0 0 no-repeat; }
			#slideshow-modal #toolbar ul.play-controls a.btn_next {
				margin: 0;
				background: transparent url("../images/slideshow/right-arrow.gif") 0 0 no-repeat; }
			#slideshow-modal #toolbar ul.play-controls a.btn_pause { background: transparent url("../images/slideshow/pause.gif") 0 0 no-repeat; }
			#slideshow-modal #toolbar ul.play-controls a.btn_play {
				display: none;
				background: transparent url("../images/slideshow/play.gif") 0 0 no-repeat; }