
/* Gobal Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin: 10px;
	color: #a5abae;
}

p {
	line-height: 1.3;
	margin-bottom: 8px;
}

h1 {
	font-size: 2.5em;
	color: #010101;
	font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;	
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
	font-weight: 700;
}
h2 .ProductImageDescription {
	font-weight: 400;
	color: #888D90;
}

a {
	color: #474C4C;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #292827;
}


a.disabled {
	color: #a5abae;
	cursor: auto;
}
a.disabled:hover {
	color: #a5abae;
}

img, a img {
	border:none;
}

/* Page Breadcrumbs */
.Nav {
	font-size: 12px;
	padding-bottom: 4px;
	clear:both;
	padding-top:15px;
}

.Nav .PrevLink { font-size:13px; }
.Nav .NextLink { font-size:13px; }
.ImageCount { color:#a5abae; font-size:11px;}

.Title {
	padding-bottom: 10px;
}
.ProductTinyImageList ul li {
	width: 115px !important;
	height: 115px !important;
	overflow: hidden;
	float: left;
	margin: 0 -4px;

}
.ProductTinyImageList ul li.selected img {
	border: 3px solid #fff !important;
	box-shadow: 1px 1px 10px rgba(70,70,70,0.1), 1px 1px 4px rgba(70,70,70,0.25);
}
.ProductTinyImageList ul li img {
	width: auto;
	height: auto;
	padding-top: 0 !important;
	border-radius: 2px;
}

.ProductTinyImageList {
margin: 0 !important;
}
.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 115px !important;
	height: 115px !important;
	
}

.ProductTinyImageList ul li .TinyOuterDiv {
	border: 0px solid white;
	display: block;

}

.ProductZoomImageBox {
	display:table-cell;
}

.ProductZoomImageBox, .ProductZoomImageBox *{
	margin:auto;
	vertical-align: middle;

}

.ImageCarousel {
margin-top: 20px !important;
}
.ProductTinyImageList ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	white-space:nowrap;
	width: 2500px;
}

#ImageScrollPrev,
#ImageScrollNext {
	float: left;
	background:none;
	border:none;
	margin-top: 48px;
	cursor:pointer;
}
#ImageScrollPrev img,
#ImageScrollNext img {
	width: 15px;
}
#ImageScrollPrev { margin-left: -6px; }
#ImageScrollNext { margin-left: -6px; }

.ProductTinyImageList {
	float: left;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto !important;
	width: 90% !important;
	width: calc(100% - 30px) !important;
}
