.jcarousel-clip-vertical {
    width:  200px;
    height: 695px;
	  background:transparent url(/public/images/gradients.png) 160px -1450px no-repeat;    
}

#evpg .jcarousel-clip-vertical {
    width:230px;
    background-position:200px -1450px;
}


.jcarousel-item-vertical {
	padding:10px 0;
	float:none;
	width:115px;
	overflow:hidden;	
	margin-left:30px;
	height:auto;
}

#evpg .jcarousel-item-vertical {
  width:200px;
  margin-left:0;
}

#evpg .jcarousel-item-vertical a.item {
  margin:0 15px 0 30px;
  display:block;
}

.selected img {
  border:4px solid white;
}

#evpg .selected {
  background:#2e3247;
}


/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    height:26px;
    right:6px;
    width:36px;
    cursor:pointer;    
}

.jcarousel-prev-vertical {
  cursor:pointer;
  height:26px;
  position:absolute;
  right:6px;
  top:0;
  width:36px;
}
