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

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

#featured .info h2{ 
	font-size:18px; 
	font-family:Verdana;
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
	background:none;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}

#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;
}

