
#classmagsLeft {
	width: 695px;
}

#classmagsBooks {
	height: 200px;
	padding: 0 0 0 0;
	position: relative;
}
#classmagsBooks .indicator_bar {
	position: absolute;
	right: 16px;
	top: 7px;
}
#classmagsBooks .indicator_bar div {
	margin-left: 6px;
	height:14px;
	width: 14px;
	float: left;
}
#classmagsBooks .indicator_bar .indicator {
	background: url(./images/ClassMag_booksmarker_off.gif) no-repeat;
}
#classmagsBooks .indicator_bar .indicator_active {
	background: url(./images/ClassMag_booksmarker_on.gif) no-repeat;
}
#classmagsBooksMarkers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#classmagsBooksMarkers li {
	display: inline;
	margin-left: 3px;
	padding: 0;
}
#classmagsBooks .previous_button {
	background: url(images/ClassMag_booksleftarrow_on.gif) no-repeat;
	cursor: pointer;
	height: 34px;
	left: 10px;
	position: absolute;
	top: 70px;
	width: 34px;
}
#classmagsBooks .previous_button_over {
	background: url(images/ClassMag_booksleftarrow_over.gif) no-repeat;
}
#classmagsBooks .previous_button_disabled {
	background: url(images/ClassMag_booksleftarrow_off.gif) no-repeat;
	cursor: default;
}
#classmagsBooks .next_button {
	background: url(images/ClassMag_booksrightarrow_on.gif) no-repeat;
	cursor: pointer;
	height: 34px;
	position: absolute;
	right: 11px;
	top: 70px;
	width: 34px;
}
#classmagsBooks .next_button_over {
	background: url(images/ClassMag_booksrightarrow_over.gif) no-repeat;
}
#classmagsBooks .next_button_disabled {
	background: url(images/ClassMag_booksrightarrow_off.gif) no-repeat;
	cursor: default;
}
#classmagsBooks .container {
	left: 47px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 600px;
}
#classmagsBooks .container ul {
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100000px;
}
#classmagsBooks .container ul li {
	float: left;
	list-style: none;
	margin: 0;
	width: 144px;
	padding: 0 3px 0 3px;
	text-align: center;
}
#classmagsBooks .container ul li div.classmagsBooksCellText {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 3px;
	text-align:left

}
#classmagsBooks .container ul li div.classmagsBooksCellText a {
	color: #2f89cb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#classmagsBooks .container ul li p.classmagsBooksCellText a:hover {
	text-decoration: underline;
}
