    .title { position:relative; left:20px; color:#ffffff;}
    /*#Workspace { width:850px; text-align:left; padding:2px;}*/

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

    /* Vertical Carousel */
    #Carousel { width:230px; height:360px; background:transparent; }
    #Carousel .container { left:0px; top:0px; width:230px; height:335px; border:none;}
	#Carousel .items { top:0; left:0px; }
    #Carousel .item { margin-bottom:2px;  width:220px; height:110px; }
    #Carousel .item.hover { }
    #Carousel .item.selected {  }
    #Carousel .item .caption { display:none; /*position:absolute; left:35px; top:5px; width:135px; background-color:transparent; font-size:10px; */}
    #Carousel .item .icon img { display:none; /*position:relative; left:5px; width:22px !important; height:22px; cursor:default; top:2px;*/}
	#Carousel .item a, #Carousel .items a:hover{ text-decoration:none;}
	#Carousel .item img{border:1px solid #ddd;}
	/*#Carousel .navButton { position:absolute; bottom:0px; width:110px; height:20px; border:1px solid #ddd; }*/
	#Carousel .navButton { position:absolute; top:340px; width:110px; height:20px; border:1px solid #ddd; z-index:5;}
    #Carousel .navButton.previos:hover { border:1px solid #ccc; }
    #Carousel .navButton.previous {  left:0px; background:url(../gfx/arr_up.gif) no-repeat top left; }
    #Carousel .navButton.next { right:0px; background:url(../gfx/arr_down.gif) no-repeat top right;}
  
    /* Hide data items from selector */
    #Carousel .item .email {display:none;} 
