/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/

.slidedeck
{
    background:#000;
    max-height:300px;
}
#slidedeck_frame {
    position: relative;
	background: url('back.png') 0 0 no-repeat;
	width: 994px;
	height:300px;
	
}
#slidedeck_frame dl {
    position: relative;
	width:994px;
	height: 300px;
	margin: 0;
    padding: 0;
}			
.slidedeck dd {
    position: relative;
	height: 294px;
    margin: 0;
	border-right: 5px solid #000;
	background: #000;
}
.slidedeck dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*background: url('spines.png') top left #d7d7d7;*/
	background:#202020;
	color: #fff;
    margin: 0;
    padding: 0;
    border-top:solid 1px #000;
    text-shadow:0 0 1px #CCCCCC;
}
.slidedeck dt:hover {
	color: #fff;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
	border-right:solid 1px #000;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: 0px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}
