/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-style: solid; bolid-width:3 px; border-color: #9d5883;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 140px;
    height: 145px;
    padding:6px 35px 2px 32px;
    position:relative;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-container {
    width: 190px;
    height: 756px;
    padding:19px 0 28px 0;
}
.jcarousel-clip-vertical {
    height: 764px;
 /* width:  175px;
    padding:0 0 0 7px;
    border: 1px;
  */
}
.jcarousel-item {
    width: 75px;
    height: 75px;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 190px;
    height: 20px;
    cursor: pointer;
    background: transparent url('../images/holywood_down_arrow.gif') no-repeat 0 0;
}
.jcarousel-next-vertical:hover {
    background-position: 0 -20px;
}
.jcarousel-next-vertical:active {
    background-position: 0 -40px;
}
.jcarousel-next-disabled-vertical,.jcarousel-next-disabled-vertical:hover,.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -46px;
}
.jcarousel-prev-vertical {
    position: absolute;
    top:0px;
    left: 0px;
    width: 190px;
    height: 20px;
    cursor: pointer;
    background: transparent url('../images/holywood_up_arrow.gif') no-repeat 0 0;
}
.jcarousel-prev-vertical:hover {
    background-position: 0 -20px;
}
.jcarousel-prev-vertical:active {
    background-position: 0 -40px;
}
.jcarousel-prev-disabled-vertical,.jcarousel-prev-disabled-vertical:hover,.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -20px;
}
.jcarousel-item-placeholder {
    background: #fff url(../images/jcarousel_loading.gif) 50% 50% no-repeat;
}
.jcarousel-item div{
/*	margin:-60px 20px 0 0; */
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70); /* IE patch */
	position:absolute;
	padding:3px 0;
	height:60px;
	top:100px;
	left:35px;
	width:125px;
	color:#fff;
}	
.jcarousel-item a,.jcarousel-item div a:link,.jcarousel-item div a:visited, .jcarousel-item div a:active{
	color:#D2A619;
	text-decoration:none;
}

