/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	height: 340px;
	float: left;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	display: inline-block;
	
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:970px;
    height: 275px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*-------------------------------------------------------
 * Temporary home for CSS for updated front page promotions
 */

.promo-carousel {
	height: 380px;
	width: 940px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.promo-carousel .four-promo-slide {
	overflow: hidden;
	width: 940px;
	height: 370px;
}

.promo-carousel .promo-tile {
	float: left;
	width: 220px;
}
.promo-carousel .promo-tile+.promo-tile {
	margin-left: 15px;
}

.promo-tile .promo-image {
	position: relative;
	height: 145px;
	padding-top: 29px;
	height: 116px;
	width: 220px;
	overflow: hidden;
}

.promo-tile .promo-image img{
	display: block;
	
}

.promo-tile .promo-image a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

.promo-tile .promo-content {
	padding: 2px 2px 5px;
}
.promo-tile .promo-content p {
	font-size: 11px;
}

.promo-tile .promo-content h3 {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	margin: 15px 0 5px;
}

#promo-carousel-wrapper {position: relative;}

#promo-carousel-prev,#promo-carousel-prev1 {
    background: url("../template_images/buttons/carousel_buttons.png") no-repeat scroll -12px -26px transparent;
    cursor: pointer;
    height: 55px;
    left: -50px;
    position: absolute;
    top: 100px;
    width: 55px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 9;
}
#promo-carousel-prev:hover,#promo-carousel-prev1:hover {
    background-position: -12px -86px;
}


#promo-carousel-next,#promo-carousel-next1 {
    background: url("../template_images/buttons/carousel_buttons.png") no-repeat scroll -84px -26px transparent;
    cursor: pointer;
    height: 55px;
    position: absolute;
    right: -50px;
    top: 100px;
    width: 55px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 9;
}
#promo-carousel-next:hover,#promo-carousel-next1:hover {
    background-position: -84px -86px;
}

/* IE7 hack */
#promo-carousel-next, #promo-carousel-prev {
	*top: 60px;
}

.promo-carousel  .jcarousel-list li, .promo-carousel  .jcarousel-item {
    height: 382px;
}

#gm_title{color:#11B5EA; font-size:17px; text-transform:uppercase; font-weight:bold; margin:0 auto; text-align:center}
#gm_brand{color:#666; font-size:13px; text-align:center}
#img_info{margin:0; display:block; clear:both}

#jCarouselLiteDemo {margin-bottom:20px}
.jCarouselLite{width:900px !important; margin:0 0 0 15px}

#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    margin: 32px 0 20px 10px;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 40px;
    }

    #jCarouselLiteDemo .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {

        float: left;

        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0 0 30px !important;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 100px;
            height: 100px; padding:0 0 0 25px
       
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }