/* =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;
}

.photo_container
{
	width: 645px;
	height: 126px;
}

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

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

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


.container .linksbox_main {
	float: inherit;
	height: 645px;
	width: 248px;
	clear: inherit;
}

/* =Container Grid  ContainerColumns= >> Subcolumns. Here you define the specs of your subcolumns
----------------------------------------------------------------------------------------------------------*/
.grid_photo {
	float: left;
	width: 189px;
	height: 126px;
	margin-left: 19.5px;
}

.grid_illi {
	float: left;
	width: 189px;
	height: 284px;
	margin-left: 19.5px;
}

.photo_thumb {
	clear: both;
}

.photo_container .grid_photo .photo_thumb .prefix_photo {
	width: 189px;
	height: 126px;
}


	/* This is the spacer - feel free to change the height */
.spacer {
	height:30px;
	width: 645px;
	clear: inherit;
}

.mini_spacer {
	height: 10px;
	width: 645px;
	clear: inherit;
}