#slider {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
    
.scroll {
    height: 650px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 650px;
    width: 450px;
}

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

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

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

.hide {
    display: none;
}
#slider {

    }

#slider-nav-wrapper {
    position: absolute;
    top: -91px;
    left: -300px;
    width: 800px;
    height: 56px;
    background: url(../images/design_menu.jpg) bottom repeat-x;
    }
        
ul.slider-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    width: 634px;
    margin-top: 0px;
    height: 56px;
    margin-left: 164px;
    }

    ul.slider-nav li {
        display: inline;
        margin-right: 10px;
        }
        
        ul.slider-nav li.last a {
            width: 119px;
            }
    
        ul.slider-nav a {
            display: block;
            float: left;
            text-decoration: none;
			font-size: 13px;
			text-align: left;
			color: #fff;
			margin: 5px 5px 2px 0;
			/*width: 100px; 	/* width - border */
			/*padding: 5px 10px 5px 8px;*/
			/*height: 26px;*/
			padding: 9px 10px 0 5px;
			height: 25px;
			width: auto;
			line-height: 1.2em;
			border-left: 2px solid #fff;
            }
        
            ul.slider-nav a:hover,
            ul.slider-nav a.selected {
                color: #9b6539;
                }
            
            ul.slider-nav a:focus {
                outline: none;
                }
    
    .slideshow-image {
        height: 650px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;        
        }
        
    #slider h3 {
        margin: 0 0 0 0;
        }

    #slider #getting-started {
       	text-align: center;
        }
        
        #slider #getting-started a {
            text-decoration: none;
            }
        
        #slider #getting-started h3,
        #slider #getting-started h3 a {
        	font-size: 24px;
            padding-top: 15px;
            padding-bottom: 0px;
            margin-bottom: 0;
            font-weight: normal;
            color: #423b2d;
            }

            #slider #getting-started h3 a {
                
                }

        #slider #getting-started p,
        #slider #getting-started p a {
            padding-top: 0;
            margin-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            }
