#images,
#videos {
    text-align: center;
}
#videos a {
	display: block;
	padding-top: 10px !important;
}
#loadingBox,
#panBox,
#lightBox {
	position: absolute;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	display: none;
	z-index: 200;
}
#loadingBox {
    background-image: url(loading.gif);
}
#thumbnails {
    overflow: hidden;
    margin-top: 5px;
}
#thumbnails ul,
#thumbnails li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#thumbnails li {
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
}
#prevThumbnail {
	display: none;
}
#nextThumbnail,
#prevThumbnail {
    cursor: pointer;
    margin-top: 5px;
}
#relatedProducts {
	width: 100%;
	clear: all;
	height: auto;
}
#relatedProducts ul,
#relatedProducts li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#relatedProducts li {
	display: block;
	float: left;
	padding: 5px;
}
#relatedProducts a {
	display: table-cell;
	vertical-align: middle;
}
#relatedProducts br {
	clear: both;
}
.items .addToCartRow {
	text-align: right;
}
#youtubeBox {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

