#slider h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	border-bottom: solid 2px #041EA0;
}

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

.scroll {
    height: 233px;
    width: 440px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: solid 10px #e3d9c4;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 200px;
    width: 400px;

}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
	text-align: center;
}

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

ul.navigation a {
	font-size: 0.8em;
    padding: 5px;
	font-weight: bold;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius: 0 0 10px 10px;
}

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

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

}

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

.scrollButtons {
    diplay: hidden;
}

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

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

.hide {
    display: none;
}

.panel p {
	width: 250px;
	float: left;
}

.productImage {
	width: 150px;
	float: right;
}

#slider p a {
	display: block;
	margin-top: 1em;
	text-align: right;
}
