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

/*opera slider dark*/

/*Load CSS before JavaScript*/
		#slides {
			width:588px;
			height:338px;	
			margin-top:106px;
			margin-left:62px;
			margin-right:;
			text-align:center;
		}
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:588px;
			display:none;
		}
		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:588px;
			height:350px;
			display:block;	
		}
		.next {
			background-color: #ff6;
			text-align: center;
			height: 20px;
			width: 100px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 7px;
			font-size: 14px;
			margin-top:10px;
		}
		.prev {
			background-color: #FF6;
			text-align:center;
			height: 20px;
			width: 100px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 7px;
			font-size: 14px;
		}
		#drawingdiv{
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-image: url(../images/operaimages/auditorium-dark.gif);
		}
		.backbox{
			border-left:#000 medium solid;
		}
		#body{
			background-color:#FFF;
			position:relative;
		}