#recognized-carousel-wrapper {
    width: 210px;
    height: 85px;
    overflow: hidden;
}
#recognized-carousel-wrapper.large {
    height: 170px;
}
#recognized-carousel-content {
    width: 210px;
}
#recognized-carousel-content .slide {
    float: left;
    width: 210px;
    height: 85px;
}
#recognized-carousel-content .slide.large {
    height: 170px;
}
div.recognized-carousel-control-wrap {
  float:right;
  margin:0px;
  margin-top:-23px;
  margin-right:0px;
  padding:0px;
  width:15px;
  height:16px;
}
a.recognized-carousel-control {
  display:block;
  float:left;
  width:11px;
  height:10px;
  margin:0px;
  margin-top:5px;
  margin-left:4px;
  padding:0px;
}
a.recognized-carousel-control.prev {
  background: url(/images/layout/carousel_arrow_left.png) no-repeat;
}
a.recognized-carousel-control.next {
  background: url(/images/layout/carousel_arrow_right.png) no-repeat;
}

.delete_icon_overlay {	
  height: 12px;
  width: 13px;
  margin-left:38px;
  margin-top:-13px;
}

#recognized-carousel-content .delete_icon_overlay {	
  margin-left:37px;
  margin-top:-12px;
}

#recognized-carousel-content .delete_icon_overlay a {	
  position:absolute;
  z-index:1;
}

p.select_link {
  clear:both;
  float:right;
  top:0px; /* undo special block formatting */
  margin:4px 0px 0px 0px;
  padding:0px;
}

/* recognition selection form styles */
#active_recognized_users {
    width: 365px;
    height: 80px;
    border: solid #CDCDCD 1px;
    padding: 8px 0px 8px 8px;
    overflow: auto;
}

#active_recognized_users .avatar_container img.icon_small_profile {
  border:solid #dedede 1px;
}

form.select_recognized_users .add_recognized_user {
  float: left;
  width: 200px;
}

form.select_recognized_users .done {
  float: right;
  margin-top:17px;
  width: 50px;
}

/* override the default styles set in autocomplete.css */
div.autocomplete_ext
{
	position: fixed;
	z-index: 999 /* in reference to 900 z-index used by dialog.css */;
}

/* IE6-only hack to fix IE6 z-index issues */
/*\*/ * html div.autocomplete_ext { position: absolute; z-index: 1999 } /**/
/*\*/ * html div.autocomplete_ext ul { position: fixed; z-index: 999 } /**/
