body {
	margin: 0;
	padding: 0;
}

.imageTextRow
{
	float: left;
	display: inline;
	margin: 0 auto;
	padding:5 5 5 5 5;
	width:100%;
}

.mainContainer
{
	width: 100%;
	float: left;
	display: inline;
	margin: 0 auto;
}

.imageContainer
{
	margin: 10px;
	float: left;
}

.imageContainer img {
	height: auto;
}

.imageContainer.enabledPopup img {
	cursor: url(plus.cur), pointer;
}

.imageContainer.disabledPopup img {
	cursor: default;
}

/* Following two rules are to prevent marking inactive links with dotted border */
.imageContainer.disabledPopup a.imageFullLink:active {
  outline: none;
}
.imageContainer.disabledPopup a.imageFullLink:focus {
	-moz-outline-style: none;
}

.imageContainer .thumbnailInner {
	border: 1px solid #1259A1;
	overflow: hidden;
}

.imageCommentsButton, .imageDownloadButton {
	text-align: center;
	border: 1px solid #1259A1;
	background: #DDDDDD;
	cursor:pointer; cursor:hand;
}

.imageOverlay {
	z-index: 100;
	position: absolute;
	margin: 0;
}

.imageOverlay .overlayInner {
	border: 1px solid #1259A1;
	background: white;
	text-align: center;
}

.imageDiv {
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.imageFullLink {
	display: block;
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.imageFullLink img {
	border: none;
}

.imagePopupImage {
	margin: 0 auto;
}

.imagePopupImage object, .imagePopupImage embed, .imagePopupImage img {
	position: absolute;
}

img.imagePopupImage {
	cursor: url(minus.cur), pointer;
}

.imageOverlay .imageCloseButton {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	background: url(close.gif) no-repeat;
	cursor:pointer; cursor:hand;
	font-size: 0px;
}

.imageOverlay .imageMoveArea {
	width: 48px;
	height: 16px;
	position: absolute;
	left: 16px;
	background: url(move.gif) no-repeat;
	cursor: move;
	font-size: 0px;
}

.imageOverlay .imageFullButton {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 16px;
	margin-top: -42px;
	background: url(expand.gif) no-repeat;
	cursor:pointer; cursor:hand;
}

.imageOverlay .imageComments {
	overflow: hidden;
	height: 100px;
	width: 500px;
	background: #AAAAAA;
	display: none;
}

.imageTitle {
	text-align: left;
	white-space: nowrap;
	margin: 5px 5px 0 5px;
	overflow: hidden;
	color: #363636;
	font-family: Arial;
	font-size: 12px;
	width: 95%;
}

.imageDownloadButton a {
	text-decoration: none;
	color: black;
}

.imageLoadingIcon {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(loading.gif) no-repeat;
}

.scroller {
	background: #DDDDDD;
	height: 100%;
	overflow: hidden;
}

.scrollerBar {
	height: 100%;
	cursor: move;
}

.scrollerBarOuter {
	font-size: 0px; /* For IE6 */
	border: 1px solid #1259A1;
	background: #999999;
	height: 10px;
	position: relative;
}

.scrollerBarOuterClicked {
	background: #AAAAAA;
}

.imageInfoBlock {
	display: none;
}

.scrollSide {
	float: right;
	width: 20px;
	height: 100%;
}

.scrollArea {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.scrollAreaInner {
	position: relative;
}

.scrollable {
	overflow: hidden;
	height: 100%;
}

.scrollButton {
	border: 1px solid #1259A1;
	font-size: 0px; /* For IE6 */
}

.scrollButtonInner {
	height: 8px;
}

.scrollButton.up {
	background: #444666;
}

.scrollButton.down {
	background: #444555;
}

.scrollButtonClicked {
	background: #123123;
}

#img_qt_div {
	position: absolute;
	z-index: 102;
	left: -10000px;
	top: -10000px;
}
