/*	-------------------------------------------------------------
 
	Slideshow template for TheAEDGroup.com
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Slideshow CSS
	Name:slideshow.css
	Version:1.0
	Date:Oct 14th, 2010
	By:John Carroll <www.theaedgroup.com> 
  
-------------------------------------------------------------	*/

#slideshow {
	font-family:"Droid Sans Regular", sans-serif;
	width:960px;
	height:429px;
	clear:both;
	position:relative;
	background:#fff url("../images/slideshow_shadow.png") no-repeat bottom center; }
	
#slides {
	width:960px;
	height:429px;
	position:absolute;
	top:0;
	left:0;
	background:#ccc;
	z-index:5; }

#slides ul {
	width:960px;
	height:429px;
	margin:0;
	padding:0;
	list-style:none;
	background:#ccc; }
	
#slides ul li {
	width:960px;
	height:429px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden; }
	
#slides ul li div {
	display:none; }

#slidesitems { 
	position:absolute;
	top:5px;
	right:0;
	z-index:20; }
	
#slidesitems ol {
	width:550px;
	margin:0;
	list-style:none; }
	
#slidesitems ol li {
	float:right;
	width:330px;
	height:41px;
	margin:5px 0 0;
	padding-left:20px;
	position:relative;
	background-color:#000;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px; }
	
#slidesitems ol li:first-child{
	margin:0; }
	
#slidesitems ol li:hover {
	background-color:#242424 !important; }
	
#slidesitems ol li.on:hover {
	background-color:#0d4f7f !important; }
	
#slidesitems ol li.on {
	cursor:default;
	background-image:none; }
	
#slidesitems ol li dl {
	margin:0;
	padding:0 0 0 20px; }
	
#slidesitems ol li dt {
	display:block;
	padding:1px 0 0 0;
	font-weight:normal;
	letter-spacing:-0.5px;
	color:#fff; }
	
#slidesitems ol li.on dt {
	font-size:3.5em !important;
	text-align:right; }
	
#slidesitems ol li dd {
	padding:0; }
	
#slidesitems ol li .default dl {
	width:310px;
	margin-left:-200%;
	padding-left:680px;
	height:41px;
	line-height:41px; }
	
#slidesitems ol li .default dt {
	font-family:"Droid Sans Bold", sans-serif;
	font-size:18px !important;
	letter-spacing:0px;
	text-shadow:1px 1px 0 #000;
	font-weight:normal;
	border:none;
	text-align:left;
	background:url("../images/icon_plus_white.gif") no-repeat 96% 15px; }
	
#slidesitems ol li .default dd {
	display:none; 
	}
#slidesitems ol li .extended dd span {
	color:#fff; 
	}	
#slidesitems ol li div.extended {
	position:relative;
	margin:0;
	padding:0; }
	
#slidesitems ol li .extended dl{
	width:482px;
	height:150px;
	margin:0;
	padding:0; 
	}
	
#slidesitems ol li .extended dt {
	font-family:sans-serif;
	font-size:26px !important;
	padding:0px 0 0 0;
	text-shadow:1px 1px 0 #111e32;
	text-align:right; }
	
#slidesitems ol li .extended dd {
	text-indent:0;
	font-family:sans-serif;
	text-align:right;
	color:#a8d7ed;
	font-size:13px;
	margin:15px 0 0 0;
	letter-spacing:-0.2px; }
	
#slidesitems ol li a {
	color:#fff; }
	
#slidesitems ol li a:hover {
	border-bottom:1px solid #fff; }