* {margin: 0; padding: 0;}


#rightside p.thumb_v {
	float:left;
	margin:13px;
	border:1px solid #999;
	background-color:#FFFFFF;
	padding:5px;
}
#rightside p.thumb_v a {
	display:block;
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#rightside p.thumb_v a img {
	float:left;
	position:absolute;
	top:-20px;
	left:-20px;
}
#rightside p.thumb_h {
	float:left;
	margin:13px;
	border:1px solid #999;
	background-color:#FFFFFF;
	padding:5px;
}
#rightside p.thumb_h a {
	display:block;
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#rightside p.thumb_h a img {
	float:left;
	position:absolute;
	top:-20px;
	left:-50px;
}
/*
.img-shadow {
	float:left;
	background: url(drop_border.png) no-repeat bottom right !important;
	background: url(drop_border.gif) no-repeat bottom right;
	margin: 5px 0 0 15px !important;
	margin: 5px 0 0 10px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -10px 6px 6px -6px;
	padding: 4px;
}
*/

