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

/* General */
body {

	color: #666;
	text-align: center;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	
}

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

h1 {
padding-top: 30px;	
font-family: 'Karla', Arial, Helvetica, sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
font-size: 18px;
text-align:center;
font-weight: 400;
color: #000;
}

a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #666;
}


a.disabled {
	color: #666;
	text-decoration: none;
	cursor: auto;
}
a.disabled:hover {
	color: #666;
}

img, a img {
	border:none;
}

/* Page Breadcrumbs */
.Nav {
	font-size: 0.9em;
	padding-bottom: 4px;
	clear:both;
	padding-top:15px;
}
.Nav a {
		font-family: Karla, 'Arial, Helvetica, sans-serif';
		letter-spacing: 0.1em;
text-transform: uppercase;	
}
.Nav .PrevLink { font-size:16px;  }
.Nav .NextLink { font-size:16px; }
.ImageCount { color:gray; font-size:12px;}

.Title {
	padding-bottom: 10px;
}
.ProductTinyImageList ul li {
	width: 60px !important;
	height: 90px !important;
    margin: 1px;
    background: #fff;
	opacity: 0.5 !important;
filter: alpha(opacity = 50) !important;
}
.ProductTinyImageList ul li.selected {
opacity: 1 !important;
filter: alpha(opacity = 1) !important;	
}

.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}



.ProductZoomImageBox {
	display:table-cell;
}

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

}


.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:15px;
	cursor:pointer;
	display: none;
}

.ProductTinyImageList {
	float: left;
	margin-top:1px;
	white-space:nowrap;
	width: 80%;
	overflow: hidden;
}