@charset "utf-8";
/* CSS Document */

#the_seen {
	width: 100%;
	width: 780px;
	margin-left: -17px;
}
	.ts-tile {
		display: block;
		position: relative;
		float: left;
		width: 192px;
		height: 260px;
		border: solid 2px #fff;
		border-top: none;
		border-right: none;
		overflow: hidden;
	}
		.ts-info_bkgd {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 20;
			width: 100%;
			height: 100%;
			background: url('img/fff_alpha70.png') repeat;
		}
			.ts-ro, .ts-ro img {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 30;
				width: 100%;
				height: 100%;
				cursor: url('magnify.cur'), pointer;
			}
			.ts-info {
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 95%;
				padding: 5px;
			}
				.ts-date {
					margin: 0px;
					padding: 0px;
					font-size: 12px;
					color: #699;
					text-transform: lowercase;
				}
				.ts-title {
					font-size: 12px;
					text-transform: uppercase;
				}
				.ts-post {
					padding: 0px;
					margin: 0px;
					font-size: 12px;
					
				}
		.ts-image {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			.ts-image img {
			}

#enlarged {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 900;
	height: 100%;
	width: 100%;
	background: url(/_inc/img/fff_alpha80.png) repeat;
	cursor: pointer;
}
	#enlarged_item {
		position: absolute;
		top: 7%;
		left: 50%;
		margin-left: -100px;
		background: #fff;
		border: solid 1px #533019;
	}
