#Workspace { 
	width:624px; 
	height:438px; 
	text-align:left; 
	padding:0; 
	border-top:1px solid #61647b; 
	border-bottom:1px solid #61647b;
	position:relative;
	line-height:12px;
	}

/* Carousel */
#Carousel { 
	position:absolute; 
	left:400px; 
	top:5px; 
	width:224px; 
	height:428px; 
	background:#ffffff url('../images/interface/legend.back.png');
	}
	
#CarouselList_ItemContainer { 
	position:absolute; 
	left:7px; 
	top:19px; 
	width:217px; 
	height:395px; 
	overflow:hidden;
	}
        
#CarouselList_Items { 
	position:absolute; 
	top:0px; 
	left:0px; 
	}
	
#CarouselList_Items .item { 
	position:relative; 
	background-color:#d1d6e1; 
	list-style-type:none; 
	margin-bottom:3px; 
	height:76px;  
	width:221px;
    cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
	}
	
#CarouselList_Items .item.hover, #CarouselList_Items .item.selected { 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;    
    }
			
#CarouselList_Items .item .caption {
	position:absolute; 
	left:67px; 
	top:12px;
	width:135px; 
	background-color:transparent; 
	font-size:.9em; 
	/*overflow:scroll;
	height:75px;*/
	}
	
			
	
#CarouselList_Items .item .icon img { 
	position:relative; 
	left:0px; width:60px !important; 
	height:74px; 
	cursor:default;
	border:1px solid #d1d6e1;
	}
#CarouselList_Items .item .picture { display:none;}	
	
#CarouselLis
t_Items .item.hover .icon img, #LegendList_Items .item.selected .icon img  {
	width:15px !important; 
	}
	
#BtnCarousel_Back {  
	position:absolute; 
	top:0px; 
	left:0px; 
	padding:0px; 
	cursor:pointer;
	}
	
#BtnCarousel_Forward { 
	position:absolute; 
	bottom:0px; 
	left:0px; 
	padding:0px; 
	cursor:pointer;
	}

/* Hide data items */
#CarouselList_Items .item .email {
	display:none;
	}

/* Profile viewer */
#Profile { 
	position:absolute; 
	left:0; 
	top:5px; 
	width:400px; 
	height:428px; 
	background:#d1d6e1 url('../images/interface/legend.back.png'); 
	padding:0px;
	}

 /* Profile viewer */
#PictureViewer { position:absolute; left:0px; top:5px; width:400px; height:428px; padding:0px;}


/* Preview - next  button */
#vertical_carousel .previous_button {
	float:left;
	height: 19px;
	width: 175px;
	background: url(../images/left.png);
	cursor: pointer;    
	display:inline;
	margin: 0 0 10px 24px;
	}

#vertical_carousel .previous_button_over {
  	background: url(../images/left_over.png);
	}

#vertical_carousel .previous_button_disabled {
  	background: url(../images/left_disabled.png);
  	cursor: default;
	}

#vertical_carousel .next_button {
  	
	position:absolute;
	top:411px;
	left:0;
	/*float:left;*/
  	height: 19px;
  	width: 175px;
  	background: url(../images/right.png);
  	display:inline;
  	margin:0 0 0 24px;
  	cursor: pointer;
	}

#vertical_carousel .next_button_over {
  	background: url(../images/right_over.png);
	}

#vertical_carousel .next_button_disabled {
  	background: url(../images/right_disabled.png);
  	cursor: default;
	}
