#slideshow {background: transparent;padding:0px 0 5px 10px;}
	/*#slideshowviewer {width:700px; background-color:#f3f3ea;padding:10px;}*/
	#home #slideshow{padding-top:2em;}

/*may need to write more specific selectors and properties for the splash page slideshows, because they are going to be only 7 column gird class, or 540px wide total*/
#slideshow-wrap{border:10px solid #f3f3ea;width:654px;}

#featured { 
	width:432px; /*width of the featured image slide*/
	height:240px;
	position:relative;  
	background:transparent url('../images/home-mainslide.jpg') top left no-repeat;
	padding-right: 221px;
} 

#featured img{height:240px;width:432px;} /*use css to control size in case image not sized right by content provider*/

#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; right:0;
	list-style:none; 
	padding:0; margin:0;overflow-x: hidden; overflow-y:auto;
	width:238px; /*width of the tabbed-background sprite slice*/
	height:240px;
	z-index:1000; /*so the tab shows on top the image*/ background:transparent url('../images/tabbed-slideshow-sprite.png') 0px 0 no-repeat
	
}

#featured ul.ui-tabs-nav li{ 
	font-size:12px;padding-left:9px;line-height:15px; margin-bottom:0;
	color:#000;  
}
/*only use this if have a thumb in the nav tabbed list to right
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:0px solid #eee;
}*/

#featured ul.ui-tabs-nav li strong{ 
	font-size:1.25em; line-height:1.25em;
	font-weight:bold; font-style:normal;
	font-family: "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; overflow:hidden;
	height:50px;padding:5px 5px 5px 13px;width:220px;
	color:#222;
    text-decoration:none;
	font-size:.9em; font-style:italic; 
	font-family:"Lucida Bright", Cambria, Georgia, Garamond, Berkeley, serif;
}

#featured ul.ui-tabs-nav li#nav-tab-1 a{font-size:1.2em;line-height:1em;} /*makes the first welcome tab bigger*/
	#featured ul.ui-tabs-nav li#nav-tab-1 strong{font-style:italic;}

#featured li.ui-tabs-nav-item a:hover{text-decoration:none; color:#fff;
	background:transparent url('../images/tabbed-slideshow-sprite.png') -486px 0 no-repeat;}

#featured li.ui-tabs-selected{ 
	background:transparent url('../images/tabbed-slideshow-sprite.png') -238px 0 no-repeat;		
}
#featured ul.ui-tabs-nav li.ui-tabs-selected {}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	color:#fff;
}
#featured .ui-tabs-panel{ 
	height:240px; width:238px;
	position:relative;z-index:0;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:60px; 
	background: url('../images/transparent-bg-black.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	display:block;width:408px;margin:0;padding:6px 12px; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif; font-size:1em; line-height:1.5em; font-weight:bold;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}

#featured .info a:hover, #featured a:hover p { 
	text-decoration:underline; color:#fb3
}
#featured .ui-tabs-hide{ 
	display:none; 
}