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

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

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

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

.rollcontent, .gallerycontent {
	/*padding:0;*/
	padding-left:10px;
	/*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*/

}
