#toptumbs
{
	text-align: center;
	padding-right: 5px;
	height: 249px;
	overflow: hidden;
}
#toptumbs a
{
	border: 1px solid #ff48a5;
	display: block;
	float: left;
	width: 90px;
	height: 120px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#toptumbs img
{
	width: 90px;
	height: 120px;
	border: none;	
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;
}
#toptumbs a:hover img
{
    filter:none;
    -moz-opacity:1;
    opacity:1;
}

#bottomtumbs a
{
	border: 1px solid #ff48a5;
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#bottomtumbs a img
{
	border: none;
}