/* Horizontal Carousel */



#foto_dia_carousel {
	float: left;
	width: 340px;
	height: 360px;
	position: relative;
	background-image: url(/cronica_chillan_base/video/img/fondoimagen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 10px;

}

#foto_dia_carousel .container h4 {

	margin: 3px;

}


#foto_dia_carousel p {
	text-align: center;
	margin: 0px;

}

#foto_dia_carousel .container {
	width: 310px;
	height: 320px;
	position: relative;
	overflow: hidden;

}

#foto_dia_carousel ul {

  margin: 0;

  padding:0;

  width: 100000px;

  position: relative;

  top: 0;

  left: 0;

  height: 300px;

}                      





#foto_dia_carousel ul li {
	text-align: center;
	list-style:none;
	float: left;
	width: 310px;

}



#foto_dia_carousel .previous_button {
	float:left;
	width: 32px;
	height: 32px;
	background: url(/cronica_chillan_base/video/img/left2.gif);
	background-repeat: no-repeat;
	z-index: 200;
	cursor: pointer;

}



#foto_dia_carousel .previous_button_over {

  background: url(/cronica_chillan_base/video/img/left_over2.gif);

  background-repeat: no-repeat;

}

#foto_dia_carousel .previous_button_disabled {

  background: url(/cronica_chillan_base/video/img/left_disabled.gif);

  background-repeat: no-repeat;

  cursor: default;

}





#foto_dia_carousel .next_button {
	float:right;
	width: 32px;
	height: 32px;
	background: url(/cronica_chillan_base/video/img/right2.gif);
	background-repeat: no-repeat;
	z-index: 200;
	cursor: pointer;
	padding-left: 18px;

}







#foto_dia_carousel .next_button_over {

  background: url(/cronica_chillan_base/video/img/right_over2.gif);

  background-repeat: no-repeat;

}



#foto_dia_carousel .next_button_disabled {

  background: url(/cronica_chillan_base/video/img/right_disabled.gif);

  background-repeat: no-repeat;

  cursor: default;

}

                  

