﻿
#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #ccc;
}

.scroll {
    height: 260px;
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 210px;
    width: 650px;
}
#scrolly
{
    float: none;
}
.navButtons
{    
    float: left;
    width: 660px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    z-index: 0;
}
a.navLinkOne
{
    background: url(../images/featuredOne.jpg) no-repeat;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    width: 640px;
    float: left;
    
}

ul.navigation li {
    margin-left: 2px;
    list-style: none;
    float: left;
}

ul.navigation a {
    padding: 3px;
    color: #000;
    text-decoration: none;
    border: 1px solid #333;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

.navButtons a.selected {
    background-color: #eee;
    margin-bottom: 30px;
}

ul.navigation a:focus {
    outline: none;
}
.hide {
    display: none;
}
#float-left-files, #float-left-editor, #float-left-latestInfo
{
    float: left;
    padding: 5px 10px 5px 10px;
    background: url('../images/clouds.jpg') no-repeat;
    height: 300px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 327px;
}
.preConButton
{
    background: url('../images/featuredOne.jpg') no-repeat;
    width: 189px;
    height: 27px;
    padding-top: 8px;
    #padding-top: 3px;
    margin-right: 5px;
    text-align: center;
    float: left;
}
.recipeButton
{
    background: url('../images/featuredTwo.jpg') no-repeat;
    width: 71px;
    height: 27px;
    padding-top: 8px;
    #padding-top: 3px;
    margin-right: 5px;
    text-align: center;
}
.quoteButton
{
    background: url('../images/featuredThree.jpg') no-repeat;
    width: 65px;
    height: 27px;
    padding-top: 8px;
    #padding-top: 3px;
    margin-right: 5px;
    text-align: center;
}
.latestInfoButton
{
    background: url('../images/featuredFour.jpg') no-repeat;
    width: 139px;
    height: 27px;
    padding-top: 8px;
    #padding-top: 3px;
    margin-right: 5px;
    text-align: center;
}
a.buttonLinks
{
    font-family: Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #0D47B3;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}

a.buttonLinks:hover
{
    font-family: Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #FF66CC;
	text-decoration: none;
	font-weight: bold;
}
