#slidedeck_frame {
background: url('../g/back2.png') 0 0 no-repeat;
width: 772px;
height: 320px;
padding: 19px 19px;
}
#slidedeck_frame dl {
width: 733px;
height: 318px;
margin: 0;
background-color: #d7d7d7;
}			
.slidedeck dd {
padding: 0px 0px 0 15px;
border-right: 0 solid #d7d7d7;
background: url('../g/slides.png') transparent repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	background: url('../g/spines.png') top left #d7d7d7;
	background-color: #3349AB;
	color: #e3e3e3;
}
.slidedeck dt:hover {
color: #e8e8e8;
background-position: center left;
background-color: #2d4092;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
cursor: default;
color: #e8e8e8;
background-position: bottom left;
}
.slidedeck dt .index {
font-size: 24px;
font-weight: normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #e8e8e8;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #dedede;}
.slidedeck .activeCorner {
margin-left: -6px;
background-image: url('../g/corner.png');
background-image: none;
width: 12px;
height: 25px;
}

