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

.thumb_1, .thumb_2, .thumb_3, .thumb_4, .thumb_5, .thumb_6, .thumb_7, .thumb_8, .thumb_9, .thumb_10 {
	/*width: 176px;
	height: 170px;
	margin-left: 20px;*/
	font-size: 1em;
	/*float: left;
	text-align: center;*/
}
/*.thumb1, .thumb6 {
	margin-left: 10px !important;
}*/
.thumb_1 img, .thumb_2 img, .thumb_3 img, .thumb_4 img, .thumb_5 img, .thumb_6 img, .thumb_7 img, .thumb_8 img, .thumb_9 img, .thumb_10 img {
	width: auto;
	height:auto;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 3px;
}
.thumb1 img, .thumb5 img {
	/*border-bottom-color: #95C383;*/
	/*margin-left: 0px !important;*/
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

/*@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
*/
/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
}
