.rolltitle, .gallerytitle { /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin:0;
	padding:0;
	line-height:20px;
	height:24px;	
	border-bottom:1px solid #a8a8a8;
}

.rolltitle, .gallerytitle  {
	color:#807471;
}

.rolltitle:hover, .gallerytitle:hover {
	/*background-color:#0000ff;*/
	color:#fa88a9;
	
}

.rolltitle:selected, .gallerytitle:selected {
	color:#C0D8DE;
}
	

.rollcontent, .gallerycontent {
	padding:0;
	/*padding-left:20px;*/
	/*border:1px solid #000;*/
	
}
.open_rollcontent{ /*class added to contents of 2nd demo when they are open*/

}

.close_rollcontent{ /*class added to contents of 2nd demo when they are closed*/

}

