﻿
#slider
{
    margin-bottom: 10px;
}

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li
{ 
	width:620px;
	height:300px;
	overflow:hidden; 
}
span#prevBtn, #BackDisabled { position: absolute; top: 20px; left: 20px; }
#SlideInfo { position: absolute; top: 20px; left: 53px; }
span#nextBtn, #NextDisabled { position: absolute; top: 20px; left: 242px; }

/* -- // HOME // -- */

.Teaser
{
    width: 620px;
    height: 180px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    float: left;
}

.Teaser a
{
    border-style: none;
    text-decoration: none;
    color: #ffffff;
}
.Teaser a:hover
{
    border-style: none;
    text-decoration: none;
    color: black;
}

.Teaser .TeaserLeft
{
    width: 305px;
    height: 24px;
    background-image: url('../Images/HomePage/TeaserLeft.png');
    background-repeat: repeat-x;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0px 0px 5px;
    text-align: left;
}

.Teaser .TeaserRight
{
    width: 275px;
    height: 24px;
    background-image: url('../Images/HomePage/TeaserRight.png');
    background-repeat: repeat-x;
    float: right;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 35px 0px 0px;
    text-align: right;
}

.Teaser .LifeStyleImage
{
    width: 225px;
    height: 150px;
    position: relative;
    padding-top: 3px;
    display: block;
    float: left;
}

.Teaser .TeaserTable a
{
    border-style: none;
    text-decoration: none;
    color: #ff0000;
}

.Teaser .TeaserTable a:hover
{
    border-style: none;
    text-decoration: none;
    color: black;
}

.Teaser .TeaserTable
{
    width: 395px;
    height: 150px;
    position: relative;
    margin-top: 3px;
    display: block;
    float: right;
}

.Teaser .TeaserTable .TeaserText
{
    width: 385px;
    height: 45px;
    position: relative;
    margin: 0px 0px 5px 5px;
    font-weight: bold;
    font-size: 11px;
}

.Teaser .TeaserTable .TeaserPick
{
    width: 390px;
    height: 25px;
    background-image: url('../Images/HomePage/PickImage.png');
    background-repeat: repeat-x;
    position: relative;
    margin-left: 5px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

.Teaser .TeaserTable .TeaserFabrics
{
    width: 390px;
    margin-left: 5px;
    margin-top: 1px;
    height: 74px;
    position: relative;
}

.Teaser .TeaserFabrics img
{
    border: 5px none;
    height: 74px;
    width: 74px;
}

#SectorBits
{
    width: 620px;
    height: 272px;
    display: block;
    position: relative;
    padding: 5px 0px 5px 0px;
    background-image: url('Images/HomePage/SectorBits.png');
}

.YearText
{
    font-weight: bold;
    font-size: 18px;
    font-family:Century Schoolbook;
}


