body {
	/*overflow: hidden;*/
}

#content {
	padding-top:74px;
	margin:0 auto;

}
	

	#content .frontslider {
		box-shadow: 'rgba(121, 149, 44, 0.3) 0px 0px 10px 0px';	
	}

	#content figure{
		margin-top: 35px;
		text-align: center;
	}
		#content figure img{
			max-width: 100%;
		}
			
		#content figure figcaption{
			line-height: 1.8em;
		}
		
		
	#content table.configuration {
		margin: 0 auto;
		border: 1px solid #000;
		border-collapse: collapse;
	}
	
		#content table.configuration th,
		#content table.configuration td{
			padding: 5px 15px;
			border: 1px solid #000;
		}
		
		#content table.configuration th{
			vertical-align: middle;
			background-color: #CBEEF3;
			white-space:nowrap;
		}
		
		#content table.configuration td{
			vertical-align: top;
			
		}
		
/*
SLIDER EXAMPLE
*/

		
		
		
