/* CSS Document */
.thumb img { filter:alpha(opacity=70);	-moz-opacity: 0.70;	opacity: 0.70; border: none; }
a.thumb:hover img {	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;	border: none; }
	.mask {
		overflow:hidden;
		position:relative;
	}
	.border {
		border: 1px solid #C3C3C3;
		padding: 4px;
		float:left;
		margin: 4px;
	}
	a img {
		border:none;
	}
	.content {
		width: 400px;
		/*margin: 0px auto;*/
		/*margin: 0px auto;*/
		text-align:left;
		border:1px solid #C3C3C3;
		padding: 10px;
	}
a.btndelete{
background-color:#4A5A69;
color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
display:block;
}
a.btndelete:hover{
color:#FF0000;
text-decoration:none;
display:block;
}
