#content .templates,
.templates {
	padding: 0;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	}
	#content .templates li,
	.templates li {
		float: left;
		margin: 0;
		list-style: none;
		border-right: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		}
		#content .templates li a,
		.templates li a	{
			position: relative;
			display: block;
			border: none;
			background: none;
			}
			#content .templates li img,
			.templates li img{
				display: block;
				}
		#content .templates li span,
		.templates li span{
			display: none;
			}
		#content .templates li a:hover span,
		.templates li a:hover span{
			/*
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 197px;
			height: 350px;
			cursor: pointer;
			opacity: .2;
			filter: alpha(opacity=20);
			background: #000;
			*/
			}
		#content .templates li a:hover em,
		.templates li a:hover em{
			/*
			position: absolute;
			left: 60px;
			top: 305px;
			width: 89px;
			height: 22px;
			cursor: pointer;
			background: url('/img/buttons/download.png') no-repeat;
			*/
			}

