.podcastPreviewsPane {
	position: relative;
	/*background: white;*/
	/*border: 1px solid #666;*/
	margin-top: 5px;
	/*padding: 5px;*/
}

.podcastHolder {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}



.podcastPreview {
/*	float: left;*/
	padding: 5px;
}

.podcastHolder .podcastMover {
	position: absolute;
	width: 100%;
	height: 115px;
	left: 0px;
	top: 0px;
	margin: 3px;
}
.podcastMover {
	/*background-color: #999;*/
}
.podcastPreview img {
	border: 1px solid black;
	/*width: 105px;
	height: 105px;*/
	display: block;
}