body {
	margin: 0;
	overflow: hidden;
}
#loadingScreen{
   
    text-align:center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    z-index: 9000;
    display: block;
}

/* TODO remove hardcoded webkit attribute */
#imgWrapper {
    position: relative;
	text-align: center;
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;
	/*-webkit-background-size: 5814px 400px;*/
}

.moveImg{
	top: 0;
	width: 100px;
	height: 100%;
	position: absolute;
}
#moveLeft{
	left: 0;
	background-image: url(../img/move_left.png)
}

#moveRight{
	right: 0;
	background-image: url(../img/move_right.png)
}
#overview{
	text-align: center;
	display: inline-block;
	position: relative;
	border: 3px solid #333;
}
#overviewFrame{
	width: 102px;
	height: 100%;
	border-left: 3px solid #333;	
	border-right: 3px solid #333;
	display: inline-block;
}