/********************
 * THUMBNAIL
 ********************/
.thumbnail {
	float: left;
	width: 110px;
	height: 110px;
	text-align: center;
	background-color: #f0f3f4;
	border: 1px solid #cccccc;
	margin: 10px 10px 0 0;
}

.thumbnail p {
	margin: 0 0 -50px 0;
	padding: 0;
	width: 100%;
	height: 50%;
	float: left;
}

.thumbnail a,
.thumbnail a:hover {
	border: 0;
}

.thumbnail img {
	float: none !important;
	margin: 0 auto;
}


/********************
 * BIG
 ********************/
.big {
	float: left;
	width: 650px;
	height: 490px;
	text-align: center;
	background-color: #f0f3f4;
	border: 1px solid #666666;
	margin: 5px 5px 0 0;
}

.big p {
	margin: 0 0 -50px 0;
	padding: 0;
	width: 100%;
	height: 50%;
	float: left;
}

.big img {
	float: none !important;
	margin: 0 auto;
}


/********************
 * BIG_POPUP
 ********************/
.big_popup {
	float: left;
	width: 650px;
	height: 490px;
	text-align: center;
	background-color: #f0f3f4;
	border: 0;
	margin: 0 0 0 0;
}

.big_popup p {
	margin: 0 0 -50px 0;
	padding: 0;
	width: 100%;
	height: 50%;
	float: left;
}

.big_popup img {
	float: none !important;
	margin: 0 auto;
}