#wrapper {
    width:1100px; height:300px;
    margin: 20px auto 20px auto;
	background:url('/img/layout/browse/slideshow-background.jpg') top left;
}
#slider {
    margin: 0 auto;
    position: relative;
	width:800px; padding-top:30px;
}
body.diamond-wedding-rings #slider {width:520px;}
body#products #slider {padding-top:60px;}

.scroll {
    height: 270px;
    width:800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
body.diamond-wedding-rings .scroll {width:520px;}

body#products .scroll {height:240px;}
.scrollContainer div.panel {
    padding: 00px;
    height: 210px;
    width: 240px;
	margin-right:40px;
}
.scrollContainer div.last {
	margin-right:0px;
}
body#products .scrollContainer div.panel {text-align:center;}

.scrollContainer div.panel div {width:210px; height:105px; padding:185px 0px 0px 30px; color:#ffffff; font-size:20px;}
.scrollContainer div.panel a {color:#ffffff; font-size:20px; text-decoration:none; line-height:26px;}

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

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: #f6f6f6;
}

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

ul.navigation a:focus {
    outline: none;
}
body.mflyer-classic .scrollButtons {display:none;}
body.diamond-wedding-rings .scrollButtons {display:none;}

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

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

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

.hide {
    display: none;
}
