/* * SLIDE CONTAINER * */
#slidedeck_frame {
	width: 900px;
	height: 251px;
	padding: 23px 0 20px 0;
}
#slidedeck_frame dl {
	width: 900px;
	height: 251px;
	margin: 0;
	background-color:transparent;
}
.slidedeck{
	background-color:transparent;	
}	

/* * THE SPINES * */
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	line-height:15px\9;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background:url('../img/slideDeck/spines.gif') bottom left;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
}
	.slidedeck dt:hover {
		background-position: center left; /* background position changes on hover for spines.png */
	}
	.slidedeck dt.active, .slidedeck dt.active:hover {
		cursor: default;
		background-position: bottom left; 
	}
	.slidedeck dt#planningTitle{
		background:url('../img/slideDeck/spine-planning.gif') bottom left;
		opacity: 0.8;
		-moz-opacity: 0.8; /* older Gecko-based browsers */
		filter:alpha(opacity=80); /* For IE6&7 */
	}
	.slidedeck dt#planningTitle:hover {
		background-position: center left; 
		cursor:pointer;
	}
	.slidedeck dt#relationshipTitle{
		background:url('../img/slideDeck/spine-relationship.gif') bottom left;
	}
	.slidedeck dt#relationshipTitle:hover {
		cursor:pointer;
		background-position: center left; 
	}

		
/* * THE SLIDE CONTENTS * */
.slidedeck dd {
	height: 251px;
}
	/* * SET BG IMAGES FOR ALL 4 SLIDERS * */
	.slidedeck dd#planningSlider{
		width:771px;
		height:251px;
		background:transparent url(../img/slideDeck/planning.jpg) no-repeat top left;
	}
	.slidedeck dd#designSlider{
		width:771px;
		height:251px;
		background:transparent url(../img/slideDeck/design.jpg) no-repeat top left;
	}
	.slidedeck dd#developmentSlider{
		width:831px;
		height:251px;
		background:transparent url(../img/slideDeck/development.jpg) no-repeat top left;
	}
	.slidedeck dd#relationshipSlider{
		width:43px;
		height:251px;
		background:transparent url(../img/slideDeck/relationship-test.png) no-repeat top left;
		position:relative;
		z-index:10;
	}
	.slidedeck dd h3{
			color:#9F1D29;
			font-size:28px;
			text-transform:uppercase;
			margin:2px 0 0 0;
		}
	.slidedeck dd p{
		color:#000;
		font-size:14px;
		margin-bottom:5px;
	}
	
	.slidedeck dd .slideText{
		width:698px;
		height:70px;
		font-family:"Century Gothic", Arial, Helvetica, sans-serif;
		background-color:white;
		padding:5px 10px 5px 20px;
		margin-top:171px;
		opacity: 0.9;
		-moz-opacity: 0.9; /* older Gecko-based browsers */
		filter:alpha(opacity=90); /* For IE6&7 */
	}
		
	/* UNIQUE SLIDE TEXT BOX FOR RELATIONSHIP WITH BOTTOM RIGHT ROUNDED CORNER IMAGE */
	.slidedeck dd .slideTextRelationship{
		width:698px;
		height:70px;
		background:transparent url(../img/slideDeck/slide-text-bg.gif) top left no-repeat;		
		padding:5px 10px 5px 20px;
		margin-top:171px;
		opacity: 0.8;
		-moz-opacity: 0.8; /* older Gecko-based browsers */
		filter:alpha(opacity=80); /* For IE6&7 */
	}