.picks {
	width: 668px;
	height: 321px;
	border: 1px solid #e8e8e8;
	background-color: #007ec4;	
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	
}

.hidden {
	display: none;
}

.picks .pickTitles {
	float: left;
}

.picks .pickMain {
	height: 100%;
	margin-left: 128px;
	padding: 0px;
	margin-top: -18px;
}

.picks .liveTeaser {
	background-position: top left;
	background-repeat: no-repeat;
}

.picks .liveTeaser .pickSummary {
	margin-left: 330px;
	color: #fff;
	padding-right:7px;
}

.picks .liveTeaser .pickSummary h2 {
	font-size: 16pt;
	line-height: 17pt;
	padding-top: 5px;
}

.picks .liveTeaser .pickSummary p {
	font-size: 9pt;
}

.picks .liveTeaser .pickPhotoCredit {
	position: absolute;
	top: 282px;
	left: 455px;
	font-size: 8pt;
	color: #fff;
}


.picks .liveTeaser .pickPhotoCredit .partnerLink {
        font-weight: bold;
        font-size: 9pt;
}
.picks .liveTeaser .pickPhotoCredit .partnerLink a {
        color: #000080;
}


.picks .liveTeaser .pickSummary a {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
}


.picks .teaserThumb {
	width: 128px;
	height: 63px;
	border: 1px solid #e8e8e8;
	padding: 0px;
	background-color: #fff;
}

.picks .teaserThumbSelected {
	width: 161px;
	height: 63px;
	margin-top: 0px;
	background: url(pickpointer.gif) top left no-repeat;
	border: none;
}

.picks .teaserThumbSelected .thumbTitle {
	padding-top: 10px;
	padding-left: 6px;
	width: 122px;
}

.picks .teaserThumb .thumbTitle {
	padding-top: 10px;
	padding-left: 5px;
	width: 122px;
}

.picks .teaserThumbSelected .thumbTitle a,
.picks .teaserThumb .thumbTitle a {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}

