#go-to button {
	font-family: "Times New Roman";
	font-size: 18px;
	visibility: visible;
	text-align: center;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	width: 100%;
	line-height: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.65);
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.65);
	box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.65);
	cursor: pointer;
	background-image: url(Images/Trump_Plaza_Logo_Beta_1.fw.png);
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	color: #0B2F2F;
}

#previous {
	visibility: visible;
	text-align: left;
	left: 0px;
	top: 0px;
	padding-left: 100px;
	padding-bottom: 100px;
	background-image: url(../Images/Left%20Arrow.fw.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: inherit;
	background-repeat: no-repeat;
	opacity: .9;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
#next {
	visibility: visible;
	text-align: left;
	left: 0px;
	top: 0px;
	padding-left: 100px;
	padding-bottom: 100px;
	background-image: url(../Images/RightArrow.fw.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: inherit;
	background-repeat: no-repeat;
	opacity: .9;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;

}


.container {
      width: 1024px;
      height: 837px;
      position: relative;
      margin: 0 auto 40px;
      -webkit-perspective: 1100px;
         -moz-perspective: 1100px;
           -o-perspective: 1100px;
              perspective: 1100px;
    }


    #carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
    }

    .ready #carousel {
      -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
    }
	

    #carousel.panels-backface-invisible figure {
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
           -o-backface-visibility: hidden;
              backface-visibility: hidden;
    }

    #carousel figure {
	display: block;
	position: absolute;
	width: 1000px;
	height: 613px;
	left: 10px;
	top: 0px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 30px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 30px rgba(255,255,255,1);
	box-shadow: 0px 1px 30px rgba(255,255,255,1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
    }

    .before {
      transform: translate(50px);
    }

    .ready #carousel figure {
      -webkit-transition: opacity .5s, -webkit-transform .5s;
         -moz-transition: opacity .5s, -moz-transform .5s;
           -o-transition: opacity .5s, -o-transform .5s;
              transition: opacity .5s, transform .5s;
    }
#previous:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;

}
#next:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;

}
#go-to button:hover {
	background-color: #0F1A14;
	color: #FFF;
	width: 300px;
	opacity: .95;
}
