

/* News Scraper Override */
/***************************************************************************************/


.jcarousel-container-vertical {
    width: 278px;
    height: 290px;
    /*background: #e8e8e8;*/
    /*border: 1px solid #fff;*/
}
 
.jcarousel-clip-vertical {
    top: 0;
    width: 90%;
    height: 260px;
    margin: 0 10px;
    z-index: 20;
}
 
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 100%;
    height: auto;
    margin: 5px 0;
}
 
.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
}
 
 
 
 
 
 
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #3268a7 url(/ui/images/news-scrape-arrow-down.gif) no-repeat center;
}

	.jcarousel-next-vertical:hover, .jcarousel-prev-vertical:hover {
	    background-color: #333399;
	}
 
.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 
.jcarousel-prev-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #3268a7 url(/ui/images/news-scrape-arrow-up.gif) no-repeat center;
}
 
.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 

.loading {
    background: transparent url(http://sorgalla.com/projects/jcarousel/examples/images/loading.gif) 50% 50% no-repeat;
}
 

/***************************************************************************************/
/* END: News Scraper Override */












#localPictureGallery.jcarousel-container-horizontal {
    /*width: 298px;*/
}

#localPictureGallery .jcarousel-clip-horizontal {
    /*width:  298px;*/
}















