/*********************************/

div {position: relative;}

#wrapper {
    background: #ffffff;
    /*border: 3px solid #000000;*/
    width: 940px;
    height: 337px;
    background-position:top;
}
#mountain {
	background: url(../images/desert-mountain.png) no-repeat left bottom;
	height: 328px;
}

#ground {
	background: url(../images/desert-ground.png) no-repeat left bottom;
	height:337px;
}

#tree {
	background: url(../images/desert-tree.png) no-repeat left bottom;
	height: 328px;
}

#wrapper-zoom {
    background: #ffffff;
    width: 940px;
    height: 324px;
    margin-top:-42px;
}

#mountain1-zoom {
	background: url(../images/desert-mountain-zoom.png) no-repeat left bottom;
	height: 328px;
}

#mountain2-zoom {
	background: url(../images/desert-mountain2-zoom.png) no-repeat left bottom;
	height: 328px;
}

#ground-zoom {
	background: url(../images/desert-ground-zoom.png) no-repeat left bottom;
	height: 328px;
}

#tree-zoom {
	background: url(../images/desert-tree-zoom.png) no-repeat left bottom;
	height: 328px;
}

.offset {
	position: absolute;
	left: -9999px;
}

#way-sign {
	background: url(../images/way-sign-zoom.png) no-repeat center top;
	height: 328px;
}

#full-image
{
    width: 100%;
    height: 337px;
    background-position:top;
}
#full-image-arrow-1{
	background: url(../images/way-sign-Arrow1-off-zoom.png) no-repeat center top;
	height: 36px;
}

#full-image-arrow-2 {
	background: url(../images/way-sign-Arrow2-off-zoom.png) no-repeat center top;
	height: 31px;
}

#full-image-arrow-3 {
	background: url(../images/way-sign-Arrow3-off-zoom.png) no-repeat center top;
	height: 99px;
}

.arrow-1-on{
	background: url(../images/way-sign-Arrow1-on-zoom.png) no-repeat center top !important;
}

.arrow-2-on {
	background: url(../images/way-sign-Arrow2-on-zoom.png) no-repeat center top !important;
}

.arrow-3-on {
	background: url(../images/way-sign-Arrow3-on-zoom.png) no-repeat center top !important;
}
#loader
{
 height: 328px; 
}


