div.fd0{ /* featured shows container */
	position:relative;
	width:590px;
	height:140px;
	margin:0px;
	padding:0px;
	/* background-color:#202020; */
	text-align:center;
}
div.fd1{ /* left arrow */
	margin:5px;
	float:left;
}
div.fd2{ /* 3 thumbnails fixed reference*/
	overflow:hidden;
	float:left;
}
div.fd3{ /* right arrow */
	margin:5px;
	float:right;
}
div.fd211{ /* each thumbnail */
	width:160px;
	height:125px;
	margin:5px;
	text-align:center;
	color:#b0b0b0;
	overflow:hidden;
	float:left;
	border:dotted 1px #404040;
}
div.fd211 p{
	margin-top:2px;
}
div.fd211 img
  {
  display: inline;
  border: 1px solid #546203;
  }

div.fd211 a
{
	color:#FFFFFF;
	font-weight:normal;
}
div.fd211 a:link{color:#FFFFFF;}
div.fd211 a:visited{color:#FFFFFF;}
div.fd211 a:hover{color:#deff00;}
div.fd211 a:active{color:#FFFFFF;}
  
div.fd211 a:hover img
  {
  border: 1px solid #deff00;
  }

