/* @override http://www.test.com/js/coda-slider.css */

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 490px;
    margin: 40px auto 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 490px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0 20px;
    height: 210px;
    width: 450px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px 0 9px 0;
}

ul.navigation li {
    display: inline;
}



ul.navigation a {
    padding: 34px 20px 10px 20px;
    color: #000;
    text-decoration: none;
	background-position: center top;
}

ul.navigation a:hover {
	border-bottom: 3px solid #b9e9fc;
}

ul.navigation a.selected {
	border-bottom: 3px solid #094a89;
}

ul.navigation a:focus {
    outline: none;
}

ul.navigation li a.add-players{
	background: url(../wp-content/themes/weheartgames/images/overview-add-players.png) no-repeat center top;
}

ul.navigation li a.take-photos{
	background: url(../wp-content/themes/weheartgames/images/overview-take-photos.png) no-repeat center top;
}

ul.navigation li a.vote{
	background: url(../wp-content/themes/weheartgames/images/overview-vote.png) no-repeat center top;
}

ul.navigation li a.customize{
	background: url(../wp-content/themes/weheartgames/images/overview-customize.png) no-repeat center top;
}

ul.navigation li a.share{
	background: url(../wp-content/themes/weheartgames/images/overview-share.png) no-repeat center top;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}