/*
----------------------------------------------------
Title: 		Trilogy Online - Index CSS
Author:		Matthew Spiel - www.spicreative.net
Updated:	
Valid:		
----------------------------------------------------
*/

/* Sub Page Curriculum */
div#class_wr_sub {
	background: none;
	margin: 10px 0px 0px;
}
div.class_small_sub {
	margin-bottom: 20px;
}
.contentpaneopen ul {
	list-style: none;
}
/* Home Page Curriculum */
div#class_wr {
	background: url(../images/class-nav.jpg) no-repeat center center;
}
a.arrow_left {
	border: none;
	float: left;
	padding: 32px 0px;
}
a.arrow_right {
	border: none;
	float: left;
	padding: 32px 0px;
}
a.arrow_left:hover {
	margin-left: -8px;
	padding-right: 8px;
}
a.arrow_right:hover {
	margin-right: -13px;
	padding-left: 8px;
}
div#class_wr div.content_gradient {
	height: 230px;
	padding: 10px;
}
div.class_small_center {
	margin: 0px 5px;
}

