.blogEntryContent{
	background: url(/gfx/design/box_300_mid.gif) repeat-y top right;
	width:300px;
	margin-top:10px;
}
.blogEntryContent .top{
	background: url(/gfx/design/photospex_300_top.gif) no-repeat top right;
	vertical-align:top;
}
.blogEntryContent .bottom{
	background: url('/gfx/design/box_300_bottom.gif') no-repeat bottom right;
	height:50px;
}
.blogEntryContent .title{
	font-weight: bold;
	color: #6A6A6A;
}
.blogEntryContent .timestamp{
	font-size:9px;
	color: #6A6A6A;
}
.blogEntryContent .rating{
	position:relative;
	padding: 5px 8px 5px 110px;
	z-index:10;
}
.blogEntryContent .ratingDone{
	position:relative;
	z-index:10;
	padding: 5px 8px 5px 80px;
}
.blogEntryContent .rating .title{
	font-weight:bold;
	float:inherit;
	color:#6A6A6A;
	font-size:10px;
}
.blogEntryContent .ratingDone .title{
	float:inherit;
	color:#6A6A6A;
	font-size:10px;
}
.blogEntryContent .rating .stars{
	margin-left:35px;
}
.blogEntryContent .ratingDone .stars{
	margin-left:35px;
}
.thumbContainer{
  position:relative;
  width:608px;
  height:100%;
}
.thumbEntry{
  position:relative;
  float:left;
  width:66px;
  height:50px;
  padding:5px 5px 0px 5px;
}
.thumbImage{
  width:66px;
  height:50px;
}
.thumbSpacer{
  position:absolute;
  top:5px;
  left:5px;
  width:66px;
  height:50px;
}
.pagingTable{
  position:absolute;
  left:5px;
  bottom:5px;
  width:595px;
}