#AccordianWrapper {
	width: 100%;
	text-align: center; /* Makes IE Center the the div inside the wrapper */
}

.accordian {
	margin: 0px auto 25px auto; /* "auto" on left & right centers in non-IE browsers */
	width: 710px; 
	height: 250px;
	padding: 10px;
    border-top: #D3A833 1px solid;
    border-bottom: #D3A833 1px solid;
}

.panel{
  height: 250px;
  width: 75px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.slide, .slidestatic {
  width: 475px;
  height: 250px;
  float: left;
  overflow: hidden;
  margin: 0px;
  background-color: #f4f2e0;
}

.photo {
  position: relative;
  height: 230px;
  float: left;
  overflow: hidden;
  border: 10px solid transparent;
}

.body {
  position: relative;
  overflow: hidden;
  height: 230px;
  width: 200px;
  float: left;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.body H1 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: black;	
}

.body H2 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 8pt;
	color: black;
	font-weight: normal;	
}

.body p {
	font-size: 10pt;
	color: black;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li{
  float: left;
}

#active {
  width: 550px;
}

ul li p {
  margin: 0;
  padding: 0;
  display: block;
}
.panel td {
	vertical-align: top;
	padding: 0px;
}

.panel table {
	border-collapse:collapse
}

.tab
	{
		cursor: pointer;
		display: block;
		background-color: #8C2633;
   		width: 75px;
  		height: 250px;
  		padding: 0px;
  		margin: 0px;
  		border: 1px solid white;
  		overflow: hidden;
  		vertical-align: middle;
  	}
 
 .tabtext{
   		color: white;
   		overflow: hidden;
   		width: 230px;
  		height: 55px;
		display: block;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		-webkit-transform: rotate(-90deg);	
		-moz-transform: rotate(-90deg);
		position: absolute; /* positions for IE, chrome and firefox adjusted below */
		top: 10px;
		left: 10px;
	}
	
.tab div:nth-child(1)
	{
		/* adjustments for chrome and firefox */
		position: absolute;
		left: -80px;
		top: 95;
		z-index: 9999;
	}
	
.tab h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: white;	
}

.tab p {
	font-size: 8pt;
	color: white;
}

.footer {
	display: block;
	position: absolute;
	top: 210px;
	left: 76px;
	height: 40px; 
	width: 475px;
	color: white; 
	z-index: 10000;
	overflow: hidden;
	text-align: right;
}
	
.background {
	display: block;
	position: absolute;
	top: 15px;
	left: 0px;
	height: 24px; 
	width: 475px;
	background-color: black; 
	color: white; 
	z-index: 10000;
}

.pause, .play {
	display: block;
	position: absolute;
	top: 7px;
	left: 110px;
	z-index: 10001;
}

.play {
	display: none;
}

.next {
	display: block;
	position: absolute;
	top: 12px;
	left: 148px;
	z-index: 10001;
}

.back {
	display: block;
	position: absolute;
	top: 12px;
	left: 83px;
	z-index: 10001;
}
