/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Characters Elements - Page Layout
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.charactersPageBankContainer {
	width: 996px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.charactersPageBank {
	width: 2560px;
	height: 3405px;
	left: -142px;
	top: 0px;
	position: absolute;
}

.charactersPageContainer {
	width: 2560px;
	height: 3405px;
	left: 0px;
	position: absolute;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.charactersPageMask {
	width: 1280px;
	height: 3405px;
	left: 0px;
	overflow: hidden;
	position: absolute;
}

.charactersPage {
	width: 1280px;
	left: 0px;
	position: absolute;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.charactersButtonSwitch {
	width: 211px;
	height: 103px;
	top: 300px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

#charactersButtonSwitchOcean {
	
}

#charactersButtonSwitchTank {
	
}

#charactersPageLeft {
	height: 3405px;
}

#charactersPageRight {
	left: 1280px;
}

.charactersImageBackground {
	width: 1280px;
	left: 0px;
	position: relative;
}

#oceanImageTop {
	height: 1000px;
}

#oceanImageMiddleTop {
	height: 1000px;
}

#oceanImageMiddleBottom {
	height: 1000px;
}

#oceanImageBottom {
	height: 405px;
}

#tankGangImageTop {
	height: 1000px;
}

#tankGangImageBottom {
	height: 914px;
}


.charactersBlinkingArrow {
	width: 50px;
	height: 74px;
	top: 280px;
	position: absolute;
}

#charactersBlinkingArrowOcean {
	left: 788px;
}

#charactersBlinkingArrowTank {
	left: 780px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Characters Elements - Character Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.characterHotspot {
	cursor: pointer;
	*cursor: hand;
	width: 0px;
	height: 0px;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0.0;
	left: 0px;
	position: absolute;
}

.charactersShadowbox {
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	z-index: 1000000000;
	display: none;
}

.charactersFullSizeContainer {
	width: 920px;
	height: 600px;
	position: absolute;
	z-index: 1000000001;
	display: none;
}

.charactersFullSizeGlow {
	width: 962px;
	height: 512px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.charactersFullSizeImage {
	width: 920px;
	height: 600px;
	position: absolute;
}

.charactersFullSizeTextShadow {
	width: 920px;
	height: 600px;
	position: absolute;
}

.charactersFullSizeNameText {
	
}

.charactersFullSizeText {
	left: 430px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	position: absolute;
}

#charactersFullSizeTextBody {
	width: 460px;
	height: 260px;
	top: 104px;
}

.charactersFullSizeCloseButton {
	width: 33px;
	height: 30px;
	left: 930px;
	top: 0px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

#relatedVideosText {
	width: 460px;
	height: 20px;
	top: 367px;
}

#wallpapersText {
	width: 460px;
	height: 20px;
	top: 476px;
}

#wallpapersLinkBank {
	width: 310px;
	height: 63px;
	top: 506px;
	position: absolute;
}

.wallpapersLinkBlock {
	width: 100px;
	height: 63px;
	position: absolute;
}

#wallpapersLinkBlockLeft {
	left: 83px;
}

#wallpapersLinkBlockRight {
	left: 193px;
}

.wallpapersLinkDiv {
	width: 150px;
	height: 30px;
	cursor: pointer;
	*cursor: hand;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 11pt;
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Characters Elements - Character Thumbs
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.charactersThumbBank {
	width: 428px;
	height: 63px;
	left: 430px;
	top: 392px;
	position: absolute;
}

.charactersThumbRow {
	width: 428px;
	height: 63px;
	position: absolute;
}

#charactersThumbRowTop {
	
}

#charactersThumbRowBottom {
	top: 99px;
}

.charactersThumbContainer {
	width: 63px;
	height: 63px;
	position: absolute;
}

.charactersThumbGlow {
	width: 75px;
	height: 75px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.charactersThumbImage {
	width: 63px;
	height: 63px;
	/*cursor: pointer;*/
	/**cursor: hand;*/
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Characters Tool Tip
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.characterToolTip {
	width: 292px;
	height: 136px;
	position: absolute;
}

.characterToolTip img {
	position: absolute;
}

.characterToolTipText {
	position: relative;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: "Arial Black", arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #002165;
	text-align: center;
}