/* =Container(s) this is the main table, in here you can define which proportions your website has to have.
----------------------------------------------------------------------------------------------------------*/
.container
{
	margin-left: auto;
	margin-right: auto;
	width: 645px;
	margin-top: 15px;
}

.illi_container
{
	width: 645px;
	height: 190px;
}


/* =Grid >> Global specs of the grid
----------------------------------------------------------------------------------------------------------*/
.illi_thumb_box {
	float: left;
	width: 116px;
	height: 190px;
}
	
.header {
	width: 645px;
}

/* =Grid >> Container Columns
----------------------------------------------------------------------------------------------------------*/


.grid_illi {
	float: left;
	width: 116px;
	height: 190px;
	margin-left: 43px;
}


.photo_container .grid_photo .photo_thumb .prefix_illi {
	width: 116px;
	height: 190px;
}

	
	/* This is the spacer  */
.spacer {
	height:30px;
	width: 645px;
	clear: inherit;
}
.thumb_button {
	float: left;
	height: 21px;
	width: 645px;
}
