/*	-------------------------------------------------------------
 
	Fuzion Template - For ThemeForest.net
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Slideshow CSS
	Name:slideshow.css
	Version:1.0
	Date:January 5th, 2010
	By:Simon Bouchard <www.simonbouchard.com> 
  
-------------------------------------------------------------	*/

#slideshow {
	font-family: sans-serif;
	width:920px;
	height:250px;
	margin-left:0px;
	position:relative;
}
	
#slides {
	width:900px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background:#02416A;
	z-index:5;
	}

#slides ul {
	width:900px;
	height:250px;
	margin:0;
	list-style:none;
	background:url("../../images/bannerbg.jpg")  }
	
#slides ul li {
	width:900px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden; }
	
#slides ul li div {
	display:none; }

#slidesitems { 
	position:absolute;
	top:10px;
	right:0;
	z-index:20; }
	
#slidesitems ol {
	width:350px;
	margin:0;
	list-style:none; }
	
#slidesitems ol li {
	float:right;
	width:330px;
	height:41px;
	margin:3px 0 0;
	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:#575757 !important; }
	
#slidesitems ol li.on:hover {
	background-color:#02416A !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:2.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:25px;
	line-height:30px; }
	
#slidesitems ol li .default dt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px !important;
	text-shadow:1px 1px 0 #000;
	font-weight:200;
	border:none;
	text-align:left;
	background:url("../../images/bannerbg.jpg") no-repeat 96% 15px; }
	
#slidesitems ol li .default dd {
	display:none; }
	
#slidesitems ol li div.extended {
	position:relative;
	margin:0;
	padding:0; }
	
#slidesitems ol li .extended dl{
	width:400px;
	height:150px;
	margin:0;
	padding:0; }
	
#slidesitems ol li .extended dt {
	font-family: sans-serif;
	font-size:16px !important;
	padding:2px 0 0 0;
	text-shadow:0px 0px 0 #111e32;
	text-align:right; }
	
#slidesitems ol li .extended dd {
	text-indent:0;
	text-align:right;
	color:#D9D7D8;
	font-size:12px;
	margin:10px 0 0 0;
	letter-spacing:-0.1px; }
	
#slidesitems ol li a {
	color:#fff; }
	
#slidesitems ol li a:hover {
	border-bottom:1px solid #fff; }
