/** Scrollable Styles **/

/* root element for the whole scrollable setup */
#scroller_wrapper {
	padding-top: 75px;
}

div.scrollable {  
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 560px;
	margin: 0;
}

div.scrollable .backImage {
	position: relative;
	top: 300px;
	z-index: 8;
}

div.scrollable .frontImage {
	position: relative;
	z-index: 9;
}
div.scrollable .frontImage2 {
	position: relative;
	z-index: 9;
}

div.scrollable .frontImage h2 {
	color: #e3e4cf;
	position: absolute;
	top: 50px;
	left: 50%;
	font-size: 40px;
	margin-left: 20px;
	text-shadow: #000 0 -1px 0;
}

div.scrollable .frontImage p {
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: 50px;
	text-align: left;
	color: #fffffd;
	line-height: 22px;
	font-size: 15px;
	text-shadow: #000 0 -1px 0;
}

div.scrollable .iphone h2 {
	margin-left: 0px;
}

div.scrollable .iphone p {
	margin-left: 30px;
}
div.scrollable .frontImage .thewarriors_learnMore {
	position: absolute;
	top: 295px;
	left: -250px;
	display: block;
}
div.scrollable .frontImage .social_learnMore {
	position: absolute;
	top: 230px;
	left: 160px;
	display: block;
}
div.scrollable .frontImage .joinfight_learnMore {
	position: absolute;
	top: 200px;
	left: 53px;
	display: block;
}
div.scrollable .frontImage .thegoddess_learnMore {
	position: absolute;
	top: 217px;
	left: -410px;
	display: block;
}
div.scrollable .frontImage .thecause_learnMore {
	position: absolute;
	top: 185px;
	left: -110px;
	display: block;
}

div.scrollable .frontImage .learnMore:hover {
	background-position: 0px -50px;		
}

div.scrollable .frontImage .learnMore:active {
	background-position: 0px -100px;		
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}

/* single item */
.thumbs div {
	float: left;
	/*width: 853px;*/
	width: 980px;
	text-align: center;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	/*float: left;*/]
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 42px;
	height: 41px;
	background: url(../images/left2.png) no-repeat 0 0px;
	/*float: left;*/
	margin: 235px 4px;
	cursor: pointer;
	position: absolute;
	top: 320px;
	z-index: 50;
	background-size: 42px;
	display: none;
}

a.next, a.nextPage {
    right: 50%;
    margin-right: -470px;
}

a.prev, a.prevPage {
    left: 50%;
    margin-left: -470px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -41px;		
}

a.prev:active, a.next:active, a.prevPage:active, a.nextPage:active {
	background-position: 0px -82px;		
}

/* disabled navigational button */
a.disabled {
	/*visibility: hidden !important;		*/
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(../images/right2.png);
	clear: right;	
	background-size: 42px;
	display: none;
}

/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin:10px 0 0 0;
    width: 60px;
	height: 10px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: 0px;
    text-align: center;
}


/* items inside navigator */
div.navi a {
	width: 60px;
	height: 8px;
	float: left;
	margin: 2px;
	background: url(../images/navigator2.png) 0 0 no-repeat;     
	cursor: pointer;	
	border: none;
	background-size: 79px;
}

/* mouseover state */
div.navi a:hover {
	background-position: 0 -10px;     
}

/* active state (current page state) */
div.navi a.active {
	background-position: 0 -20px;     
}