.product-slideshow {
	margin-top: 30px;
}

.product-animation {
	width: 100%;
	position: relative;
	min-height: 200px;
}

.product-animation-left .product-animation-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #4a9dc5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#4a9dc5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#4a9dc5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#4a9dc5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#4a9dc5 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%,#4a9dc5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4a9dc5',GradientType=1 ); /* IE6-8 */
}

.product-animation-right .product-animation-content {
	background: #4a9dc5; /* Old browsers */
	background: -moz-linear-gradient(left, #4a9dc5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4a9dc5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #4a9dc5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #4a9dc5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #4a9dc5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #4a9dc5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9dc5', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */	
}

.product-animation-content {
	display: none;
	padding: 5px;
	text-align: left;
	position: absolute;
}

.product-animation-content h2, .product-animation-content h3, .product-animation-content h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: sans-serif;
}

.product-animation-content h2 {
	color: #317CA0;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.product-animation-content h3 {
	color: #56A4C9;
	font-weight: bold;
	font-size: 16px;
}

.product-animation-content h4 {
	color: #CD0006;
	font-weight: normal;
    font-family: arial, Metrophobic, Nobile, arial, "Droid Serif", serif;
	font-size: 12px;
}

.product-animation-image {
	display: none;
	overflow: visible;
	position: absolute;
	z-index: 900;
	top: 0;
}

.product-animation-left .product-animation-image {
	right: 0;
}


.product-animation-right .product-animation-image {
	left: 0;
}

/* two callouts inside animation area */

.product-callout.great-products {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	text-align: center;
	margin: 74px auto;
}

.product-callout.great-products .line1 {
	color: #5097D0;
}

.product-callout.great-products .line2 {
	color: #267FC5;
	padding-left: 30px;
}

.product-callout.great-products .line2 span {
	color: #F14042;
	text-decoration: underline;
}


.product-callout.priceless-expertise {
	background: #95C0D6;
	color: #fff;
	font-family: sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin: 73px auto;
}


@media (max-width: 400px) {
	.product-animation-content h2 {
		font-size: 14px;
	}

	.product-animation-content h3 {
		font-size: 12px;
	}

	.product-animation-image img {
		max-width: 65%;
		height: auto;
	}

	.product-animation-left .product-animation-image {
		text-align: right;
	}

	.product-animation {
		margin-bottom: 30px;
		min-height: 130px;
	}

	.product-animation.product-animation-3 {
		margin-bottom: 0;
	}

	.product-callout.priceless-expertise {
		margin: 20px auto;
		font-size: 20px;
	}

	.product-callout.great-products {
		margin: 20px auto;
		font-size: 20px;
	}
	
	.product-callout.great-products .line2 {
		padding: 0;
	}
}