.picks {
	width: 665px;
	height: 320px;
	overflow: hidden;
	background: url(../simg_celebrifi/picks_background.gif) top left no-repeat;
	position: relative;
}

.picks .hiddenImage {
	position: absolute;
	top: 16px;
	left: 380px;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 1;
}

.picks .liveTeaserImage {
	position: absolute;
	top: 16px;
	left: 380px;
	z-index: 5;
}

.picks .hiddenPhotoCredit,
.picks .liveTeaserPhotoCredit {
	position: absolute;
	top: 302px;
	left: 380px;
	font-size: 8pt;
	width: 265px;
	text-align: right;
}


.picks .hiddenPhotoCredit {
	display: none;
}

.picks .liveTeaserText {
	position: absolute;
	top: 16px;
	left: 16px;
	overflow: hidden;
	height: 170px;
	width: 355px;
	z-index: 5;
}

.picks .liveTeaserText a {
	font-size: 12pt;
}

.picks .liveTeaserText h2,
.picks .hiddenText h2 {
	color: #00adee;
	font-size: 18pt;
	line-height: 19pt;
}

.picks .liveTeaserText h4,
.picks .hiddenText h4 {
	font-size: 9pt;
	margin-top: 4px;
}

.picks .liveTeaserText h4 a,
.picks .hiddenText h4 a {
	color: #D03E95;
	font-size: 9pt;
}

.picks .liveTeaserText p,
.picks .hiddenText p {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 9pt;
	line-height: 11pt;
}

.picks .liveTeaserText a,
.picks .hiddenText a {
	font-weight: bold;
}

.picks .hiddenText {
	position: absolute;
	top: 16px;
	left: 16px;
	overflow: hidden;
	height: 160px;
	width: 355px;
	z-index: 1;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	display: none;
}



.picks .pickThumbs {
	position: absolute;
	width: 360px;
	height: 100px;
	top: 204px;
	left: 16px;
}

.picks .pickThumbs .thumbLeft,
.picks .pickThumbs .thumbRight {
	width: 30px;
	height: 100px;
	float: left;
	cursor: pointer;
}

.picks .pickThumbs .thumbLeft {
	background: url(../simg_celebrifi/pick_thumbs_left.gif) top left no-repeat;
}

.picks .pickThumbs .thumbLeft:hover {
	background: url(../simg_celebrifi/pick_thumbs_left_on.gif) top left no-repeat;
}

.picks .pickThumbs .thumbRight {
	background: url(../simg_celebrifi/pick_thumbs_right.gif) top left no-repeat;
}

.picks .pickThumbs .thumbRight:hover {
	background: url(../simg_celebrifi/pick_thumbs_right_on.gif) top left no-repeat;
}

.picks .pickThumbs .thumbWrapper {
	width: 300px;
	height: 100px;
	float: left;
	overflow: hidden;
	position: relative;
}

.picks .pickThumbs .thumbWrapper .thumbWrapperInner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 500px;	
}

.picks .pickThumbs .thumbWrapper .thumbWrapperInner .hiddenThumb,
.picks .pickThumbs .thumbWrapper .thumbWrapperInner .liveTeaserThumb {
	float: left;
}

.picks .pickThumbs .thumbWrapper .thumbWrapperInner .liveTeaserThumb img {
	border: 5px solid #00adee;
	width: 90px;
	height: 90px;
}
