.align-center{
	text-align:center;
}

.left-product{
	margin: auto;
	float: left;
	width: 45%;
}

.right-product{
	margin: auto;
	float: right;
	width: 45%;
}

.products-row{
	width: 100%;
	
}

.product-image{
	margin: auto;
	width: 150px;
	height: 150px;
}

.product-name{
	font-weight: bold;
	line-height: 1.2em;
}

.product-description{
	font-style: italics;
	line-height: 1.2em;
}

.product-attributes{
	font-weight: italics;
	line-height: 1.2em;
}

.main-slider-images{
	width: 50% !important;
	margin: auto;
}

.primary-image-home{
		width: 50% !important;
		height: 50% !important;
}

.home-button-important{
	border: none;
	background-color:transparent;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #aaaaaa;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	
}









