/* Vertical Carousel */
#vertical_carousel {
	float:right;
	width:27%;
	border:0.3em solid #22bb22;
/*	margin:0 0 1.5em;*/
	padding:1em 0.2em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow:5px 5px 10px #777;
	-webkit-box-shadow:5px 5px 10px #777;
}

#carousel-wrapper {
    overflow: hidden;
	height:352px;
	width:100%;
}
#carousel-content {
    height: 2500px;
}
#carousel-content .slide {
    width: 240px;
    height: 171px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
}

.carousel-image {
	width:240px;
	height:171px;
    border-style:none;
}


.controls {
	margin-bottom:1em;
}

.ico-next img {
	border-style:none;
  float:right;  
  width: 23px;
  height: 7px;
  background: url(but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

.ico-prev img {
	border-style:none;
  float:left;  
  width: 23px;
  height: 7px;
  background: url(but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

