
.panel {
	background-color: #1c1c1c;
	color: white;
	text-align: left;
	}
.panel h2 {
	color: #A79787;
	width: 100%;
	padding-bottom: 1px;
	border-bottom: 1px solid #A79787;
	margin-bottom: 10px;
	font-size: 20px;
	}

.panel h3 {
	color: #404040;
    font-size: 16px;
	width: 100%;
    padding-top: 6px;
	padding-bottom: 1px;
	border-bottom: 1px solid #A79787;
	margin-bottom: 10px;
	}


#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 600px;
/*
    overflow: auto;
    overflow-x: hidden;
*/
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
	background-color: #1c1c1c;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 400px;
    width: 600px;
}


a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    border: 0;
}

.scrollButtons.left {
    left: -70px;
}


.scrollButtons.right {
    right: -70px;
}

.closeimg img { border: 0;}

.closeimg {
	padding-left: 10px;
	float: right;
	}
	
/*  comments */
#comments li {
  background-color: #404040;
  padding: 4px;
  border: 1px solid black;
  margin: 5px;
}

div.comment_author {
text-align: right;
}


