div.pt_content_item_container {
	float:left;
	border:0px solid #555555;
	width:110px;
	height:160px;
	margin:0 5px 5px 0;
	overflow:hidden;
	line-height:1.2em;
	text-align:left;
}

a.pt_content_item_caption_link {
	font-size:110%;
	font-weight:bold;
}

h4.pt_content_item_stat {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}

span.pt_content_item_stat_span {
	font-weight:bold;
}

.pt_media_thumb {
	width:100px;
	height:82px;
	border:1px solid black;
	display:block !important;
	background:no-repeat;
	background-position:50% 50%;
	float:left;
	margin:0px;
}
.pt_media_thumb:hover {
	border:1px solid #999999;
}

div.pt_spreader {
	clear:both;
}

.inside-div ul {
	margin-top: 20px;
}

.media-thumb {
	width: 82px;
	height: 82px;
	display: block !important;
	background: no-repeat;
	background-position: 50% 50%;
	float: left;
	margin: 5px;
	border: solid 1px black;
}

.mod_photo_thumbs ul {
	list-style-type: none;
}

.photoModFullItem {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E9E9E9;
}

.photoModFullItem_Last {
	border-bottom: none;
}