
/* CARROUSEL */
#slideShowContainer { 
    width:495px; overflow:hidden; zoom:1; 
    padding:0 0 13px 8px; margin:0 0 0 -8px; 

}
#slideShow { height:265px; margin:0; border:1px solid #999; border-bottom:0px none; z-index:1; list-style-type:none; overflow:hidden; padding:0; }
#slideShow li { width:493px; height:100%; position:relative; }
#slideShow a { display:block; height:265px; width: 493px; margin:0; text-decoration:none; }

#slideShow .slideLegend  { position:absolute; bottom:0; height:50px; background:rgba(0,0,0,.5); width:100%; padding:10px 0; width: 493px; }
#slideShow .slideLegend a.title {font:normal 18px "Lucida Grande","Lucida Sans",Tahoma,Arial,Sans-Serif; text-decoration:none; display:block; padding:0 22px; width:449px; height:70px; color:#FFF;}
#slideShow .slideLegend .description {font:normal 12px "Lucida Grande","Lucida Sans",Tahoma,Arial,Sans-Serif; color:#333; display:block; padding:0 22px; width:449px; height:150px; text-decoration:none;}

#navSlideShow { height:38px; padding:0; margin:0; overflow:hidden; z-index:2; list-style-type:none; }
#navSlideShow li { 
	float:left; width:165px; height:38px; padding:0; margin:0; 
	background: rgb(104,104,104); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(104,104,104,1) 0%, rgba(68,68,68,1) 100%, rgba(85,85,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,104,104,1)), color-stop(100%,rgba(68,68,68,1)), color-stop(100%,rgba(85,85,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(68,68,68,1) 100%,rgba(85,85,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(68,68,68,1) 100%,rgba(85,85,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(68,68,68,1) 100%,rgba(85,85,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(104,104,104,1) 0%,rgba(68,68,68,1) 100%,rgba(85,85,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#555555',GradientType=0 ); /* IE6-9 */	
}

#navSlideShow li.navSlide3 { width:165px; }
#navSlideShow li.navSlide2 { width:247px; }
#navSlideShow li.navSlide1 { width:495px; }

#navSlideShow a { 
	display:block; height:15px; 
	border-right:1px solid #FFF;
	color:#FFF; text-decoration:none; 
	padding:3px 6px 0; margin:10px 0 0; 
	text-align:center; font:normal 12px "Lucida Grande","Lucida Sans",Tahoma,Arial,Sans-Serif; 
	cursor:pointer; 
}
/* #navSlideShow li#lastnav { width:163px; } */
#navSlideShow li#lastnav a { border:none; }
#navSlideShow li.activeSlide a { font-weight:bold; }	
#navSlideShow li.activeSlide { position:relative; }
#navSlideShow li.activeSlide:after { 
	
	border: solid transparent;
	content:" ";
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	top: 0;
	left:50%;
	margin: 0 0 0 -6px;	
	height: 0; width: 0;
	position: absolute;
	pointer-events: none;
} 

#navSlideShow .slideLegend a.title { display:block; height:36px; color:#FFF; text-decoration:none; display:block; padding:12px 6px 0 0; margin:0; text-align:center; font:normal 12px "Lucida Grande","Lucida Sans",Tahoma,Arial,Sans-Serif; cursor:pointer; }

 
