.ui_vertical_carousel {
}

#vertical_carousel {
	float:left;
	width:108px;
	height:600px;
	border:2px solid #f3f2f2;
	position:relative;
	margin-left: 50px;
}

#vertical_carousel .container {
	position:absolute;
	top:58px;
	left:14px;
	width:75px;
	height:453px;
	overflow:hidden;
}


#vertical_carousel .previous_button {
	position:absolute;
	width:61px;
	height:50px;
	top:10px;
	left:22px;
	background: url(../images/up.gif);
	z-index: 100;
  cursor:pointer;
}

#vertical_carousel .next_button {
	position:absolute;
	width:68px;
	height:50px;
	top:540px;
	left:22px;
	background: url(../images/down.gif);
	z-index: 100;
  cursor:pointer;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 553px;
}          
            
#vertical_carousel ul li {
  /*border:1px solid green;
  	background:#fff;*/
  color:#333;
  padding:18px 0 18px 0;
  width:75px;
	height:75px;
  list-style:none;   
  float:left;
}


#vertical_carousel_video {
	float:left;
	width:130px;
	height:600px;
	border:2px solid #f3f2f2;
	position:relative;
	margin-left: 50px;
}

#vertical_carousel_video .container {
	position:absolute;
	top:58px;
	left:14px;
	width:200px;
	height:453px;
	overflow:hidden;
}

#vertical_carousel_video ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 553px;
}          
            
#vertical_carousel_video ul li {
  /*border:1px solid green;
  	background:#fff;*/
  color:#333;
  padding:18px 0 18px 0;
  width:200px;
	height:75px;
  list-style:none;   
  float:left;
}
