﻿
#FeaturedContent
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: Black; 
    vertical-align: top;      
}

#LeftArrow
{
    position: relative;
    top: 335px;
    left: 0;
    width: 24px;
    overflow:hidden;    
}

#RightArrow
{
    position: relative;
    top: 189px;
    left: 376px;
    width: 24px;
}

.arrow
{
    cursor: pointer;
}

/* Side Scroller */

#ScrollBox 
{
    margin-left: 24px;
    margin-top: -257px;
    #margin-top: -262px;
    _margin-top: -262px;
    width: 350px;
    height: 471px;
	position:  absolute;
	overflow: hidden;
	border: solid 1px #b4b4b4;
	background-color:#FFFFFF;
}

#ContentBox
{
    width: 1050px;
	position: absolute;
}


.block
{
    width: 350px;
    float: left;
    height: 471px;
    margin-right: 0px;
}

.FeaturedHeader
{
	margin-left: 24px;
    margin-top: -285px;
    #margin-top: -290px;
    _margin-top: -290px;
    width: 350px;
	height: 28px;
	text-align: left;		
	position: absolute;
	overflow: hidden;
	background-color:#FFFFFF;
}

.FeaturedFooter
{
	margin-left: 29px;
    margin-top: 216px;
    #margin-top: 211px;
    _margin-top: 211px;
    height: 14px;   
	position: absolute;
	overflow: hidden;
	background-color: #FFFFFF;
}
