.clr {width:0;height:0;line-height:0;font-size:0;clear:both;}

.container {
    width: 100%;
    height: 100%;
    margin: auto;
}

#imageContainer {
	width: 100%;
	height: 100%;
    cursor: default;
	position: relative;
}

#imageContainer img {
	position: absolute;
	left: 0;
	top: 0;
}

#imagePreloader {
    position: absolute;

    top: -200000px;
    left: -200000px;
}

div.defaultButton {
	width: 50px;
	height: 50px;
	background-color: #7F0000;
	font-size: 25px;
	line-height: 45px;
	color: #000;
	text-align: center;
/*	margin-top: 150px;*/
	z-index: 99;
}

div.defaultButton.prevNav {
	float: left;
}

div.defaultButton.nextNav {
	float: right;
}

div.gallery {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
    margin: auto;
}

img.full-width {
	width: 100%;
    height: auto;
    left: 0;
}

img.full-height {
	height: 100%;
    width: auto;
    top: 0;
}

div.gallery-image-position, div.thumb-position {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background-color: #7F0000;
    border: 1px solid white;
}

div.thumb-position {
/*    display: none;*/
}

div.gallery-image-container, div.thumb-container {
    position: relative;
    width: 100%;
    height: 100%;
}

div.gallery-image-container img, div.thumb-container img {
    position: absolute;
    left: 0;
    top: 0;
}

div.selected, div.selected div.thumb-position {
    background-color: white;
    border-color: #7F0000;
}

div.selected div.thumb-link {
    background-color: #7F0000;
}

div.gallery-image-position-over {
    background-color: #6E6E6E;
}

div.gallery-image-position-over div.thumb-position {
    display: block;
}

div.thumb-link {
    width: 4px;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -2px;
}

div.gal-global {
    position: relative;
	overflow: hidden;
}

div.gal-scroller {
    position: absolute;
    left:0;
    top: 0;
}

div.event-handler {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

div.scrollable {
    cursor: w-resize;
    position: absolute;
    z-index: 1000;
    top: 0;
}

div.scrollable div.opacityContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

div.scrollable div.text, div.scrollable div.opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

div.scrollable div.text {
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 100%;
	z-index: 3;
}

div.scrollable div.opacity {
    background-color: #6E6E6E;
}

