   /* Carousel*/
    .carousel { position:relative; clear:both; left:0px; margin-top:0px; 
        background-color:#fff;
    }
    .carousel .navButton {
        cursor:pointer; display:block; text-indent:-9999px; background-repeat:none; z-index:10;
    }
    .carousel .containerF { position:absolute; overflow:hidden; }
    .carousel .items { position:absolute; }
    .carousel .item { position:relative;
        cursor:pointer;
	    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        -moz-opacity:0.7;
        opacity:0.7;
        list-style-type:none; margin:0px; 
    }
    .carousel .item.hover, .carousel .item.selected { 
	    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;    
    }
    .carousel .item.hover, .carousel{ 
	    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;    
    }

    /* Hide data items from selector */
    #Carousel .item .email {display:none;} 

    /* Horizontal Carousel */
    #Carousel2 { height:82px; width:275px; }
    #Carousel2 .containerF { left:16px; top:10px; width:245px; height:82px; }        
    #Carousel2 .items { top:0; left:2px; width:1000px;}
    #Carousel2 .item { height:65px;  width:65px; float:left; clear:right; }
    #Carousel2 .navButton { position:absolute; bottom:0px; width:15px; height:82px; float: right; }
    #Carousel2 .navButton.previous {  left:0px; background-image:url('../images/button.left.gif'); }
    #Carousel2 .navButton.next { right:0px; background-image:url('../images/button.right.gif'); }
    #Carousel2 .item .icon a img { height: 60px; width: 60px;}

    /* Hide data items from selector */
    #Carousel2 .item .key { display:none;}
    #Carousel2 .item .picture { display:none;}

