/* zine Carousel */
#zine_carousel {
  float: left;
  width: 470px;
  height: 300px;
  position: relative;
}

#zine_carousel .container {
	float: left;
	width: 470px;
	height: 290px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

#zine_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 290px;
}                      

#zine_carousel ul li {
  width: 470px;
  height: 300px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#zine_carousel .previous_button {
	z-index: 100;
	cursor: pointer;
	width: 32px;
	float: left;
}

#zine_carousel .previous_button_over {
	text-decoration: line-through;
}

#zine_carousel .previous_button_disabled {
	cursor: default;
	text-decoration: line-through;
}

#zine_carousel .next_button {
	z-index: 100;
	cursor: pointer;
	width: 50px;
	float: left;
}

#zine_carousel .next_button_over {
	text-decoration: line-through;
}

#zine_carousel .next_button_disabled {
	cursor: default;
	text-decoration: line-through;
}
/* photos Carousel */
#photos_carousel {
  float: left;
  width: 470px;
  height: 300px;
  position: relative;
}

#photos_carousel .container {
	float: left;
	width: 470px;
	height: 290px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

#photos_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 290px;
}                      

#photos_carousel ul li {
  width: 470px;
  height: 300px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#photos_carousel .previous_button {
	z-index: 100;
	cursor: pointer;
	width: 32px;
	float: left;
}

#photos_carousel .previous_button_over {
	text-decoration: line-through;
}

#photos_carousel .previous_button_disabled {
	cursor: default;
	text-decoration: line-through;
}

#photos_carousel .next_button {
	z-index: 100;
	cursor: pointer;
	width: 50px;
	float: left;
}

#photos_carousel .next_button_over {
	text-decoration: line-through;
}

#photos_carousel .next_button_disabled {
	cursor: default;
	text-decoration: line-through;
}
