/*
 Title: Tinga Tinga Website
 Description: Fun & Games CSS for Tinga Tinga Website
 */
body {
    background: #FDD001 url(../images/background-shop.jpg) 0 0 repeat;
}

#main {
    background: url(../images/fun_content_back.jpg) 0 0 no-repeat;
}

/*
 Main Content
 */
#content {
    height: 882px;
}

h2.fun_and_games_header {
    margin-top: 10px;
    margin-left: 450px;
    background: url(../images/fun_and_games_header.png) 0 0 no-repeat;
    width: 512px;
    height: 58px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

ul.meet_nav {
    margin-top: 30px;
    margin-left: 240px;
    width: 1000px;
    height: 100%;
    overflow: hidden;
}

ul.meet_nav li {
    margin-right: 40px;
    float: left;
}

/* Meet the Animals nav */
a.meet_hippo {
    background: url(../images/meet_hippo.png) 0 0 no-repeat;
    width: 295px;
    height: 183px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

a.meet_tickbird {
    background: url(../images/meet_tickbird.png) 0 0 no-repeat;
    width: 224px;
    height: 191px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

a.meet_lion {
    background: url(../images/meet_lion.png) 0 0 no-repeat;
    width: 227px;
    height: 227px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

a.meet_tortoise {
    background: url(../images/meet_tortoise.png) 0 0 no-repeat;
    width: 219px;
    height: 206px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

a.meet_monkey {
    background: url(../images/meet_monkey.png) 0 0 no-repeat;
    width: 259px;
    height: 193px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

a.meet_elephant {
    background: url(../images/meet_elephant.png) 0 0 no-repeat;
    width: 306px;
    height: 209px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/*
 Fun and Games
 */
#fun_games {
    height: 100%;
    overflow: hidden;
}

#games {
    float: left;
    margin-left: 130px;
    width: 478px;
	display: inline;
}

#pdf {
    margin-right: 64px;
    width: 572px;
    float: right;
	display: inline;
}

/*
 Scroller
 */
.scroller {
    width: 520px;
    height: 510px;
    clear: both;
    position: relative;
    display: block;
}

/* Scroller arrows */
#simplePreviousGames, #simpleNextGames, #simplePreviousPDF, #simpleNextPDF {
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: underline;
}

#viewport_games {
    width: 470px;
    height: 510px;
    left: 26px;
    overflow-x: auto;
    position: absolute;
    background: url(../images/viewport_back.png) center center no-repeat;
}

#viewport_games ul {
    padding: 0;
    position: absolute;
}

#viewport_games li {
    width: 510px;
    height: 510px;
    display: inline;
    float: left;
    overflow: hidden;
}

#viewport_games li img {
    display: block;
}

#viewport_games li span.pdf_image {
    height: 311px;
    display: block;
    position: relative;
    left: 104px;
    top: 85px;
}

#viewport_games li span.print {
    display: block;
    float: right;
    position: relative;
    top: 30px;
}

/**/
#viewport_pdf {
    width: 470px;
    height: 510px;
    left: 26px;
    overflow-x: auto;
    position: absolute;
    background: url(../images/viewport_back_8bit.png) 0 0 no-repeat;
}

#viewport_pdf ul {
    padding: 0;
    position: absolute;
}

#viewport_pdf li {
    width: 510px;
    height: 510px;
    display: inline;
    float: left;
    overflow: hidden;
}

#viewport_pdf li img {
    display: block;
}

#viewport_pdf li span.pdf_image {
    height: 311px;
    display: block;
    position: relative;
    left: 104px;
    top: 85px;
}

#viewport_pdf li span.print {
    display: block;
    float: right;
    position: relative;
    top: 70px;
	right: 40px;
}

/* Carousel scroll buttons */
.left-arrow {
    background: url("../images/arrow_left.png") no-repeat scroll 0 0 transparent;
    display: none;
    left: 12px;
}

.right-arrow {
    background: url("../images/arrow_right.png") no-repeat scroll 0 0 transparent;
    display: none;
    right: -12px;
}

.left-arrow, .right-arrow {
    width: 83px;
    height: 77px;
    position: absolute;
    top: 208px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    z-index: 20;
}

.left-arrow:hover, .right-arrow:hover {
    background-position: 0 -77px;
    cursor: pointer;
}

/*
 Footer
 */
#footer {
    background: #a0b535;
}

#footer_nav {
    color: #fff;
}

#footer_nav a {
    color: #fff;
    border-right: 1px solid #fff;
}

/**/
a.play_trunkymonkeys {
    width: 504px;
    height: 385px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
	background: url(../images/play_trunkymonkeys.png) 0 0 no-repeat;
}

a.play_trunkymonkeys:hover {
	background-position: 0 -383px;
}
