.thumbnail { 
	margin-right: 2px;
	float:left;
	width: 131px;
	height: 70px;
	position: relative;
	color: #FFFFFF;
}

.thumbWrapper {
	width: 665px;
	height: 70px;
	background-color: #FFFFFF;
	margin-top: 2px;
}

.thumbWrapper .last {margin-right: 0px;}

.photoSetWrapper {
	background-color: #FFFFFF;
}

.featuredImage { width:663px;  height: 354px; z-index:500;}

.thumbOverlay {
	background-image: url('../img/thumb-gradient.png');
	width: 131px;
	height: 70px;
	position: absolute;
	top: 0px; 
	left: 0px;
	z-index: 501;
	color: #000000;
} 

.thumbOverlay .text {
	margin-top: 34px;
	text-align: right;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 10pt;
}

.thumbWrapper a { text-decoration: none; }
.thumbWrapper a img { border: 0px; height:70px; width:131px; overflow:hide;}

.featuredImage .fi {
	display:none;
	position: relative;
}

.featuredImage .fi img {
    height:354px;
	width:663px;
	overflow:hidden;
}

.featuredImage .info {
	background-image: url('../img/fi-gradient.png');
	background-repeat: no-repeat;
	position: absolute; bottom:0px;
	left: 0px;
	height: 50px;
	width: 663px;
}

.featuredImage .info .summary {
	color: #FFFFFF;
	font-size: 14px;
	width: 350px;
	margin-right: 25px;
	position: absolute; left: 272px;
	top: 8px;
}

.featuredImage .info .summary a:link {color:#fff; text-decoration:none;} /* unvisited link */
.featuredImage .info .summary a:visited {color:#fff; text-decoration:none;} /* visited link */
.featuredImage .info .summary a:hover   {color:#fff; text-decoration:underline;} /* mouse over link */
.featuredImage .info .summary a:active  {color:#fff; text-decoration:none;} /* selected link */


.featuredImage .info .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	width: 245px;
	color: #FFFFFF;
	text-align: right;
	position: absolute; top: 8px; left: 10px;
        line-height:16px;
}
