@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
}
/* General AGCS items */
#container {
	position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

.element {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.show {
		opacity: 1;
}
.hide {
    opacity: 0;
}
#border {
		pointer-events: none;
    border: 1px solid #000000;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
/* Campaign specific items */
#bg {
	left: 30px;
}
#bluewedge, #cta, #autodeskMaya {
	left: 320px;
}
#panel, #madeinMaya, #getMayaNow {
		left: -320px;
}
