/* Horizontal Carousel */
#horizontal_carousel {
  width: 510px;
  height: 500px;
  padding: 38px 10px 10px 10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  overflow: hidden;
}

#horizontal_carousel .container {
  width: 510px;
  height: 420px;
  overflow: hidden;
  margin
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 380px;
}                      

#horizontal_carousel ul li {
  width: 260px;
  height: 780px;
  text-align: center; 
  list-style:none;
  border: 0px solid #FF0000;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
	margin-top: 23px;
}


#horizontal_carousel .previous_button_over {
  background: url(../new_images/arrows/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../new_images/arrows/but_prev_dis.png) no-repeat;
  cursor: default;
}


#horizontal_carousel .previous_button {
  float:left;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}


#horizontal_carousel .next_button {
  float:right;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../new_images/arrows/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../new_images/arrows/but_next_dis.png) no-repeat;
  cursor: default;
}



#horizontal_carousel .previous_button2 {
  float:left;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}


#horizontal_carousel .next_button2 {
  float:right;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}










/* Horizontal Carousel */
#horizontal_carousel2 {
  width: 510px;
  height: 500px;
  padding: 0px 10px 10px 10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  overflow: hidden;
}

#horizontal_carousel2 .container {
  width: 510px;
  height: 420px;
  border: 0px solid #FF0000;
  overflow: hidden;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 380px;
}                      

#horizontal_carousel2 ul li {
  width: 260px;
  height: 780px;
  text-align: center; 
  list-style:none;
  border: 0px solid #FF0000;   
  float:left;
}

#horizontal_carousel2 .buttons{
	display:block;
 	clear:both;
	margin-top: 23px;
}


#horizontal_carousel2 .previous_button_over {
  background: url(../new_images/arrows/but_prev_hover.png) no-repeat;}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../new_images/arrows/but_prev_dis.png) no-repeat;
  cursor: default;
}


#horizontal_carousel2 .previous_button {
  float:left;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}


#horizontal_carousel2 .next_button {
  float:right;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../new_images/arrows/but_next_hover.png) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../new_images/arrows/but_next_dis.png) no-repeat;
  cursor: default;
}



#horizontal_carousel2 .previous_button2 {
  float:left;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}


#horizontal_carousel2 .next_button2 {
  float:right;  
  width: 52px;
  height: 28px;
  background: url(../new_images/arrows/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

.container img{
	border: 1px solid #E1E1E1;
}

.cont1{
	height: 350px;
	border: 0px solid #FF0000;
	width: 265px; 
}

.cont2{
	height: 350px;
	border: 0px solid #FF0000;
	width: 265px;
	margin-top: 45px;	
}
