﻿            #slidedeck_frame {
                width: 560px;
                height: 300px;
                position: relative;
                overflow: hidden;
            }
			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('/publishingimages/sotsMontage.jpg') center center no-repeat;
			}

			dl.slidedeck dd.slide_2{
				/*background: url('/publishingimages/shopMaryland.jpg') center center no-repeat;*/
			}

			dl.slidedeck dd.slide_3{
				/*background: url('/publishingimages/MDgovBudgetMontage.jpg') center center no-repeat;*/
			}

			dl.slidedeck dd.slide_4{
				/*background: url('/publishingimages/winter-banner.jpg') center center no-repeat;*/
			}
			
			dl.slidedeck dd.slide_5{
				/*background: url('/publishingimages/chopchopmaryland.jpg') center center no-repeat;*/
			}

		/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/
		
		div.caption{
			background: #000;
			background: rgba(150, 150, 150, 0.7);
			width: 100%;
			padding: 10px 0 10px;
			color: #fff;
			position: absolute;
			bottom: 0px;
		}
		
		div.caption h3, div.caption p, div.title h3, div.title p{
			margin:0;
			padding:0 20px;
			font-size: 12px;
		}
		
		div.caption h3{
			font-size: 14px;
			color: white;
		}
		
		/*::::::::::::::: CAPTION STYLE (END) :::::::::::::::*/
		/*::::::::::::::: VERTICAL NAVIGATION STYLE (BEGIN) :::::::::::::::*/
		
		ul.slidedeckNav{
			position:absolute;
			bottom: 15px;
			margin: 0;
			padding: 0;
			list-style:none;
			z-index:10;
			right: 15px;
			font-size: 11px;
			line-height: 11px;
		}
		
		ul.slidedeckNav li{
			display:block;
			float:left;
			margin: 0;
			padding: 0;
		}
		
		ul.slidedeckNav li a{
			display:block;
			position:relative;
			overflow:hidden;
			width:15px;
			padding: 6px 3px;
			text-align: center;
			margin-left: 5px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			color: #000;
			text-decoration:none;
			background: #ccc;
		}
		
		ul.slidedeckNav li.active a{
			color: #fff;
			background: #555;
		}