/** JMGalleryWrap - JoomlaMarket's Image Gallery
* Version: 1.0
* Author: Jens Rieks 
* Copyright (C) 2008 Jaser Bratzadeh / JoomlaMarket. All rights reserved.
*/

.jmGallery {
	position:relative;
	overflow:hidden;
}
.jmGallery .thumbnailsContainer {
	position:absolute;
	overflow: hidden;
}
.jmGallery img.jmThumbnail {
	position:absolute;
}
.jmGallery .img {
	position:absolute;
	border:1px solid red;
	background-color:white;
}
.jmGallery .slider {
	position:absolute;
	background-color:black;
	z-index:2;
}

.jmGallery .jmGalleryImagePart {
	position:absolute;
}

.jmGallery .jmGalleryImagePart .jmGalleryArea {
	position:static;
	top:0px;
	left:0px;
	overflow:hidden;
}

.jmGallery .jmGalleryImagePart .jmGalleryArea img {
	position:inherit;
}

.jmGallery .jmGalleryImagePart .jmGalleryArea .jmGalleryScrollArea {
	position:inherit;
	background-color: black;
}

.jmGallery .jmGalleryImagePart .jmControls {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.jmGallery .jmGalleryImagePart .jmControls .loading {
	visibility: visible;
	background-image: url('http://jay.deribo.de/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

div.jmGalleryScrollArea img {
	border:0;
}
div.jmGallery .left {
	float:left;
}
div.jmGallery .right {
	float:right;
}
div.jmGallery .panel {
}

div.jmSliderGallery {
	position: relative;
	top:0px;
	left:0px;
}
div.jmSliderGallery div.left {
	float:left;
	padding:10px;
}
div.jmSliderGallery div.right {
	float:right;
	padding:10px;
}
div.jmSliderGallery img.preview {
	display: block;
	padding-bottom: 5px;
	opacity:0.3;
}
div.jmSliderGallery div.nav {
	clear:both;
	background-color:green;
	width:100%;
	text-align: center;
}
div.jmSliderGallery div.layer2 {
	position: absolute;
	top:0px;
	left:50%;
	width:auto;
	height:auto; 
}

