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

.scroll {
    height: 562px;
    width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    height: 562px;
    width: 1000px;
}

ul.navigation a:hover {
	color: white;
}

ul.navigation a.selected {
	color: white;
}

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

.scrollButtons {
	display: none;
}

.hide {
    display: none;
}

#footer_info {
	background: url(../images/footer_info.png);
	width: 249px;
	height: 10px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	display: none;
}

.navigation {
	padding-top: 16px;	
}

.navigation li {
	float: left;
}

.navigation li a {
	text-indent: -9999px;
	background: url(../images/navigation.png) no-repeat;
	display: block;
	height: 8px;
	width: 131px;	
}

.navigation a[href='#about'] {
	width: 44px;
	margin-left: 90px;
}

.navigation a[href='#menu'] {
	width: 44px;
	margin-left: 30px;
}

.navigation a[href='#wine'] {
	width: 85px;
	margin-left: 30px;
}

.navigation a[href='#suppliers'] {
	width: 89px;
	margin-left: 30px;
}

.navigation a[href='#press'] {
	width: 50px;
	margin-left: 30px;
}

.navigation a[href='#contact'] {
	width: 74px;
	margin-left: 30px;
}

.navigation a[href='#grill'] {
	width: 131px;
	margin-left: 30px;
}

.navigation a[href='#subscribe'] {
	width: 91px;
	margin-left: 30px;
}

.navigation a[href='#menu']:hover,
.navigation a[href='#menu'].selected {
	background-position: -131px 0;
}

.navigation a[href='#about']
{
background: url(../images/about.png);
width: 53px;height: 8px;
background-position: top left;}

.navigation a[href='#about']:hover,
.navigation a[href='#about'].selected {
background: url(../images/about.png);
background-position: -131px 0;
}

.navigation a[href='#wine']
{background-position: 0 -9px;}

.navigation a[href='#wine']:hover,
.navigation a[href='#wine'].selected {
	background-position: -131px -9px;
}

.navigation a[href='#suppliers']
{background-position: 0 -18px;}

.navigation a[href='#suppliers']:hover,
.navigation a[href='#suppliers'].selected {
	background-position: -131px -18px;
}

.navigation a[href='#press']
{background-position: 0 -27px;}

.navigation a[href='#press']:hover,
.navigation a[href='#press'].selected {
	background-position: -131px -27px;
}

.navigation a[href='#contact']
{background-position: 0 -36px;}

.navigation a[href='#contact']:hover,
.navigation a[href='#contact'].selected {
background-position: -131px -36px;
}

.navigation a[href='#grill']
{background-position: 0 -45px;}

.navigation a[href='#grill']:hover,
.navigation a[href='#grill'].selected {
	background-position: -131px -45px;
}

.navigation a[href='#subscribe']
{background-position: 0 -54px;}

.navigation a[href='#subscribe']:hover,
.navigation a[href='#subscribe'].selected {
	background-position: -131px -54px;
}

#home {
	background: url(../images/bg_home.jpg) no-repeat top left;
}

#about {
	background: url(../images/bg_5.jpg) no-repeat top left;
}

#menu {
	background: url(../images/bg_1.jpg) no-repeat top left;
}

#wine {
	background: url(../images/bg_3.jpg) no-repeat top left;
}

#suppliers {
	background: url(../images/bg_2.jpg) no-repeat top left;
}

#press {
	background: url(../images/bg_4.jpg) no-repeat top left;
}

#contact {
	background: url(../images/bg_6.jpg) no-repeat top left;
}

#grill {
	background: url(../images/bg_7.jpg) no-repeat top left;
}

#subscribe {
	background: url(../images/bg_8.jpg) no-repeat top left;
}