:focus 			{ 		
	outline: 0; 
	}
#slideshow		{ 
	width: 996px;
	height:210px;
	margin: 0;
	overflow: hidden;	
	background-color:#000;
	float:left;
	}
	
#showcase		{
	width: 962px;
	height: 210px;
	overflow: hidden;
	float: left;
	background: #000;
	}
	
#showcase-loader img {
	margin: 80px 484px;
	}
	
#showcase .bigimage, #showcase-loader {
	position: absolute;
	width: 962px;
	height: 210px;
	overflow: hidden;
	}
	
#showcase .text {
	width: 212px;
	height:210px;
	position: absolute;
	left: 0;
	bottom: -1px;
	/* background: url("../images/background_transparent.png") 0 0 repeat; */
	overflow: hidden;
	}
	
#showcase .text h2 {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	margin: 5px 20px 0 20px;
	}
	
#showcase .text p {
	color: #FFF;
	font-size: 11px;
	line-height: 17px;
	margin: 5px 20px 5px 20px;
	}
	
#showcase .text a {
	color: #4cadd9;
	}
	
#showcase-nav {
	width: 25px;
	overflow: hidden;
	float: right;
	}
		
#showcase-nav ul {
	list-style: none;
	padding:0;
	margin: 0;
	width:25px;
	float:right;
	}
	
#showcase-nav li {
	margin: 0 0 3px 0;
	padding:0;
	height:23px;
	width:23px;
	float:left;
	clear:both;
	} 
	
#showcase-nav a {
	display: block;
	width: 23px;
	overflow: hidden;
	background-image:url(../images/numberBg.jpg);	
	text-decoration: none;
	height:23px;
	}
	
#showcase-nav a:hover { 
	background-image:url(../images/numberBgActive.jpg);
	height:23px;
	width:23px;
	}
	
#showcase-nav .text {
	display: block; 
	font-size: 11px; 
	font-weight: 800; 
	color: #EEE; 
	width: 16px; 
	height:20px;
	overflow: hidden; 
	float: left; 
	padding:3px 0 0 7px; 
	}
	
#showcase-nav .last a { 
	border: 0; 
	}
	
#showcase-nav .active a { 
	background-image:url(../images/numberBgRep.jpg);
	background-repeat:repeat-y;
	}
	
#showcase-nav .active a .text { 
	color: #EEE; 
	}
















