
div.thumb{
    position:relative;
	width:225px;
	height:126px;
	margin:0px 0px;
	margin-bottom: 15px;
	overflow:hidden;
	border:2px solid #273b4c;
	float:left;
	padding: 1.25px; 
	background: #fff;
	font-size: 10pt;
}

div.Right a:link {
	color: #fff;
}

div.divLeft, div.divRight{
	width:112.5px;
	height:160px;
	overflow:hidden;
	position:relative;
    top:-160px;
	overflow:hidden;
	float:left;
}
div.divLeft{
	margin-right:0px;
}
div.divLeftImage{
	width:112.5px;
	height:100%;
	float:left;
}
div.divLeftShadow{
	width:10px;
	height:100%;
	float:left;
	background:transparent url('shadow.png') repeat-y 0 0;
}
div.divRight{
	width:112.5px;
	background-position:-112.5px 0;
}
.thumbnail-shadow {
	float:left;
	height:33px;
	position:relative;
	top: -320px;
	width:100%;
}

div.someContent{
	position:relative;
    width:220px;
	height:150px;
	padding:10px 0px 0px;
	font-size:13px;
	font-family:verdana;
	text-align:left;
	background:transparent url(thumbnail-overlay.png) no-repeat scroll 0px -167px;

}
div.someContent div.content{
	color:#fff;
	height:96px;
	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:2px 15px 15px 15px;
	position:relative;
	right:0;
	width:100px;
}

div.more a:link, a:active, a:visited{
	color: #09a2da;
	text-decoration:none;
	font-size: 9pt;
}

div.someContent a:hover {
	color: #fff;
}