.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	position: relative;
	background-color: #333;
}
.jScrollPaneContainer .bottom_left{
	position: absolute !important;
	bottom: 0;
	left: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 19px;
	border-bottom: 1px solid #333;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 19px;
	border-top: 1px solid #333;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}
body {
	margin: 0;
	padding: 0;
}

#main {
	margin: 10px;
	position: relative;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333;
	padding: 5px;
}

#thumbs {
	height: 200px;
	overflow: auto;
	display: block;
	padding: 3px 0 2px 3px;
}

.thumbnail img {
	border: none;
}

.thumbnail {
	float:left;
	margin-right: 1px !important;
	margin-bottom: 1px !important;
	background-color: #eee;
	border: 2px solid #333;
	position: relative;
	z-index: 9000
}

.thumbnail a {
	line-height: normal;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
}

#largepreview img {
	width: 100%;
}