body { 
    margin: 0px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

    background-color: #EDEDEC;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

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

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

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

.scrollContainer div.panel {
    padding: 40px 30px 20px 60px;
    height: 700px;
    width: 800px;
	
	}
.panel_image {
	border:1px solid #b5b5b5;
	background-color:#EBEBEB;
	padding:5px 5px 1px 5px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 140px 0px;
    height: 150px;
}

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

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #999999  ;
}

ul.navigation a.selected {
    background-color: #765492;
}

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

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

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

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

.hide {
    display: none;
}

/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 750px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#toolbar li:hover {
	background-position: bottom;
	}
		
#toolbar li#purse-tab {
	left: 0;
	width: 125px;
	background-image: url(images/toolbar_tab-fashion.png);
	}
	
#toolbar li#cuchions-tab {
	left: 125px;
	width: 125px;
	background-image: url(images/toolbar_tab-textile.png);
	}

#toolbar li#felt-tab {
	left: 250px;
	width: 125px;
	background-image: url(images/toolbar_tab-felt.png);
	}

#toolbar li#toys-tab {
	left: 375px;
	width: 125px;
	background-image: url(images/toolbar_tab-toys.png);
	}

#toolbar li#kitchen-tab {
	left: 500px;
	width: 125px;
	background-image: url(images/toolbar_tab-kitchen.png);
	}

#toolbar li#sketchbook-tab {
	left: 625px;
	width: 125px;
	background-image: url(images/toolbar_tab-sketchbook.png);
	}

#toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(images/toolbar_tab-more.png);
	}
