div#imageContainer {
	position: relative;
	width: inherit;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
img#mainImage {
	height: 500px;
	display: block;
	margin: 0 auto;
}
div#thumbsMarker {
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
	top: -250px;
	background-image: url(/lib/img/thumbsMarker.png);
	background-repeat: no-repeat;
}
div#imageInfo {
	width: inherit;
	height: 200px;
	background-image: url(/lib/img/white_trans_bg.png);
	background-repeat: repeat;
	color: white;
	position: absolute;
	bottom: -200px;
	z-index: 10;
}
div#thumbsScrollBox {
	overflow: hidden;
	height: 500px;
	position: absolute;
	top: 0px;
	right: -145px;
	width: 210px;

}
div#thumbsContainer {
	overflow: auto;
	width: 115px;
	float: right;
	background-image: url(/lib/img/white_trans_bg.png);
	background-repeat: repeat;
	padding-left: 20px;
	padding-right: 10px;
}

div#_balloonNo {
	position: absolute;
	color: black;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 43px;
	height: 32px;
	background-image: url(/lib/img/balloon.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 5px;
}
div#thumbsContainer div.balloon {
	float: right;
	position: relative;
	height: 15px;
	width: 15px;
	font-size: 11px;
	display: none;
}
div#thumbsContainer img {
	display: block;
	margin-bottom: 3px;
	float: left;
}

div#image_cp {
	text-align: center;
	width: inherit;
	overflow: auto;
}
#ul_imageCounter {
	overflow: auto;
	margin-top: 10px;
	margin-left: 300px;
	display: block;
	text-align: center;
}
#ul_imageCounter li {
	float: left;
	margin: 0 10px;
	display: block;
}
#ul_imageCounter li a {
	display: block;
}
div#counter {
	width: 100px;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	color: red;
}