﻿#homeMarketing 
{
    position:relative;
	height:200px;
}

#pgCarousel 
{
    position:absolute;
    top:0;
    left:0;
}

#pgCarousel li {
	height:200px;
	width:725px;
}

#pgCarousel li img {
	display:none;
}

#carouselSidebar 
{
    position:absolute;
    top:0;
    left:500px;
    /*border:2px solid #FFF;*/
    border-left:0px;
    border-right:0px;
}

/* special navigation */
#pgCarouselControl 
{
    margin:0 0 5px 0px;
	height:30px;
}

#pgCarouselControl ul
{
    list-style:none;
    margin:0;
}

#pgCarouselControl li 
{
background:#EFEFEF url(/Assets/carouselbutton.png) no-repeat scroll 0px -4px;
cursor:pointer;
float:left;
margin:0px 1px;
min-width:40px;
padding:5px 0px;
text-align:center;
height:25px;
	
}

#pgCarouselControl li a 
{
    font-weight:bold;
    text-decoration:none;
    font-size:1.1em;
    color:#fff;
}

#pgCarouselControl li.selected 
{
    background:#EFEFEF url(/Assets/carouselbutton.png) no-repeat scroll 0px -40px;
}

#pgCarouselControl li.selected a 
{
    color:#EFEFEF;
    font-size:1.45em;
}

/* carousel style */
.jcarousel-skin-homepage .jcarousel-container {
    -moz-border-radius:0px;
    /*border:1px solid #CECBCE;*/
    height:200px;
    width:725px;
}

.jcarousel-skin-homepage .jcarousel-container-horizontal {
    padding: 0;
}

.jcarousel-skin-homepage .jcarousel-clip-horizontal 
{
    background-color:#FFF;
    width:725px;
    height:200px;
}

.jcarousel-skin-homepage .jcarousel-item {
    width: 750px;
    height:200px;
    /*border:1px solid #FFF;*/
    text-align:center;
}

.jcarousel-skin-homepage .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
    width: 125px;
    height: 292px;
}

