			.gallery a {
				font-family:Verdana,Helvetica,sans-serif;
				font-size:10px;
				font-style:normal;
				font-size-adjust:none;
				line-height:1.4em;
				display:block;
				width:110px;
				height:115px;
				text-align:center;
				float:left;
				overflow:hidden;
				margin:5px;
				padding:1px;
				padding-top:5px;
				text-decoration:none;
				color:#666666;
				border:solid 1px #b8b8b8;
				background-color:#f4f5f5;
				opacity:0.87;
				filter:alpha(opacity=87);
			}
			.gallery a:hover{
				opacity:1;
				filter:alpha(opacity=100);
			}
			.gallery a img{
				border: none;
				height:100px;
				width:100px;
			}
