/* RESET */
div#site-menu {
	display: none;
}

body {
	background: url(../images2/bg_body.jpg) top center fixed #222222;
}

div#page, div#main, div#page-wrapper, div#main-content {
	width: 100%;
	background: none;
	margin: auto;
	padding: 0;
	margin: 0;
}

body.page-ff7 a,
body.page-ff7 a:hover,
body.page-ff7 a:active {
	color: white;
}

body.page-ff7 #footer {
	display: none;
}


/* pagescroller */
.section {
	text-align: center;
	overflow: hidden;
}

body.page-ff7 ul {
	list-style: none;
	margin: 0;
}

body.page-ff7 #main-content {
	color:white;
}


.pageScroll a:hover {
	color: white;
}

div.containerScroll {
	position: fixed;
	top: 37px;
	bottom: 0;
	z-index: 50;
	left: 0;
	margin: 0; 
	background-color: #0b1725;
	width:100%;
	height: 41px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

ul.pageScroll {
	width: 980px;
	margin: 0 auto;
}

li.scrollNav a {
    display: block;
    width: 100%;
    height: 100%;
}

li.scrollNav {
	padding: 13px 26px 8px;
	float: left;
}

/* li.scrollNav:hover, */
li.scrollNav.active {
	margin-left:0;
	background-color: #406285;
	position: relative;
}

li.scrollNav.active:before {
    content:"";
    width:0;
    height:0;
    border-style: solid;
    border-width: 16px 16px 0;
    border-color: #406285 transparent transparent;
    position: absolute;
    left:35%;
    top:40px;
}
li.scrollNav.scrollNav_1.active:before,
li.scrollNav.scrollNav_5.active:before {
    left:32%;
}

.social {
	padding: 7px 0 0 4px;
	float: right;
}

div.section {
	z-index: 0;
}

div.scroll-content,
div.inner-section {
	width: 980px;
	height: 100%;
}

div.inner-section {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.square {
	position: absolute;
	height: 15px;
	width: 15px;
}

div.scroll-content,
div.scroll-element {
	position: absolute;
	overflow: hidden;
	text-align: left;
}

div.scroll-content {
	overflow: visible;
	left:0;
	top:100px;
/*	top:0;*/
}

div.scroll-content li,
div.scroll-element.title li,
div.scroll-element.desc li,
div.scroll-element.mini li {
	overflow: hidden;
	display: none;
	float: left;
}

div.scroll-content li.active,
div.scroll-element.title li.active,
div.scroll-element.desc li.active,
div.scroll-element.mini li.active {
	display: block;
}

div.scroll-element ul {
	height: 100%;
	width: 9999px;
}

div.scroller {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

div.scroller li {
    cursor: pointer;
}

div.scroll-element.title {
	font-size: 39px;
	line-height: 40px;
}

#ff7-characters div.scroller {
	top: 683px;
	width: 800px;
	height: 75px;
}

#ff7-characters div.scroller ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    height:75px;
    width: 800px
}

#ff7-characters div.scroller li {
	width:75px;
    height:75px;
    display:block;
    float:left;
    position:relative;
	border-left: 5px solid transparent;
}

#ff7-characters div.scroller li span {
	display: block;
	width: 75px;
	height: 75px;
	border: 5px solid white;
    background-color:white;
    box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
    transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
    position:absolute;
    z-index: 1;
    margin:0;
    overflow: hidden;
}

#ff7-characters div.scroller li.big span,
#ff7-characters div.scroller li:hover span {
	margin: -15px;
	width: 105px;
	height: 105px;
	z-index:2;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/** characters menu **/
#ff7-characters div.scroller span.character {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
    !display:inline;
    !zoom:1;
}

#ff7-characters div.scroller span.character.cloud {background-image: url(../images/characters_icon_cloud.jpg);}
#ff7-characters div.scroller span.character.aerith {background-image: url(../images/characters_icon_aerith.jpg);}
#ff7-characters div.scroller span.character.tifa {background-image: url(../images/characters_icon_tifa.jpg);}
#ff7-characters div.scroller span.character.barrett {background-image: url(../images/characters_icon_barrett.jpg);}
#ff7-characters div.scroller span.character.yuffie {background-image: url(../images/characters_icon_yuffie.jpg);}
#ff7-characters div.scroller span.character.cid {background-image: url(../images/characters_icon_cid.jpg);}
#ff7-characters div.scroller span.character.vincent {background-image: url(../images/characters_icon_vincent.jpg);}
#ff7-characters div.scroller span.character.redxiii {background-image: url(../images/characters_icon_redxiii.jpg);}
#ff7-characters div.scroller span.character.caitsith {background-image: url(../images/characters_icon_caitsith.jpg);}
#ff7-characters div.scroller span.character.sephiroth {background-image: url(../images/characters_icon_sephiroth.jpg);}

/** characters heroes */
#ff7-characters div.scroll-element.hero span.character {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 600px;
	width: 1050px;
}
