
#feature {
	float:left;
	padding:0 0 15px;
	width:610px;
}

#headline {
	height: 280px;
  	width:600px;
	overflow: hidden;
	position: relative;
	background-color:#ccc;
	border:1px solid #000;
}
	
#headline a:hover {
	text-decoration:none;
}
	
#headline .glidecontent {
	color: #eee;
	position: absolute;
	visibility: hidden;
	z-index: 0;
}

#headline .teaser-image {
 	width: 480px;
	height: 280px;
	line-height: 0;
	position: relative;
	z-index: 0;
}

#headline .teaser-image-small {
	left: 15px;
	width: 90px;
	height: 60px;
	line-height: 0;
	border:1px solid #d5006e;
	position: relative;
	z-index: 0;
}
	
*html #headline .teaser-image {
	display: inline;
}

#headline .teaser-main {
  	left:0;
	top: 218px;
	width: 480px;
	height: 62px;
	position: absolute;
}

#headline .teaser-main .overlay {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
	position: absolute;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.7;
	filter:alpha(opacity=50);
}

#headline .teaser-main .teaser-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#headline .teaser-main .teaser-title {
	margin: 0 10px;
	padding: 5px 0 4px 0px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: normal;
	position: relative;
}

#headline .teaser-main .teaser-text {
	margin: 0 10px;
	position: relative;
	font-size:10px;
	text-transform:uppercase;
	font-weight:200;
}

#headline .teaser-main .teaser-text p {
	margin: 0;
}

#headline .teaser-main a:link,#headline .teaser-main a:visited {
 	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color: #d5006e;
}

#headline .teaser-main a:hover {
	color: #eee;
	text-decoration:underline;
}
 
#headline .glidecontenttoggler { /* Style for DIV used to contain toggler links. */
	height:250px;
  	right: 15px;
	font-weight:bold;
	width: 115px;
	color: #fff;
	font-size: 12px; 
	position: absolute;
	padding-right:2px;
	padding-top:5px;
}
 
#headline .glidecontenttoggler a {
	padding:0px 0 4px 0;
	display: block;
	cursor: pointer;
}
 
#headline .glidecontenttoggler img:hover {
	border:1px solid #eee;
}
 
#headline .glidecontenttoggler .togglercontent {
	padding: 10px;
	font-weight: bold;
	border:none;
}
	
#headline .glidecontenttoggler .togglercontent a:hover {
	text-decoration:none;
	border:none;
}

#headline .glidecontenttoggler .togglertitle {
	margin: -2px 0 0 15px;
	line-height: 1.2em;
	display: block;
}
