    .title { position:relative; left:20px; color:#ffffff;}
    #Workspace { width:850px; text-align:left; padding:2px; position:relative; }
    
    .example { margin-bottom:60px; }

    /* Data Viewer */
    #Viewer { }
    #Cmd_NextItem { right:0px; top:-20px; text-decoration:underline; color:#fff; z-index:3; cursor:pointer;}
    #Cmd_PreviousItem { left:0px; top:-20px; text-decoration:underline; color:#fff; z-index:3; cursor:pointer;}

    /* Generic Carousel Properties */
    .carousel { left:20px; margin-top:10px; width:500px;
    }
    .carousel .navButton {
        cursor:pointer; 
        text-indent:-9999px; 
        background-repeat:no-repeat;
        z-index:10;
    }
    .carousel .container {overflow:hidden; width:500px; }
    .carousel .items { display:block; width:500px; }
    
    .carousel .item { float:left;
        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;    
    }

    /* Hide data items from selector */
    #Carousel .item .email {display:none;} 
