@charset "UTF-8";

#gl_nav #gl_characters a {
	background-position:0 -40px;
}
#characters {
	width: 780px;
	position: relative;
}
#characters .character {
	height: 220px;
	width: 380px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#characters .character a {
	background: #F49E10;
	display: block;
	height: 180px;
	width: 340px;
	padding: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #1a1a1a;
	text-decoration: none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#characters .character a:hover {
	text-decoration: none;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#characters .character a .artist {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#characters .mainimage {
	text-align: right;
	width: 780px;
	position: relative;
	margin-bottom: 40px;
}
#characters .mainimage .link {
	height: 300px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#characters .col_l {
	width: 220px;
	margin-right:20px;
}

#characters .col_r {
	width: 540px;
}
#characters .col_l .profile .photo {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 10px;
}
#characters .col_l .profile .name {
	width: 140px;
	float: left;
	height: 80px;
}
#characters .profile .name h3 {
	font-size: 12px;
	font-weight: bold;
}
#characters .profile .profile_body {
	font-size: 10px;
}
#characters .description {
	margin-bottom: 20px;
}
#characters  h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}
#characters .imgs .section .caption {
	font-size: 10px;
	color: #999;
	padding-top: 6px;
	text-align: left;
}
#characters .imgs .section {
	margin-bottom: 30px;
}
#characters_icons {
	clear: both;
	padding-top: 20px;
}
#characters .mainimage .link .link1 {
	display: block;
	height: 20px;
	width: 160px;
	position: absolute;
	left: 20px;
	top: 245px;
	z-index: 11;
}
#characters .mainimage .link .link2 {
	display: block;
	height: 20px;
	width: 160px;
	position: absolute;
	left: 20px;
	top: 265px;
	z-index: 10;
}
#characters .mainimage .link img {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#characters h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#characters .imgs .section2 img {
	margin-bottom: 12px;
}
