.thumb-container,
.thumb-inner,
.thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height:100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}


.thumb-container {
		height: 200px;
		width: 200px;
		padding: 1px;
		border: 1px solid #e9e9e9;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        position: relative;
		margin: 0 20px 0 0;
		float: left;

}

.thumb-container:hover {
		border: 1px solid #cccccc;

}


.thumb-container a,
.thumb-container img {
	border: 0;
	margin: 0;
}


.thumb-center img,
.thumb-strip,
.thumb-icon {
	position: absolute;
}

.thumb-center img
{
	margin-left: 50%;
	margin-top: 50%;
}

.thumb-strip {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #222;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.thumb-icon {
	bottom: 0;
	height: 200px;
	right: 0;
	width: 200px;
	background:none;
}

.thumb-icon:hover {
	bottom: 0;
	height: 200px;
	right: 0;
	width: 200px;
	background:url(../images/magnify.png) 50% 50% no-repeat;
}
.thumb
{
	width: 200px;
	height: 200px;
	}

