@charset "utf-8";
/* CSS Document */

.jcarousel-container-vertical {
    width: 255px;
    height: 490px;
    background: #F4F1E9;
	margin-left: 5px;	
}

.jcarousel-clip-vertical {
    top: 15px;
    width: 250px;
    height: 450px;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 250px;
    height: auto;
    margin: 3px 0;
	border-bottom: 1px dotted #1f3d74;
	background-color:#F4F1E9;
	padding-bottom:5px;
	font-size:10px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #1f3d74 url(http://cfcenters.com/members/ui/images/newsscroller/arrow-down.gif) no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .0;
    -moz-opacity: .0;
    filter: alpha(opacity=0);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #1f3d74 url(http://cfcenters.com/members/ui/images/newsscroller/arrow-up.gif) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .0;
    -moz-opacity: .0;
    filter: alpha(opacity=0);
}

.loading {
    background: transparent url(ui/images/newsscroller/loading.gif) 50% 50% no-repeat;
}
