@charset "UTF-8";

/* CSS Document */

/* Select Controls
----------------------------------------------- */
#effectsSelect { width: 180px; }
#effectsControls {	margin:0 auto 10px auto;}
#effectsGalleries {	margin:0 auto 20px auto; }
#effectsGalleries label { padding-bottom: 2px; }


.effectsTransport a {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0 1px 0 0;
	width: 200px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsTransport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsReload_0 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#effectsReload a {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 140px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#effectsReload a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* Boxes
----------------------------------------------- */
.navigation_pane {
  width:200px;
  height:auto;
  position:relative;

}

.content_panel {
  width:500px;
  height:250px;
  position: relative;


}

.container {
  width:500px;
  height:250px;
  position:absolute;
  left:270px;
  top:40px;
  background-color:#000000;
  z-index:10;
}

#text_pane {
  width:500px;
  height:115px;
  position:absolute;
  left:270px;
  top:290px;
  text-indent:5px;
}

/* Effect Boxes
----------------------------------------------- */
#content_box{
	background-image: url(../images/exroom.jpg);

}

#content_box1{
	background-image: url(../images/hroom.jpg);

}

.imageStyle {border: 1px solid #544D4B;}