#features {
	width:480px;
	height:341px;
	background-color:#000;
	border:1px solid #ccc;
	margin-bottom:20px;
        }

.featured {
	position:absolute;
	opacity:0;
	width:480px;
	height:341px;
	background-position:center center;
	text-shadow:#000 1px 1px 1px;
        }

.featured h1 {
	position:absolute;
	margin:140px 0 10px 10px; 
	padding:0;
	color:#fff;
	line-height:1em;
        }
        
#features2 {
	width:200px;
	height:250px;
	background-color:#000;
	border:1px solid #ccc;
	margin-bottom:20px;
        }

.featureb {
	position:absolute;
	opacity:0;
	width:200px;
	height:250px;
	background-position:center center;
	text-shadow:#000 1px 1px 1px;
        }

.featureb h1 {
	position:absolute;
	margin:140px 0 10px 10px; 
	padding:0;
	color:#fff;
	line-height:1em;
        }



#featured-nav {
	margin: -2px 0 20px 0;
        }

#featured-nav a {
	background:transparent url('/images/ads/fane.png') no-repeat;
	text-decoration:none;
	margin:0;
	padding:7px;
	margin:0 5px 0 0;
  	font-size:12px;
	width:25px;
  	color:#999;
	border:1px solid #ccc;
        }

#featured-nav a.selected {
	background:transparent url('/images/ads/fane-sel.png') no-repeat;
	text-decoration:none;
	color:#fff;
	text-shadow:#000 1px 1px 1px;
 }


