/* Horizontal Carousel */
#horizontal_carousel,#carousel_edit {
  float:left;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container,#carousel_edit .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 807px;
  height: 175px;
  overflow:hidden;   
  background: #FFFFFF;
  margin-left:45px;
}            

#horizontal_carousel .previous_button,#carousel_edit .previous_button {
  /*position: absolute;
  top: 160px;
  width: 61px;
  height: 12px;
  background: url(../images/tab_144_left.png) no-repeat;
  z-index: 100;    
  cursor:pointer;*/
}        

#horizontal_carousel .previous_button_disabled, #carousel_edit .previous_button_disabled{
  background: url(../images/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button,#carousel_edit .next_button{
  /*position: absolute;
  top: 160px;
  right: 0;
  width: 61px;
  height: 12px;
  background: url(../images/tab_144_right.png);
  z-index: 100;
  cursor:pointer;*/
  font-weight: bold;
}   

#horizontal_carousel .next_button_disabled,#carousel_edit .next_button_disabled{
  background: url(../images/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul,#carousel_edit ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 157px;
}                      
#carousel_edit ul { height:200px;}
#horizontal_carousel ul li img,#carousel_edit ul li img {
  display:block;              
}                               

#horizontal_carousel ul li, #carousel_edit ul li {
  background:transparent url(/img/backgroundcar.jpg) no-repeat scroll 0 0;
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  width:270px;
  height: 157px;
  list-style:none;   
  float:left;
}

#carousel_edit ul li {
    width: 130px;
   	height: auto;
    color:#636466;
	margin-right:20px;
}
#carousel_edit ul li div.profile-photo{
	display:block;
	width:130px;
	height:145px;
	overflow:hidden;
}
#carousel_edit ul li img {
	border-right: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
}

#carousel_edit ul li input{
margin-right:5px;
}

#carousel_edit .container {
     width: 430px;
     margin-left: 0px !important;
     height:200px !important;
}
#carousel_edit .previous_button_disabled {
background:transparent url(../images/left-disabled-edit.gif) !important;
}
#carousel_edit .previous_button {
background:transparent url(../images/left-edit.gif);
width:61px;
left:0;
}
#carousel_edit {width: 500px;}
