/* Horizontal Carousel */
.horizontal_carousel {
  float: left;
  width: 1000px;
  height: 180px;
  margin-bottom: 10px;
  position: relative;
}

.horizontal_carousel .container {
  float: left;
  width: 930px;
  height: 180px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 180px;
}                      

.horizontal_carousel ul li {
	width: 250px;
      height: 240px;
	  text-align: center; 
	  list-style:none;   
	  float:left;
}
#spinnerCarCand {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
  height: 240px;
  background: #FFF;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding-top: 50px;
  opacity: 0;
  margin-left: -50px;
}
#spinnerCarScr {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
  height: 240px;
  background: #FFF;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding-top: 50px;
  opacity: 0;
  margin-left: -50px;
}
.horizontal_carousel ul li.small_box{
	position : relative;
	width: 160px;
	height: 95px;
	list-style:none;
  	text-align : left;
  	font-size: 10px;
	background: #f3f3f3;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	top : 20px;
	margin : 5px 5px 5px 5px;
	padding-left : 5px;
}
.horizontal_carousel ul li.small_box.man_viewed {
  background: #c7ffbc;
}
.horizontal_carousel ul li.small_box_eval{
	position : relative;
  	width: 160px;
  	height: 95px; 
  	list-style:none;
  	text-align : left;
  	font-size: 10px;
	background: #d8ffd8;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	top : 20px;
	margin : 5px 5px 5px 5px;
	padding-left : 5px;
}
.horizontal_carousel ul li.small_box_noneval{
	position : relative;
  	width: 160px;
  	height: 95px; 
  	list-style:none;
  	text-align : left;
  	font-size: 10px;
	background: #dae8ff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	top : 20px;
	margin : 5px 5px 5px 5px;
	padding-left : 5px;
}
.horizontal_carousel ul li.msg_box{
	position : relative;
  	width: 600px;
  	height: 80px; 
  	list-style:none;
  	text-align : center;
  	font-size: 14px;
	background: #ffffff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	top : 20px;
	margin : 5px 5px 5px 5px;
	padding-left : 5px;
}
.horizontal_carousel ul li.small_box .name, .horizontal_carousel ul li.small_box_eval .name, .horizontal_carousel ul li.small_box_noneval .name {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.horizontal_carousel ul li.small_box .rank, .horizontal_carousel ul li.small_box_eval .rank, .horizontal_carousel ul li.small_box_noneval .rank {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.horizontal_carousel ul li.small_box .rank small, .horizontal_carousel ul li.small_box_eval .rank small, .horizontal_carousel ul li.small_box_noneval .rank small {
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
}
.horizontal_carousel ul li.small_box .icons, .horizontal_carousel ul li.small_box_eval .icons, .horizontal_carousel ul li.small_box_noneval .icons {
	height: 20px;
}
.horizontal_carousel ul li.small_box .icons .candidate_view, .horizontal_carousel ul li.small_box_eval .icons .candidate_view, .horizontal_carousel ul li.small_box_noneval .icons .candidate_view {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/candidate_view.gif) no-repeat top left;
}
.horizontal_carousel ul li.small_box.closeIcon, .horizontal_carousel ul li.small_box_eval.closeIcon, .horizontal_carousel ul li.small_box_noneval.closeIcon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	right: 0;
	background: transparent url(images/close_icon.gif) no-repeat top left;
}
.horizontal_carousel ul li.small_box .icons .candidate_view:hover, .horizontal_carousel ul li.small_box_eval .icons .candidate_view:hover, .horizontal_carousel ul li.small_box_noneval .icons .candidate_view:hover {
	background-position: bottom left;
}
.horizontal_carousel ul li.small_box .icons .candidate_select, .horizontal_carousel ul li.small_box_eval .icons .candidate_select, .horizontal_carousel ul li.small_box_noneval .icons .candidate_select {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/select_top_bottom.gif) no-repeat top left;
}
.horizontal_carousel ul li.small_box .icons .hired, .horizontal_carousel ul li.small_box_eval .icons .hired, .horizontal_carousel ul li.small_box_noneval .icons .hired {
	display: block;
	float: left;
	margin-right: 5px;
	font-weight : bold;
	color : #41AA2E;
}
.horizontal_carousel ul li.small_box .icons .candidate_select:hover, .horizontal_carousel ul li.small_box_eval .icons .candidate_select:hover, .horizontal_carousel ul li.small_box_noneval .icons .candidate_select:hover {
	background-position: top left;
}
.horizontal_carousel ul li.small_box .icons .candidate_unselect, .horizontal_carousel ul li.small_box_eval .icons .candidate_unselect, .horizontal_carousel ul li.small_box_noneval .icons .candidate_unselect {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/unselect_bottom_top.gif) no-repeat top right;
}
.horizontal_carousel ul li.small_box .icons .candidate_unselect:hover, .horizontal_carousel ul li.small_box_eval .icons .candidate_unselect:hover, .horizontal_carousel ul li.small_box_noneval .icons .candidate_unselect:hover {
	background-position: top left;
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(images/left.png);
  z-index: 100;
  cursor: pointer;
}

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

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

.horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(images/right.png);
  z-index: 100;
  cursor: pointer;
}

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

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

/* vertical Carousel */
#vertical_carousel {
  float:left;
  width: 225px;
  height: 300px;
  margin-left: 5px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 210px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin:0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  text-align: left;      
  list-style:none;   
  position: relative;
  float:left;
  margin : 3px 0 3px 0;
}   
.selected {
	background-color : #fffeb9;
}   
.horizontal_carousel ul li.sel_box{
  	width: 195px;
  	height: 12px; 
  	list-style:none;
  	font-size: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	top : 20px;
	margin : 5px 5px 5px 0;
	padding-left : 5px;
	background: #e1f2df;
}    
#vertical_carousel ul li .sel_box .closeIcon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	right: 0;
	background: transparent url(images/close_icon.gif) no-repeat top left;
}               
#vertical_carousel ul li.sel_box .name {
	width: 195px;
	font-weight: bold;
	color: #333;
	display : block;
}
#vertical_carousel ul li.sel_box .name_red {
	width: 195px;
	font-weight: bold;
	color: #ff0000;
	display : block;
}
#vertical_carousel ul li.sel_box .name_orange {
	width: 195px;
	font-weight: bold;
	color: orange;
	display : block;
}
#vertical_carousel ul li.sel_box .name_green {
	width: 195px;
	font-weight: bold;
	color: #41AA2E;
	display : block;
}
#vertical_carousel ul li.sel_box .name a {
	color: #333;
	text-decoration : underline;
}
#vertical_carousel ul li.sel_box .name a:hover {
	color: #333;
	text-decoration : none;
}
#vertical_carousel ul li.sel_box .name_red a{
	color: #ff0000;
}
#vertical_carousel ul li.sel_box .name_orange a{
	color: orange;
}
#vertical_carousel ul li.sel_box .name_green a{
	color: #41AA2E;
}


#vertical_carousel ul li.sel_box .email_icon {
	display: block;
	float: left;
	margin: 2px 5px;
	width: 16px;
	height: 16px;
	background: transparent url(images/email_go.png) no-repeat top left;
	border: none;
}

#vertical_carousel ul li.msg_box{
	position : relative;
  	width: 100px;
  	height: 80px; 
  	list-style:none;
  	text-align : center;
  	font-size: 14px;
	background: #ffffff;
	top : 20px;
	left : 20px;
	margin : 5px 5px 5px 5px;
	padding-left : 5px;
}
#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(images/v_left.png);
  cursor: pointer;    
  margin: 0 0 10px 0;
}

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

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

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(images/v_right.png);
  cursor: pointer;
}

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

#vertical_carousel .next_button_disabled {
  background: url(images/v_right_disabled.png);
  cursor: default;
}
#spinnerCarSel {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 100%;
  height: 200px;
  background: #FFF;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding-top: 50px;
  opacity: 0;
  margin-left: -50px;
}