@charset "utf-8";

/* CSS Document */

#header-container {

    background: none repeat scroll 0 0 #4a0001;

    border-bottom: 1px solid #111111;

}

.slider {

    background: url("layout/slider-bg.jpg") no-repeat scroll center top #153661;

    border-bottom: 1px solid #3A686E;

    border-top: 1px solid #67878A;

}



.gallery-slider-links {

    background: none repeat scroll 0 0 #0f2849;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}



.gallery-slider-links li {

    background: none repeat scroll 0 0 #0f2849;

    border-left: 1px solid #67878A;

    border-right: 1px solid #28484B;

}
.gallery-slider-links li:hover {
    background-color:#4a0001;
}

.gallery-slider-links li.selected {
    background-image:none;
    background-color:#0f2849;
    border-left: none;
}
.gallery-slider-links li.selected:hover {
    background-color:#4a0001;
}

.gallery-container {

    background: url("http://betterceo.com/wp-content/uploads/2011/05/main-image.jpg") no-repeat scroll 0 0 transparent;

    border: 1px solid #3A686E;

    height:300px;

}



/*

.gallery-container p {

display:none;

}



.gallery-container .post-title {

display:none;

} */