html

div.thumb{
    position:relative;
	width:80px;
	height:80px;
	margin:40px 40px;
	overflow:hidden;
	border:3px solid #313131;
	float:left;
}
div.divLeft, div.divRight{
	width:90px;
	height:160px;
	overflow:hidden;
	position:relative;
    top:-160px;
	overflow:hidden;
	float:left;
}
div.divLeft{
	margin-right:-10px;
}
div.divLeftImage{
	width:80px;
	height:100%;
	float:left;
}
div.divLeftShadow{
	width:10px;
	height:100%;
	float:left;
	background:transparent url('shadow.png') repeat-y 0 0;
}
div.divRight{
	width:40px;
	background-position:-40px 0;
}
.thumbnail-shadow {
	float:left;
	height:66px;
	position:relative;
	top: -640px;
	width:100%;
}

div.someContent{
	position:relative;
    width:80px;
	height:75px;
	padding:10px 0px 0px;
	font-size:12px;
	font-family:Arial;
	text-align:justify;
	background:transparent url(thumbnail-overlay.png) no-repeat scroll 50px -80px;

}
div.someContent div.content{
	color:#ffffcc;
	height:74px;
	font-size:11px;
	padding:0 10px 0 20px;
}
div.someContent div.more{
	background-image:url(readmore-bg.png);
	bottom:0;
	float:right;
	height:16px;
	padding:5px 5px 3px 20px;
	position:relative;
	right:0;
	width:45px;
}
a:link {font-family:Verdana; font-size:9px; color: #ffffcc;   text-decoration: none}
a:visited {font-family:Verdana; font-size:9px; color: #ff0000; text-decoration: none}
a:hover { font-family:Verdana; font-size:9px;  color: #ff0000; text-decoration:none
}
