/* container for slides */
.images {
	position:relative;
	height:644px;
	width:824px;
	cursor:pointer;
	height:574px;
	top: 68px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* single slide */
.images div {
	display:none;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
	width: 800px;
}

/* header */
.images h3 {  /* Title of image */
	font-size:20px;
	font-weight:normal;
	margin: 0px;
	color:#A0A0A4;
	line-height: 80%;
	position: fixed;
	bottom: 20px;
	left: 12px;
	z-index: 8999;
}
.images h4 {   /* Description of image */
	font-size: 12px;
	margin: 0px;
	position: fixed;
	bottom: 80px;
	left: 12px;
}
.intro h1, .intro h5, .intro p { text-align:center; margin:0; line-height:150%; }
.intro h1 { padding-top:10px; }

/*.images p {
	font-size: 12px;
	margin: 0px;
	position: fixed;
	bottom: 80px;
	left: 12px;
}*/
.images p {
	text-align: center;
}
.images img {
	display: inline-block;
	border: 12px solid #000000;
}
.images .slidecont {
	text-align: center;
}
.images .imagebg {
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	padding: 0px;
}
/* Slide Paintings dimensions */
small{color:#666666;}

/* tabs (those little circles below slides) */
.slidetabs {
	margin-left: 10px;
	clear: both;
	position: fixed;
	left: 0px;
	bottom: 50px;
	width: 99%;
	z-index: 8997;
}
.slidetabsNEW {  /* for test page */
	margin-left: 10px;
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 100px;
	width: 1066px;
	z-index: 8999;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(tabs/navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:right;
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background-image: url(tabs/hori_large.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}

/* next */
.forward 				{
	background-position: 0 -20px;
}
.forward:hover 		{ background-position:-20px -20px; }
.forward:active 	 	{ background-position:-40px -20px; } 


/* prev */
.backward:hover  		{ background-position:-20px 0; }
.backward:active  	{ background-position:-40px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.playersAll  {
	width: 200px;
	float: right;
	padding-right: 20px;
}
/* Terry's merge */
.playbuttons {
	clip: rect(auto,auto,auto,auto);
	float: right;
	padding: 0px 10px;
}
/* END SLIDES */


/* ACCORDION */
#sidenav {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 9000;
}
/* root element for accordion */
#accordion {
	/* background: url(tabs/h600.png) 0 0; */
	/*background: url(tabs/h60-40.png) 0 0; used to 2011-1-28*/
	background: url(tabs/h005566-50.png) 0 0;
	width: 110px;
	text-align: left;
}

/* accordion header */
#accordion h2 {
	margin: 0 0 2px 0;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	/* background-image: url(tabs/h60-20.png); */
	background-color:#333399;
	color: #DDDDDD;
}
#accordion a:link, #accordion a:visited  {
	color: #DDDDDD;
	text-decoration: none;
}
#accordion a:hover, #accordion a:active  {
	/* color: #00cccc; */
	color: #33cccc;
	letter-spacing: .02em;
}
#accordion h2 a:hover, #accordion h2 a:active  {
	color: #ffffff;
	letter-spacing: .02em;
}

/* currently active header */
#accordion h2.current {
	cursor: default;
	/*background-color: PREVIOUS COLOR #6666ff;*/
	/*color: #FFFFFF;  PREVIOUS COLOR*/
	background-color: #007777;
	color: #000000;
}
#accordion h2.current a:link, #accordion h2.current a:visited  {
	color: #ffffff; /* emphasis added to current tw */
}

/* accordion pane */
#accordion .pane {
	display: none;
	height: auto;
	padding: 8px 0px 8px 8px;
	color: #fff;
	font-size :11px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight: normal;
	margin: 0 0 -5px 0;
	font-size: 12px;
	color: #999;
}

/* a list inside pane */
#accordion .pane ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #00ffff;
}
#accordion .pane li {
	padding: 3px 0px;
	line-height: 100%;
}
/* END ACCORDION  */

