
#pep_list_panel {
	float:left;
	width:790px;
}

#pep_thumbs {
	width:790px;
	overflow:hidden;	/* Don't change this */
	height:130px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
}

.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:200x;	/* Width of strip */
	padding:5px;	/* "Air" inside filmstrip div */
	position:absolute;
}

.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:5px solid #317082;	/* Green border around active thumbnail */
	padding:0px;
	
}

#pep_thumbs_inner{
	position:relative;	/* Never change this */
	width:1000px;
}	

.content {
    line-height: 16px;
    font-size: 11px;
	vertical-align: text-top;
}
  
.content p
  { margin: 0; }
  
.content a
  { color: #000; text-decoration:none; }
  
.content a:hover
  { color: #000; text-decoration:underline;  }  
.slide_thumbnail {
	float: left; vertical-align: text-top; padding: 0 5px 0 0; }

