#slidedeck_frame {
	/*background: url('../slideshow/back.png') 0 0 no-repeat;*/
	width: 956px;
	height: 238px;
	padding: 0px 0px;
	margin-top:5px;
	margin-bottom:-20px;
	
	
}
#slidedeck_frame dl {
	width: 956px;
	height: 219px;
	margin: 0px;
}			
.slidedeck dd {
	padding: 10px 15px;
	/*border-right: 5px solid #d7d7d7;*/
	background-color:#989faf;
	background: url('../slideshow/slides.png') bottom left repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('../slideshow/spines.png') top left;
	color: #505050;
}
.slidedeck dt:hover {
	color: #000;
	/*background-position: center left;*/
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #505050;*/
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('../slideshow/corner.png');
	width: 12px;
	height: 25px;
}
