#divCarouselBorder
{
    position: relative;
    float:left;
    margin: 10px 0px;
    padding: 10px;
    width: 600px;
	height: 460px;
    background-color: #e1e1e1;
}
#divCarouselViewPort
{
    position: relative;
	width: 600px;
	height: 460px;
	overflow: hidden;
}
#divCarouselContainer
{
    position: absolute;
}
#imgVisible, #imgInvisible
{
    width: 600px;
    height: 460px;
    filter:progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1);
}
#imgPrevious, #imgNext 
{
    position: absolute;
    top: 215px;
}
#imgPrevious
{
    left: 0px;
}
#imgNext
{
    right: 0px;
}
.hidden 
{
    visibility: hidden;
    border: none;
}
.visible
{
    visibility: visible;
    border: none;
}
#BannerBottomContainer
{
    margin:0px;
    padding: 10px 0px;
    width:940px;
    height:150px;
    background-color: #e1e2e3;
}
.BannerBottom
{
    cursor:pointer;
    float:left;
    margin: 0px 0px 0px 10px;
    width: 300px;
    height:150px;
    background-color: #FFF;
}
.BannerBottom .Image
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left:10px;
    width: 130px;
    height: 150px;
    float:left;
}
.BannerBottom .ImageOnly
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    float:left;
}
.BannerBottom .Text 
{
    position: relative;
    float:right;
    width:145px;
    height:150px;
    margin-right:10px;
}
