/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
    background: white;
}

body {
    margin: 0 auto;
}

html, body {
	-webkit-touch-action: none;
	touch-action: none;

}

#imgArea {
    position: relative;
    width: 337px;
    height: 310px;
    top: 95px;
    margin: auto;
}

#imgArea2 {
    position: relative;
    width: 495px;
    height: 310px;
    top: 95px;
    margin: auto;
}

#imgArea3 {
    position: relative;
    width: 407px;
    height: 310px;
    top: 95px;
    margin: auto;
}

#container {
    background: url('../assets/images/bg.png');
    width: 821px;
    height: 497px;
    margin: 0 auto;
}

#controls {
    height: 40px;
    width: 821px;
    position: absolute;
    margin: 0 auto;
}

#back {
    width: 66px;
    height: 33px;
    background: url('../assets/images/back1.png');
    margin-left: 20px;
}

#back.hover {
    width: 66px;
    height: 33px;
    background: url('../assets/images/back1.png');
    margin-left: 20px;
}

#back.hover:hover {
    width: 66px;
    height: 33px;
    background: url('../assets/images/back2.png');
    margin-left: 20px;
}

#next {
    width: 59px;
    height: 33px;
    background: url('../assets/images/next1.png');
    float: right;
    left: 745px;
}

#next.hover {
    width: 59px;
    height: 33px;
    background: url('../assets/images/next1.png');
    float: right;
    left: 745px;
}

#next.hover:hover {
    width: 59px;
    height: 33px;
    background: url('../assets/images/next2.png');
    float: right;
    left: 745px;
}

#buttonContainer {
    width: 821px;
    height: 40px;
    top: 455px;
    position: absolute;
}

.buttons {
    cursor: pointer;
    position: absolute;
}

main {
	/*IE*/
	display:block;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
    width: 821px;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.noSelect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}