@charset "UTF-8";
/* CSS Document */

.profile_button {
	background-color: #9FC1BA;
}

#sub_navigation ul {
	display:block;
	top: 25%;
}
#textbox {
	padding-top: 0;
}
#textbox h5 {
	font-weight: normal;
}
#textbox h5 strong {
	font-weight: bold;
}
#textbox ul {
	font-size: 1.2em;
	float: left;
	margin: auto;
	text-align: center;
}
#textbox li {
	list-style-type: none;
	display: block;
	margin: 5px;
	width: 90px;
}
#textbox img {
	clear: none;
	margin-bottom: 5px;
}
#textbox li a {
}
#textbox .profile_thumb {
	float: left;
	margin-right: 25px;
}
#content_box .studiobox {
	height: 100%;
	top: 0px;
	border: none;
}
#imagebox {
	text-align: left;
	width: auto;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	bottom: 0px;
}
#imagebox img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110%;
}
#imagenav {
	height: 50px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 200;
	bottom: 10px;
	left: 20px;
}
#imagenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	margin-left: -2px;
}
#imagenav li {
	float: left;
}
#imagenav a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #516567;
}
#imagenav a:hover {
	color: #FFFFFF;
	background-color: #9FC1BA;
}
#imagenav #imagenav_select {
	color: #FFFFFF;
	background-color: #9FC1BA;
}
