.ao-item {
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.ao-item:before,
.ao-item:after {
    content:"";
    display:table;
}

.ao-item:after {
    clear:both;
}

.ao-item {
	margin: 30px 0;
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
} /* from CSSTricks: http://css-tricks.com/pseudo-element-roundup/ */

.ao-preview {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.ao-item img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(33,62,68,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	z-index: 5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations span {
	display: block;
	position: absolute;
	padding: 10px 25px;
	width: 33%;
	min-width: 140px;
	text-align: center;
	border-radius: 6px;
	background: rgba(255,255,255,1);
	font-weight: 500;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations span:after {
	position: absolute;
	background: transparent url(/img/arrow.png) no-repeat center center;
	width: 37px;
	height: 37px;
	top: 50%;
	left: 100%;
	margin: -19px 0 0 -16px;
	content: '';
}

.ao-annotations span:nth-child(1) {
	top: 5%;
	left: 5%;
}

.ao-annotations span:nth-child(2) {
	top: 20%;
	left: -13%;
}

.ao-annotations span:nth-child(3) {
	top: 37%;
	right: 2%;
}

.ao-annotations span:nth-child(4) {
	top: 53%;
	right: -8%;
}

.ao-annotations span:nth-child(5) {
	bottom: 18%;
	left: -4%;
}

.ao-item:nth-child(2) .ao-annotations span:nth-child(1) {
	top: 12%;
	left: 37%;
}

.ao-item:nth-child(2) .ao-annotations span:nth-child(2) {
	top: 32%;
	left: -5%;
}

.ao-item:nth-child(2) .ao-annotations span:nth-child(3) {
	top: 40%;
	right: -5%;
}

/*.ao-annotations span:nth-child(3):after,
.ao-annotations span:nth-child(4):after,
.ao-item:nth-child(2) .ao-annotations span:nth-child(1):after {
	left: auto;
	right: 100%;
	margin: -16px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}*/

input.ao-toggle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	z-index: 100;
	border: none;
	cursor: pointer;
}

input.ao-toggle:checked + img {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

input.ao-toggle:hover + img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
}

input.ao-toggle:checked ~ .ao-annotations,
input.ao-toggle:checked ~ .ao-annotations span{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(5) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(6) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(7) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(8) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

@media screen and (max-width: 730px){
	
	.ao-preview { 
		float: none; 
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.ao-annotations span {
		font-size: 11px;
	}
}

/***********************************************************************************************
 *
 *             Annotation Positions
 *
***********************************************************************************************/ 

/* Sublab - Top */
.sublab-top .ao-annotations span:nth-child(1) {
	top: 20%;
	right: 5%;
	left: auto;
}

.sublab-top .ao-annotations span:nth-child(2) {
	top: 42%;
	right: -5%;
	left: auto;
}

.sublab-top .ao-annotations span:nth-child(3) {
	top: 63%;
	left: 5%;
}

.sublab-top .ao-annotations span:nth-child(4) {
	top: 83%;
	right: -5%;
	left: auto;
}

.sublab-top .ao-annotations span:nth-child(1):after,
.sublab-top .ao-annotations span:nth-child(2):after,
.sublab-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* sublab - Bottom */
.sublab-bottom .ao-annotations span:nth-child(1) {
	top: 25%;
	right: 5%;
	left: auto;
}

.sublab-bottom .ao-annotations span:nth-child(2) {
	top: 53%;
	right: -5%;
	left: auto;
}


.sublab-bottom .ao-annotations span:nth-child(1):after,
.sublab-bottom .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Eckoh - Top */
.eckoh-top .ao-annotations span:nth-child(1) {
	top: 17%;
	right: 20%;
	left: auto;
}

.eckoh-top .ao-annotations span:nth-child(2) {
	top: 25%;
	right: -5%;
	left: auto;
}

.eckoh-top .ao-annotations span:nth-child(3) {
	top: 29%;
	left: 12%;
}

.eckoh-top .ao-annotations span:nth-child(4) {
	top: 42%;
	right: -5%;
	left: auto;
}
.eckoh-top .ao-annotations span:nth-child(5) {
	bottom: 23%;
	left: -5%;
}

.eckoh-top .ao-annotations span:nth-child(1):after,
.eckoh-top .ao-annotations span:nth-child(2):after,
.eckoh-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Eckoh - Bottom */
.eckoh-bottom .ao-annotations span:nth-child(1) {
	top: 13%;
	right: 46%;
	left: auto;
}

.eckoh-bottom .ao-annotations span:nth-child(2) {
	top: 53%;
	right: -5%;
	left: auto;
}


.eckoh-bottom .ao-annotations span:nth-child(1):after,
.eckoh-bottom .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* TGL - Top */

.tgl-top .ao-annotations span:nth-child(1) {
	top: 20%;
	right: -5%;
	left: auto;
}

.tgl-top .ao-annotations span:nth-child(2) {
	top: 40%;
	left: -5%;
}

.tgl-top .ao-annotations span:nth-child(3) {
	top: 65%;
	right: -5%;
	left: auto;
}


.tgl-top .ao-annotations span:nth-child(1):after,
.tgl-top .ao-annotations span:nth-child(3):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* TGL - Middle */
.tgl-middle .ao-annotations span:nth-child(1) {
	top: 35%;
	left: 10%;
}

/* TGL - Bottom */
.tgl-bottom .ao-annotations span:nth-child(1) {
	top: 35%;
	left: 10%;
}


/* BerryClever - Top */
.berryclever-top .ao-annotations span:nth-child(1) {
	top: 8%;
	left: 5%;
}

.berryclever-top .ao-annotations span:nth-child(2) {
	top: 17%;
	right: 10%;
	left: auto;
}

.berryclever-top .ao-annotations span:nth-child(3) {
	top: 23%;
	left: 30%;
}

.berryclever-top .ao-annotations span:nth-child(4) {
	top: 42%;
	right: -5%;
	left: auto;
}
.berryclever-top .ao-annotations span:nth-child(5) {
	bottom: 30%;
	left: -5%;
}

.berryclever-top .ao-annotations span:nth-child(2):after,
.berryclever-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* BerryClever - Bottom */
.berryclever-bottom .ao-annotations span:nth-child(1) {
	top: 17%;
	left: -5%;
}

.berryclever-bottom .ao-annotations span:nth-child(2) {
	top: 22%;
	left: 25%;
}

.berryclever-bottom .ao-annotations span:nth-child(3) {
	top: 31%;
	left: 23%;
}

.berryclever-bottom .ao-annotations span:nth-child(4) {
	top: 60%;
	right: 10%;
	left: auto;
}

.berryclever-bottom .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Sytel - Top */
.sytel-top .ao-annotations span:nth-child(1) {
	top: 11%;
	left: 5%;
}

.sytel-top .ao-annotations span:nth-child(2) {
	top: 20%;
	right: 2%;
	left: auto;
}

.sytel-top .ao-annotations span:nth-child(3) {
	top: 35%;
	right: 2%;
	left: auto;
}

.sytel-top .ao-annotations span:nth-child(4) {
	top: 60%;
	right: -5%;
	left: auto;
}
.sytel-top .ao-annotations span:nth-child(5) {
	bottom: 20%;
	left: -5%;
}

.sytel-top .ao-annotations span:nth-child(2):after,
.sytel-top .ao-annotations span:nth-child(3):after,
.sytel-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Sytel - Bottom */
.sytel-bottom .ao-annotations span:nth-child(1) {
	top: 17%;
	left: 5%;
}

.sytel-bottom .ao-annotations span:nth-child(2) {
	top: 24%;
	left: 28%;
}

.sytel-bottom .ao-annotations span:nth-child(3) {
	top: 32%;
	left: 28%;
}

.sytel-bottom .ao-annotations span:nth-child(4) {
	top: 55%;
	right: 10%;
	left: auto;
}

.sytel-bottom .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Basepoint */

.basepoint-top .ao-annotations span:nth-child(1) {
	top: 6%;
	left: 5%;
}

.basepoint-top .ao-annotations span:nth-child(2) {
	top: 20%;
	right: 2%;
	left: auto;
}

.basepoint-top .ao-annotations span:nth-child(3) {
	top: 30%;
	left: 0%;
}

.basepoint-top .ao-annotations span:nth-child(4) {
	top: 37%;
	right: 8%;
}

.basepoint-top .ao-annotations span:nth-child(5) {
	bottom: 25%;
	right: -5%;
	left: auto;
}

.basepoint-top .ao-annotations span:nth-child(6) {
	bottom: 15%;
	left: -5%;
}

.basepoint-top .ao-annotations span:nth-child(2):after,
.basepoint-top .ao-annotations span:nth-child(4):after,
.basepoint-top .ao-annotations span:nth-child(5):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* CheckoutSmart */
.checkoutsmart-top .ao-annotations span:nth-child(1) {
	top: 20%;
	left: 5%;
}

.checkoutsmart-top .ao-annotations span:nth-child(2) {
	top: 45%;
	right: 2%;
	left: auto;
}

.checkoutsmart-top .ao-annotations span:nth-child(3) {
	top: 80%;
	left: 0%;
}

.checkoutsmart-top .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

.checkoutsmart-middle .ao-annotations span:nth-child(1) {
	top: 20%;
	left: 5%;
}

.checkoutsmart-middle .ao-annotations span:nth-child(2) {
	top: 30%;
	right: 2%;
	left: auto;
}

.checkoutsmart-middle .ao-annotations span:nth-child(3) {
	top: 60%;
	left: 0%;
}

.checkoutsmart-middle .ao-annotations span:nth-child(4) {
	top: 70%;
	left: 0%;
}

.checkoutsmart-middle .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

.checkoutsmart-bottom .ao-annotations span:nth-child(1) {
	top: 40%;
	left: 5%;
}

.checkoutsmart-bottom .ao-annotations span:nth-child(2) {
	top: 60%;
	right: 2%;
	left: auto;
}

.checkoutsmart-bottom .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Iconic - Top */
.iconic-top .ao-annotations span:nth-child(1) {
	top: 6%;
	left: 5%;
}

.iconic-top .ao-annotations span:nth-child(2) {
	top: 20%;
	right: 2%;
	left: auto;
}

.iconic-top .ao-annotations span:nth-child(3) {
	top: 37%;
	right: 2%;
	left: auto;
}

.iconic-top .ao-annotations span:nth-child(4) {
	top: 67%;
	right: -5%;
	left: auto;
}
.iconic-top .ao-annotations span:nth-child(5) {
	bottom: 15%;
	left: -5%;
}

.iconic-top .ao-annotations span:nth-child(2):after,
.iconic-top .ao-annotations span:nth-child(3):after,
.iconic-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Iconic - Middle */
.iconic-middle .ao-annotations span:nth-child(1) {
	top: 15%;
	left: 3%;
}

.iconic-middle .ao-annotations span:nth-child(2) {
	top: 30%;
	right: 2%;
	left: auto;
}

.iconic-middle .ao-annotations span:nth-child(3) {
	top: 46%;
	right: 2%;
	left: auto;
}

.iconic-middle .ao-annotations span:nth-child(4) {
	top: 67%;
	right: -5%;
	left: auto;
}

.iconic-middle .ao-annotations span:nth-child(2):after,
.iconic-middle .ao-annotations span:nth-child(3):after,
.iconic-middle .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Iconic - Bottom */
.iconic-bottom .ao-annotations span:nth-child(1) {
	top: 27%;
	left: 3%;
}

.iconic-bottom .ao-annotations span:nth-child(2) {
	top: 37%;
	right: 2%;
	left: auto;
}

.iconic-bottom .ao-annotations span:nth-child(3) {
	top: 55%;
	right: 2%;
	left: auto;
}

.iconic-bottom .ao-annotations span:nth-child(2):after,
.iconic-bottom .ao-annotations span:nth-child(3):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* MPS - Top */
.mps-top .ao-annotations span:nth-child(1) {
	top: 22%;
	left: -5%;
}

.mps-top .ao-annotations span:nth-child(2) {
	top: 40%;
	right: 2%;
	left: auto;
}

.mps-top .ao-annotations span:nth-child(3) {
	top: 55%;
	left: -5%;
}

.mps-top .ao-annotations span:nth-child(4) {
	top: 60%;
	right: -5%;
	left: auto;
}
.mps-top .ao-annotations span:nth-child(5) {
	bottom: 15%;
	left: -5%;
}

.mps-top .ao-annotations span:nth-child(2):after,
.mps-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Cavendish - Top */
.cavendish-top .ao-annotations span:nth-child(1) {
	top: 18%;
	left: -5%;
}

.cavendish-top .ao-annotations span:nth-child(2) {
	top: 35%;
	right: -5%;
	left: auto;
}

.cavendish-top .ao-annotations span:nth-child(3) {
	top: 55%;
	right: -5%;
	left: auto;
}


.cavendish-top .ao-annotations span:nth-child(4) {
	top: 87%;
	left: -5%;
}

.cavendish-top .ao-annotations span:nth-child(2):after,
.cavendish-top .ao-annotations span:nth-child(3):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Impact Partnerships - Top */
.impact-top .ao-annotations span:nth-child(1) {
	top: 25%;
	left: -5%;
}

.impact-top .ao-annotations span:nth-child(2) {
	top: 43%;
	right: -5%;
	left: auto;
}

.impact-top .ao-annotations span:nth-child(3) {
	top: 65%;
	right: -5%;
	left: auto;
}

.impact-top .ao-annotations span:nth-child(4) {
	top: 60%;
	left: -5%;
}
.impact-top .ao-annotations span:nth-child(5) {
	bottom: 21%;
	right: -5%;
	left: auto;
}

.impact-top .ao-annotations span:nth-child(6) {
	bottom: 12%;
	left: -5%;
}

.impact-top .ao-annotations span:nth-child(2):after,
.impact-top .ao-annotations span:nth-child(3):after,
.impact-top .ao-annotations span:nth-child(5):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Casa Azul - Top */
.casa_azul-top .ao-annotations span:nth-child(1) {
	top: 8%;
	left: -5%;
}

.casa_azul-top .ao-annotations span:nth-child(2) {
	top: 15%;
	right: -5%;
	left: auto;
}

.casa_azul-top .ao-annotations span:nth-child(3) {
	top: 35%;
	right: -5%;
	left: auto;
}

.casa_azul-top .ao-annotations span:nth-child(4) {
	top: 55%;
	left: -5%;
}
.casa_azul-top .ao-annotations span:nth-child(5) {
	bottom: 25%;
	right: -5%;
	left: auto;
}

.casa_azul-top .ao-annotations span:nth-child(6) {
	bottom: 17%;
	left: 3%;
}

.casa_azul-top .ao-annotations span:nth-child(2):after,
.casa_azul-top .ao-annotations span:nth-child(3):after,
.casa_azul-top .ao-annotations span:nth-child(5):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Rumseys - Top */
.rumseys-top .ao-annotations span:nth-child(1) {
	top: 7%;
	left: -5%;
}

.rumseys-top .ao-annotations span:nth-child(2) {
	top: 25%;
	right: -5%;
	left: auto;
}

.rumseys-top .ao-annotations span:nth-child(3) {
	top: 40%;
	left: -5%;
}

.rumseys-top .ao-annotations span:nth-child(4) {
	top: 70%;
	right: -5%;
	left: auto;
}

.rumseys-top .ao-annotations span:nth-child(5) {
	bottom: 17%;
	left: -5%;
}

.rumseys-top .ao-annotations span:nth-child(2):after,
.rumseys-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* i3 - Top */
.i3-top .ao-annotations span:nth-child(1) {
	top: 8%;
	left: 20%;
}

.i3-top .ao-annotations span:nth-child(2) {
	top: 25%;
	right: -5%;
	left: auto;
}

.i3-top .ao-annotations span:nth-child(3) {
	top: 40%;
	left: -5%;
}

.i3-top .ao-annotations span:nth-child(4) {
	top: 70%;
	right: -5%;
	left: auto;
}

.i3-top .ao-annotations span:nth-child(5) {
	bottom: 17%;
	left: -5%;
}

.i3-top .ao-annotations span:nth-child(2):after,
.i3-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Varisys - Top */
.varisys-top .ao-annotations span:nth-child(1) {
	top: 8%;
	left: -5%;
}

.varisys-top .ao-annotations span:nth-child(2) {
	top: 25%;
	right: -5%;
	left: auto;
}

.varisys-top .ao-annotations span:nth-child(3) {
	top: 45%;
	left: -5%;
}

.varisys-top .ao-annotations span:nth-child(4) {
	top: 60%;
	right: -5%;
	left: auto;
}

.varisys-top .ao-annotations span:nth-child(2):after,
.varisys-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* SBH - Top */
.sbh-top .ao-annotations span:nth-child(1) {
	top: 8%;
	left: -5%;
}

.sbh-top .ao-annotations span:nth-child(2) {
	top: 27%;
	right: -5%;
	left: auto;
}

.sbh-top .ao-annotations span:nth-child(3) {
	top: 39%;
	left: -5%;
}

.sbh-top .ao-annotations span:nth-child(4) {
	top: 55%;
	right: 5%;
	left: auto;
}

.sbh-top .ao-annotations span:nth-child(2):after,
.sbh-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Tims Dairy - Top */
.tims_dairy-top .ao-annotations span:nth-child(1) {
	top: 11%;
	left: 26%;
}

.tims_dairy-top .ao-annotations span:nth-child(2) {
	top: 25%;
	left: 25%;
}

.tims_dairy-top .ao-annotations span:nth-child(3) {
	top: 55%;
	left: -5%;
}

/* Chiltern Brewery - Top */
.chiltern_brewery-top .ao-annotations span:nth-child(1) {
	top: 11%;
	left: -5%;
}

.chiltern_brewery-top .ao-annotations span:nth-child(2) {
	top: 32%;
	right: -5%;
	left: auto;
}

.chiltern_brewery-top .ao-annotations span:nth-child(3) {
	top: 55%;
	left: -5%;
}

.chiltern_brewery-top .ao-annotations span:nth-child(4) {
	top: 85%;
	left: -5%;
}

.chiltern_brewery-top .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* Chiltern Brewery - Bottom */
.chiltern_brewery-bottom .ao-annotations span:nth-child(1) {
	top: 34%;
	left: -5%;
}

.chiltern_brewery-bottom .ao-annotations span:nth-child(2) {
	top: 52%;
	right: -5%;
	left: auto;
}

.chiltern_brewery-bottom .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* DeFrae - Top */
.defrae-top .ao-annotations span:nth-child(1) {
	top: 23%;
	left: -5%;
}

.defrae-top .ao-annotations span:nth-child(2) {
	top: 37%;
	right: -5%;
	left: auto;
}

.defrae-top .ao-annotations span:nth-child(3) {
	top: 60%;
	left: -5%;
}

.defrae-top .ao-annotations span:nth-child(4) {
	top: 75%;
	right: -5%;
	left: auto;
}

.defrae-top .ao-annotations span:nth-child(2):after,
.defrae-top .ao-annotations span:nth-child(4):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* DeFrae - Top */
.healthy_living-top .ao-annotations span:nth-child(1) {
	top: 23%;
	left: -5%;
}

.healthy_living-top .ao-annotations span:nth-child(2) {
	top: 37%;
	right: -5%;
	left: auto;
}

.healthy_living-top .ao-annotations span:nth-child(3) {
	top: 50%;
	left: -5%;
}


.healthy_living-top .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* HS Jewellery - Top */
.hs_jewellery-top .ao-annotations span:nth-child(1) {
	top: 23%;
	left: -5%;
}

.hs_jewellery-top .ao-annotations span:nth-child(2) {
	top: 65%;
	right: -5%;
	left: auto;
}

.hs_jewellery-top .ao-annotations span:nth-child(3) {
	top: 80%;
	left: -5%;
}


.hs_jewellery-top .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* HS Jewellery - Middle */
.hs_jewellery-middle .ao-annotations span:nth-child(1) {
	top: 38%;
	left: -5%;
}

.hs_jewellery-middle .ao-annotations span:nth-child(2) {
	top: 45%;
	right: -5%;
	left: auto;
}

.hs_jewellery-middle .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}

/* HS Jewellery - Bottom */
.hs_jewellery-bottom .ao-annotations span:nth-child(1) {
	top: 28%;
	left: -5%;
}

.hs_jewellery-bottom .ao-annotations span:nth-child(2) {
	top: 35%;
	right: -5%;
	left: auto;
}

.hs_jewellery-bottom .ao-annotations span:nth-child(2):after
{
	left: auto;
	right: 100%;
	margin: -18px -16px 0 0;
	background-image: url(/img/arrow_left.png);
}