
#intro {
    padding-bottom: 0px;
}


#slider {
    width: 400px;
    margin-left:0px;
    border: 1px solid gray;
    background:#ccc;
}

.bigcontainer
{
	 width: 760px;

}
.scroll {
   
    height: 290px;
    width: 400px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    
    padding-left: 0px;
    padding-right: 0px;
    height: 290px;
    width: 400px;
}

#shade_2, #shade_3, #shade_4 {
    margin:0;
    padding:0;
    display: block;
    float:left;
    width: 99px;
    border-left: 1px solid #fff;
    height:35px;
}

#firstshade_1 {
    background:  #666;
    margin:0;
    padding:0;
    display: block;
    float:left;
    height:35px;
    width: 100px;
}
#shade_2 {
    background:  #180000;
}
#shade_3 {
    background:  #ccc;
}
#shade_4 {
    background:  #e8e7d5;
}


#firstshade_1 a {
    color:#fff;
    border-bottom:1px solid #fff;
}
#shade_2 a {
    color:#fff;
    border-bottom:1px solid #fff;
}
#shade_3 a {
    color:#000;
    border-bottom:1px solid #fff;
}
#shade_4 a {
    color:#000;
    border-bottom:1px solid #fff;
}

#firstshade_1 {
    background:  #000;
    display: block;
    float:left;
    width: 100px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center;
    font-size:13px;
    
}

ul.navigation li {
	padding:0;
	display: inline;
	margin: 0px;
	text-align:center;

}

ul.navigation a {
    width: 100px;
    height:31px;
    display:block;
    font-weight:normal;
    text-decoration: none;
    text-align:center;
    line-height:12px;
    padding-top:3px;
}



#firstshade_1 a.panel_selected {
    color:#fff;
    border-bottom:0;
}
#shade_2 a.panel_selected {
    color:#fff;
    border-bottom:0;
}
#shade_3 a.panel_selected {
    color:#000;
    border-bottom:0;
}
#shade_4 a.panel_selected {
    color:#000;
    border-bottom:0;
}

ul.navigation a:focus {
    outline: none;

}

