/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 778px;
  height: 248px;
  margin-bottom: 0px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 40px;  
  width: 698px;
  height: 248px;
  overflow:hidden;   
  /*background: #3F3F3F;*/
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 248px;
  background: url(../images/left.png);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left-disabled.png);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 248px;
  background: url(../images/right.png);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(../images/right-disabled.png);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 248px;
}                      
#horizontal_carousel ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
}

#horizontal_carousel ul li a img {
	border: 0px;
	margin: auto;
}

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

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:15px 1px 10px;
  width:40px;
  list-style:none;   
  float:left;
}


/* ******************************************** */

/* Horizontal Carousel */
#horizontal_carousel2 {
  float:left;
  width: 778px;
  height: 248px;
  margin-bottom: 0px;
  position: relative;  
}         

#horizontal_carousel2 .container {
  position: absolute;
  top: 0px;
  left: 40px;  
  width: 698px;
  height: 248px;
  overflow:hidden;   
  /*background: #3F3F3F;*/
}            

#horizontal_carousel2 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 248px;
  background: url(../images/left.png);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/left-disabled.png);
  cursor:default;
}

#horizontal_carousel2 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 248px;
  background: url(../images/right.png);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/right-disabled.png);
  cursor:default;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 248px;
}                      
#horizontal_carousel2 ul li a {
	display: block;
	height: 116px;
	text-align: center;
}

#horizontal_carousel2 ul li a img {
	border: 0px;
	margin: auto;
	display: block;
}

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

#horizontal_carousel2 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:15px 1px 10px;
  width:40px;
  list-style:none;   
  float:left;
}

/*****************************************/
/* vertical Carousel */

#vertical_carousel {
  float:left;
  width: 380px;
  height: 248px;
  margin-bottom: 0px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 380px;
  height: 172px;
  overflow: hidden;
}

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

#vertical_carousel ul li {
  width: 380px;
  height: 172px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 380px;
  background: url(../images/scroll_up.gif) left bottom no-repeat;
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 0px;
}

#vertical_carousel .previous_button_over {
	background: url(../images/scroll_up_over.gif) left bottom no-repeat;
}

#vertical_carousel .previous_button_disabled {
	background: url(../images/scroll_up.gif) left bottom no-repeat;
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 380px;
  background: url(../images/scroll_down.gif) left top no-repeat;
  display:inline;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
	background: url(../images/scroll_down_over.gif) left top no-repeat;
}

#vertical_carousel .next_button_disabled {
	background: url(../images/scroll_down.gif) left top no-repeat;
  cursor: default;
}
 