
#slideshow-container {
    width:828px;
    height:476px;
    left:0;
    top: 0;
    z-index:160;

}
.gametour-container {width:100%; height:100%; background-color:#372f2e;position:relative;}
.gametour-container h1 {
    font-family:century, georgia, arial;
    font-size:26px;
    color:#ffffcc;
    padding-top:8px;
    letter-spacing:2px;
    margin:0;
    padding:0;
    padding-top:5px;
    text-transform:uppercase;
    text-align:center;
    margin-right:10px;
    margin-top:3px;
    font-weight:normal;
}

.gametour-top {width:100%; height:50px; background-color:black;position:relative; margin-top:-3px;}
.gametour-middle {width:100%; height:376px; clear:both}
.gametour-left {width:535px; height:100%; float:left;}
.gametour-divider {width:1px; height:100%; background-image:url(../images/layout/gametour/divider.png); float:left;}
.gametour-right {width:264px; padding-left:10px; padding-right:5px; height:100%; float:left; background-image:url(../images/layout/trans.png);}
.gametour-right p {text-align:left; margin:0; color:white; font-size:11.3px; font-family:arial; letter-spacing:0.3px; font-style:italic; line-height:20px;}
.gametour-right table img {padding-right:8px;}

.gametour-bottom {width:100%; height:40px; padding-top:10px; clear:both; background-color:black;}

/*PAGES*/

.gametour-container#viking .gametour-middle{background-image:url(../images/layout/gametour/viking/VikingBG.jpg);}
.gametour-container#world .gametour-middle{background-image:url(../images/layout/gametour/world/WorldBG.jpg);}
.gametour-container#village .gametour-middle{background-image:url(../images/layout/gametour/village/VillageBG.jpg);}
.gametour-container#army .gametour-middle{background-image:url(../images/layout/gametour/armies/HeroArmiesBG.jpg);}
.gametour-container#scenario .gametour-middle{background-image:url(../images/layout/gametour/scenario/ScenarioBG.jpg);}


#slideshow-container .arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
#slideshow-container .arrow.close {
    background-image: url(../images/layout/gametour/close.png);
    background-repeat:no-repeat;
    top:10px;
    right:8px;
}

.bottom-arrows {
    width:260px;
    height:24px;
    padding-top:3px;
    background-image: url(../images/layout/gametour/bottom-arrows.jpg);
    font-family:century, georgia, arial;
    color:white;
    font-size:18px;
    border:none;
    text-transform:uppercase;
    text-decoration:none;
    text-align:left;
    letter-spacing:1.5px;
    text-indent:20px;
    cursor:pointer;
    background-color:black;
    background-repeat:no-repeat;
    display:block;
}

.bottom-arrows:focus { -moz-outline-style: none; }
.bottom-arrows.left {background-position:0 0;}
.bottom-arrows.right {background-position:140px 0; background-image: url(../images/layout/gametour/arrow-page-right.gif); direction:rtl; text-align:right;}

.bottom-arrows.register {
    width:176px;
    height:36px;
    text-align:center;
    font-family:arial, calibri;
    font-size:18px;
    font-style:italic;
    text-transform:none;
    text-indent:0;
    padding-top:13px;
    letter-spacing:1px;
    color:white;
    background-image: none;
}
.bottom-arrows.register:hover {  color:white; background-image: none;}
.carousel-button {
    cursor: pointer;
    width: 27px;
    height: 72px;
    background-image: url(../images/icons/carousel.png);
}


.carousel-button-left {
    background-position: 0 0;
}

.carousel-button-left-disabled {
    background-position: 0 -32px;
}

.carousel-button-right {
    background-position: 29px 0;
}

.carousel-button-right-disabled {
    background-position: 29px -32px;
}


