.chapters {
	overflow-x: hidden;
	overflow-y: visible;
	color: #ffffff;
	border: 1px solid #303030;
	margin: -15px;
	max-height: 285px;
	min-height: 120px;
	background-color: #FFFFFF;
}

.chapters div {
	cursor: pointer;
	padding-left: 5px;
	height:20px;
	white-space:nowrap;
}

.chapters div a {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.chapters div:hover {
	background-color: #C6BCAE;
}

.playing {
	background-color: #F90;
	white-space:nowrap;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#fff;
	width: 100%;
	border:1px solid #333;
	-background:#666;
	margin: 0;
	left:  0px;
	top: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* accordion header */
#accordion h2 {
	background:#FFF;
	line-height: 14px;
	margin:0;
	padding:5px 5px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	color: #666;
}

/* currently active header */
#accordion h2.current {
	/*cursor:default;*/
	background-color:#CCC;
	font-size: 14px;
	font-weight:normal;
	color: #000;
}

/* accordion pane */
#accordion .pane {
    border:1px solid #fff;
    border-width:0 2px;
    display:none;
    max-height:285px;
    padding:15px;
    font-size:12px;
	overflow:auto;
}

.currentpane{
	background-color:#00F;
}

/* a title inside pane */
#accordion .pane h3 {
    font-weight:normal;
    margin:0;
    font-size:14px;
    color:#999;
}


.sponsors {
	margin-top: -15px;
}
.sponsors img {
	margin-right: 12px;
	margin-left: 12px;
}
.sponsors h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #39C;
}
.sponsors h4 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: lighter;
	margin-top: -20px;
}


.sponsors #icons {
	float: right;
	margin-top: -100px;
}

.sponsors h3 #RVEEH {
	color: #333;
	font-weight: bold;
}


.sponsors h3 #ophthalmology {
	color: #F90;
}
