﻿#slidedeck_frame {
	background: url(/images/back.png) 0 0 no-repeat;
	width: 900px;
	height: 314px;
	padding: 28px 30px;
}
#slidedeck_frame dl { margin: 0; }			
.slidedeck dd {
	padding: 0;
	background: #fff;
}
.slidedeck dt {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: url(/images/transparent_spine.png) top right #d7d7d7;
	color: #f3f3f3;
	text-shadow: #4d4d4d 1px 1px 0px
}
.slidedeck dt span.customIndex{
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
}
.slidedeck dt:hover {
	color: #fff;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	background-position: bottom right;
}
.slidedeck dt .customIndex {
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url(/images/corner.png);
	width: 12px;
	height: 25px;
}

/********************************************************/
.slidedeck dt.first{ background-color: #252525; }
.slidedeck dt.first:hover{ background-color: #000; }
.slidedeck dt.second{ background-color: #51148b; }
.slidedeck dt.second:hover{ background-color: #732fb3; }
.slidedeck dt.third{ background-color: #023fa5; }
.slidedeck dt.third:hover{ background-color: #306ac9; }
.slidedeck dt.fourth{ background-color: #03915d; }
.slidedeck dt.fourth:hover{ background-color: #30b081; }
.slidedeck dt.fifth{ background-color: #b60005; }
.slidedeck dt.fifth:hover{ background-color: #d13c40; }
.slidedeck dt.sixth{ background-color: #d28b02; }
.slidedeck dt.sixth:hover{ background-color: #e6a934; }

.slidedeck .left_col,
.slidedeck .right_col{
	float: left;
}
.slidedeck .left_col{
	width: 397px;
}
.slidedeck .right_col{
	width: 190px;
}
.slidedeck .right_col{
	padding: 10px 10px 0 20px;
}
.slidedeck .right_col p{
	color: #6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom:10px;
	padding-top:10px;
}
