
/* presentation-specific override of sidebar css styles */

.sidebar_title_text {
	height:125px;
	background-position:center;
}

/* our sidebar graphic for this
presentation has text embedded in 
it.  remove the text that the framework
will render */
.sidebar_title_text span {
	display:none;
}

.sidebar_title_text div {
	display:none;
}
