#slider {
	float: left;
    width: 617px;
	height: 290px;
	background: url('../images/homeSlider/homeSliderBg.png') top left no-repeat;
	margin: 20px 0 0 30px;
	position: relative;
}

.scroll {
    width: 617px;
    height: 290px;
    overflow: hidden;
    position: relative;
	clear: left;
	text-align: center;
}

.scrollContainer div.panel {
    width: 617px;
    height: 290px;
    overflow: hidden;
}

.scrollContainer div.panel p {
	text-align: left;
	line-height: 140%;
	font-size: 13px;
}

.scrollContainer div.panel .left {
	margin: 0 30px 10px 0;
}

.scrollContainer div.panel .pad {
	padding: 15px;
}

div.panel a.btn, div.panel a:visited.btn {width: 129px; height: 24px; display: block; background: url('../images/homeSlider/glossyBtn.jpg') no-repeat; font-size: 14px; line-height: 24px; text-align: center; text-decoration: none; color: #333; margin-bottom: 20px;}
.buy {position: absolute; bottom: 0; right: 60px;}
.info {position: absolute; bottom: 0; right: 210px;}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.navigation li {
	margin: 0;
	margin-right: 6px;
	float: left;
	font-size: 1.2em;
}

ul.navigation a {
    padding: 2px;
    color: #333;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #333;
    background-color: #533d2a;
}

ul.navigation a.selected {
	color: #333;
	background-color: #533d2a;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

.scrollButtons {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
	margin: 0;
	padding: 0;
}

.scrollButtons.left {
    left: 20px;
}

.scrollButtons.right {
    right: 20px;
}