/* content styles */
#content .left-column h1{
	margin:0;
	color:#ffffff;
	font-size:24px;
	line-height:24px;
}
div.char {
	position: absolute;
	left: 20px;
	top: 56px;
	width: 314px;
	visibility: hidden;
}
div.prev {
	position: relative;
	left: 0px;
	width: 70px;
	height: 9px;
}
#previmg a{
	display:block;
	width:70px;
	height:9px;
	position:relative;
	cursor:pointer;
	outline:none;
}
#previmg a:hover{
	background-position:0 -9px;
}
div.next {
	position: relative;
	left: 260px;
	top: -9px;
	width: 44px;
	height: 9px;
}
#nextimg a{
	display:block;
	width:44px;
	height:9px;
	position:relative;
	cursor:pointer;
	outline:none;
}
#nextimg a:hover{
	background-position:0 -9px;
}