
#featured{ 
	border:1px solid #ccc; 
	display:none;
	padding:2px;
	background-color:#CCCCCC;
	font-size:11px;
}

#featured img{
margin:0;
padding:0;
border:none;
}


#featured div.info {
	-x-background-x-position:0;
	-x-background-y-position:0;
	background-attachment:scroll;
	background-image:url(js/img/transparent-bg.png);
	background-repeat:repeat;
	background:none;
	bottom:0;
	display:block;
	height:0;
	left:0;
	position:absolute;
	width:550px;

}

#featured .info h2{ 
	font-size:18px; 
	font-family:Verdana;
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
	background:transparent url(js/img/transparent-bg.png);
	background-image:none;
	
}
#featured .info p{ 
	background:none;
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:BurlyWood; 
}

#featured .info a:hover{ 
	text-decoration:underline; 
}

#featured .slideshow-filmstrip{
text-align:center;
display:block;
}

#featured .slideshow-filmstrip ul{
margin:0;
padding:0;
list-style-type:none;
}

#featured .slideshow-filmstrip ul li {
	display:inline;
}

#featured .slideshow-filmstrip ul li img {
border:2px solid;
}

#featured .slideshow-filmstrip li.selected img{
border:2px solid #CCCCCC;
}

.arrow-left{
width:20px;
height:20px;
background:url(js/img/prev.png) no-repeat;
}

.arrow-right{
width:20px;
height:20px;
background:url(js/img/next.png) no-repeat;
}


