/* member_carousel */
#member_carousel {
  float:none;
  width: 300px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;  
}         

#member_carousel .container {
  position: absolute;
  top: 5px;
  left: 35px;  
  width: 580px;
  height: 144px;
  overflow:hidden;   
  background: transparent url(../image/bm_center.gif) repeat-y scroll 0 0;
}            

#member_carousel .previous_button {
  position: relative;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 15px;
  background: url(../images/previous.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
   float:left;
}        

#member_carousel .previous_button_disabled {
  background: url(../images/previous.png) no-repeat;
  cursor:default;
}

#member_carousel .next_button {
  position: relative;
  top: 5px;
  right: 3px;
  width: 27px;
  height: 15px;
  background: url(../images/next.png) no-repeat;
  z-index: 100;
  cursor:pointer;
  float:right;
}   

#member_carousel .next_button_disabled {
  background: url(../images/next.png) no-repeat;
  cursor:default;
}

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

#member_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#member_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#member_carousel ul li {
  border:0px solid green;
  color:black;
  font-weight:bold;
  margin:0pt;
  padding:5px 10px 10px;
  width:75px;
  list-style:none;   
  float:left;
}

#member_carousel .nav{
	width: 580px;
	left: 30px;
}


/* member block carousel pr pagina presentation*/
#member_present_carousel {
  float:none;
  width: 300px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;  
}         

#member_present_carousel .container {
  position: absolute;
  top: 5px;
  left: 5px;  
  width: 280px;
  height: 144px;
  overflow:hidden;   
  background: transparent url(../image/bm_center.gif) repeat-y scroll 0 0;
}            

#member_present_carousel .previous_button {
  position: relative;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 15px;
  background: url(../images/previous.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
   float:left;
}        

#member_present_carousel .previous_button_disabled {
  background: url(../images/previous.png) no-repeat;
  cursor:default;
}

#member_present_carousel .next_button {
  position: relative;
  top: 5px;
  right: 3px;
  width: 27px;
  height: 15px;
  background: url(../images/next.png) no-repeat;
  z-index: 100;
  cursor:pointer;
  float:right;
}   

#member_present_carousel .next_button_disabled {
  background: url(../images/next.png) no-repeat;
  cursor:default;
}

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

#member_present_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#member_present_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#member_present_carousel ul li {
  border:0px solid green;
  color:black;
  font-weight:bold;
  margin:0pt;
  padding:5px 10px 10px;
  width:75px;
  list-style:none;   
  float:left;
}

/* member block carousel */
#member_block_carousel {
  float:none;
  width: 250px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;  
}         

#member_block_carousel .container {
  position: absolute;
  top: 5px;
  left: -10px;  
  width: 250px;
  height: 144px;
  overflow:hidden;   
  background: transparent url(../image/bm_center.gif) repeat-y scroll 0 0;
}            

#member_block_carousel .previous_button {
  position: relative;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 15px;
  background: url(../images/previous.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
   float:left;
}        

#member_block_carousel .previous_button_disabled {
  background: url(../images/previous.png) no-repeat;
  cursor:default;
}

#member_block_carousel .next_button {
  position: relative;
  top: 5px;
  right: 3px;
  width: 27px;
  height: 15px;
  background: url(../images/next.png) no-repeat;
  z-index: 100;
  cursor:pointer;
  float:right;
}   

#member_block_carousel .next_button_disabled {
  background: url(../images/next.png) no-repeat;
  cursor:default;
}

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

#member_block_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#member_block_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#member_block_carousel ul li {
  border:0px solid green;
  color:black;
  font-weight:bold;
  margin:0pt;
  padding:5px 5px 10px;
  width:75px;
  list-style:none;   
  float:left;
}