/* Stop image map showing on tap */
map area {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* end */

#headerDetails {
	float: left;
	position: absolute;
	background: #fff;
	border: 1px solid #cecece;
	padding: 5px;
	width: 166px;
	top: 0;
	left: 0;
	/*z index maximum */
  z-index: 2147483646;
}
#headerDetails .topBar {
	float: left;
}
#headerDetails .topBar .productTitle {
	float: left;
	width: 166px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}
#headerDetails .productDetails {
	float: left;
	border-top: 1px solid #cbcbcb;
	margin: 9px 10px 0 10px;
	font-size: 12px;
	padding: 10px 0 12px 0;
	width: 146px;
	text-align: center;
}
#magazineHolder {
	position: relative;
	width: 960px;
	z-index:0;
/* overflow: hidden; */}
#magazineHolder #header-video-player {
	position: absolute;
	z-index: 100;
	display: none;
}
#magazineHolder .magazineControls {
	position: relative;
	width: 960px;
	z-index: 2147483646;
}
#magazineHolder .magazineControls .prev {
	position: absolute;
	left: -1px;
	top: 271px;
	width: 20px;
	height: 48px;
	text-indent: -9999px;
	z-index: 2147483646;
	cursor: pointer;
	background: url(../featureImages/mediaWindowArrowLeft.gif) no-repeat;
}
#magazineHolder .magazineControls .next {
	position: absolute;
	left: 941px;
	top: 271px;
	width: 20px;
	height: 48px;
	text-indent: -9999px;
	z-index: 2147483646;
	cursor: pointer;
	background: url(../featureImages/mediaWindowArrowRight.gif) no-repeat;
}
#magazineHolder .magazinePages {
	position: relative;
	width: 960px;
}
#magazineHolder .magazinePages ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height:588px;
}
#magazineHolder .magazinePages ul li {
	padding: 0;
	margin: 0;
}
#magazineHolder .magazinePages .magazineContent {
	position: relative;
	z-index: 999;
}
#magazineHolder .magazinePages .magazineContent .magazineContentOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	z-index: 999;
}
#magazineHolder .magazinePages .magazineContent .magazineImage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
}
#magazineHolder .magazinePages .magazineContent .magazineImage .magazineBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.productBar {
	float: left;
	border-bottom: 1px solid #cbcbcb;
	padding: 0;
	width: 960px;
}
.productBar .shopMagazine {
	float: left;
	width: 894px;
}
.productBar .shopMagazine .btnShopThe {
	float: left;
	width: 99px;
	padding: 5px 0 0 5px;
}
.productBar .shopMagazine .productList {
	float: left;
	padding: 7px 0 0 10px;
	/*  width: 87%; original */
	 width:772px!Important;
	height: 20px;
	overflow: visible;
}
.productBar .shopMagazine .productList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.productBar .shopMagazine .productList ul li {
	width: 772px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: visible !important;
}
.productBar .magazineControls {
	float: left;
	width: 60px;
	height: 30px;
	text-align: right;
	padding: 0 5px 0 0;
}
.productBar .magazineControls .prev {
	float: right;
	text-align: left;
	width: 10px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
	cursor: pointer;
}
.productBar .magazineControls .pageCounter {
	float: right;
	padding: 6px 2px 0 2px;
	text-align: center;
	color: #2B2B2B;
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	width: 30px;
}
.productBar .magazineControls .next {
	float: right;
	text-align: left;
	width: 10px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
	cursor: pointer;
}
