/*
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_frame {
    position: relative;
	width: 656px;
	height: 314px;
        border: 1px solid #888;
        margin-right: 10px;
}
#slidedeck_frame dl {
    position: relative;
	width: 656px;
	height: 314px;
	margin: 0;
    padding: 0;
}			
.slidedeck dd {
    position: relative;
    height: 294px;
    padding: 0px 0px;
    margin: 0;
    background: url('images/slides.png') bottom left #d7d7d7 repeat-x;
    color: #000000;

}

.slidedeck dd span{
    position:absolute; z-index:3; padding:0px 0px 0 10px; text-align:justify; display:block;
    top:255px; left:20; width:650px; height:40px;
    color:white; font-size:12px;
    background:url('images/black_alfa.png');
}

.slidedeck dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('images/spines.png') top left #d7d7d7;
	color: #505050;
    margin: 0;
    padding: 0;
}
.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: Futura, 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('images/corner.png');
	width: 12px;
	height: 25px;
}