.imageViewer {
    overflow: hidden;
    }

.imageThumbContainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
    padding: 5px;
	}

.imageThumbContainerBackground {
	position: absolute;
	bottom: 0px;
	left: 0px;
    background: black;
    height: 0px;
    display: none;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity:.50;
	}

.imageThumbSet {
	}

.imageCategoryGroup {
	overflow: auto;
	margin-top: 10px;
	padding: 10px 0px; /* this is to accomodate the thumbnail shadow in firefox */
	}

.imageCategoryGroupTitle {
	font-size: 20px;
	margin-bottom: 10px;
	}

.imageCategory {
	float: left;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 120px;
	width: 120px;
	}

.imageCategory span {
	margin-left: 5px;
	}

.imageCategoryThumb {
	margin: 5px;
	height: 90px;
	width: 90px;
	border: 1px solid silver;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
	}

.imageCategoryThumbHighlight {
	margin: 0px;
	height: 100px;
	width: 100px;
	border: 1px solid #ffffff;
	cursor: pointer;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
	}

.imageCategoryTitle {
	margin: 5px;
	}

.imageThumbNext {
    position: absolute;
    display: none;
	cursor: pointer;
	background: url("../image/btnThumbNext.png");
	width: 19px;
	height: 19px;
    }

.imageThumbNextHover {
	background: url("../image/btnThumbNextHover.png");
    }

.imageThumbPrev {
    position: absolute;
    display: none;
    left: 5px;
	cursor: pointer;
	background: url("../image/btnThumbPrev.png");
	width: 19px;
	height: 19px;
    }

.imageThumbPrevHover {
	background: url("../image/btnThumbPrevHover.png");
    }

.imageSlideShow {
	cursor: pointer;
	position: absolute;
	top: 5px;
    right: 19px;
    margin-right: 10px;
	background: url("../image/btnSlideShow.png");
	width: 19px;
	height: 19px;
	}

.imageSlideShowHover {
	background: url("../image/btnSlideShowHover.png");
	}

.imageSlideShowStop {
	cursor: pointer;
	position: absolute;
	top: 5px;
    right: 19px;
    margin-right: 10px;
	background: url("../image/btnSlideShowStop.png");
	width: 19px;
	height: 19px;
	}

.imageSlideShowStopHover {
	background: url("../image/btnSlideShowStopHover.png");
	}

.image1 {
    display: none;
    position: absolute;
	background: no-repeat;
	}

.image2 {
    display: none;
    position: absolute;
	background: no-repeat;
	cursor: pointer;
	}

.imageBorder {
    display: none;
    position: absolute;
	border: 1px solid silver;
	background-color: #ffffff;
    }

.imageDetail {
    position: absolute;
	right: 5px;
	display: table;
	}

.imageTitle {
    line-height: 1.2em;
	color: #666666;
	font-size: 19px;
	margin-bottom: 10px;
	margin-right: 35px;
	}

.imageDesc {
	color: Black;
	margin-right: 35px;
	}
	
.imageDesc div {
    margin-bottom: 10px;
    }
    
.imageComment {
    display: none;
    }

.imageComments {
    margin-right: 15px;
    overflow-y: auto;
    }

.imageSold {
    font-weight: bold;
	color: #666666;
	font-size: 15px;
    }

.imageThumbFrame {
    float: left;
	height: 75px;
	width: 75px;
	}

.imageThumb {
	margin: 5px;
	height: 65px;
	width: 65px;
	background-position: -12px -12px;
	border: 1px solid #cccccc;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
	}

.imageThumbHighlight {
	margin: 0px;
	height: 75px;
	width: 75px;
	background-position: -12px -12px;
	border: 1px solid #cccccc;
	cursor: pointer;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
	}

.imageThumbSelectedHighlight {
	margin: 0px;
	height: 75px;
	width: 75px;
	background-position: -12px -12px;
	border: 1px solid white;
	cursor: pointer;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
	}

.imageCache {
    display: none;
    overflow: hidden;
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    border: 1px solid silver;
    }

.imageCacheImage {
    position: absolute;
    top: 0px;
    left: 0px;
    }

.imageLoading {
    position: absolute;
    width: 43px;
    height: 11px;
    }

.imageThumbnailHidden {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    left: -100px;
    top: -100px;
    }