.jcarousel-skin-eda .jcarousel-container {
    background: url(../../library/bg-gallery.png) no-repeat 0 0;
    width:570px/*566px*/;
    height: 138px;
	}
.jcarousel-skin-eda .jcarousel-container-horizontal {
    padding:11px 40px 5px 60px;
	}
.jcarousel-skin-eda .jcarousel-container-vertical {}
.jcarousel-skin-eda .jcarousel-clip-horizontal {
    width:  570px;
    height: 128px;
	}
.jcarousel-skin-eda .jcarousel-clip-vertical {}
.jcarousel-skin-eda .jcarousel-item {
    width: 190px;
    height: 128px;
    text-align:left; 
    background:none;
	}
.jcarousel-item a {
	display: block;
    position: relative;
    width: 171px;
    height: 128px;
    background: url(../../library/bg-gallery-image-album.png) no-repeat 0 0;
    padding: 7px 0 0 8px;
	}
.jcarousel-item a img {
	width: 150px;
	height: 106px;
	}
 .jcarousel-item span {
	display: block;
    width: 160px;
    height: 116px;
    position: absolute;
    top: 0;
    left: 0;
	background: transparent url(../../library/playOverlay.png) no-repeat;
    background-position: 50% 5px;
    cursor:pointer;
	}
.jcarousel-item a:hover span {
	display: block;
	background-position: center -101px;
	}
.jcarousel-skin-eda .jcarousel-item:hover {
    border-color: #808080;
	}
.jcarousel-skin-eda .jcarousel-item-horizontal {
 /*   margin-right: 19px;*/
	}
.jcarousel-skin-eda .jcarousel-item-vertical {}
.jcarousel-skin-eda .jcarousel-item-placeholder {}

/* depositioning or dedimensioning this element causes IE6 to bug out */
.jcarousel-skin-eda .jcarousel-next-horizontal {
    position: absolute;
    top: 47px;
    right: 5px;
    width: 40px;
    height: 50px;
	/*cursor: pointer;
    background: transparent url(../../library/greyArrows.gif) no-repeat top right;*/
	}

.jcarousel-skin-eda .jcarousel-next-horizontal a {
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../../library/greyArrows.gif) no-repeat top right;
	}
.jcarousel-skin-eda .jcarousel-next-horizontal a:hover {
    background-position: bottom right;
	}
.jcarousel-skin-eda .jcarousel-next-horizontal a:active {
    background-position: top right;
	}

.jcarousel-skin-eda .jcarousel-next-disabled-horizontal a,
.jcarousel-skin-eda .jcarousel-next-disabled-horizontal a:hover,
.jcarousel-skin-eda .jcarousel-next-disabled-horizontal a:active {
    cursor: default;
    background-position: top right;
    background-image: none !important;
	}

/* positioning or dimensioning this element causes IE6 to bug out */
.jcarousel-skin-eda .jcarousel-prev-horizontal {
	/*
    position: absolute;
    top: 53px;
    left: 5px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../../library/greyArrows.gif) no-repeat 0 0;*/
	}
.jcarousel-skin-eda .jcarousel-prev-horizontal a {
    position: absolute;
    top: 47px;
    left: 5px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../../library/greyArrows.gif) no-repeat 0 0;
	}
.jcarousel-skin-eda .jcarousel-prev-horizontal a:hover {
    background-position:bottom left;
	}
.jcarousel-skin-eda .jcarousel-prev-horizontal a:active {
    background-position:top left;
	}
.jcarousel-skin-eda .jcarousel-prev-disabled-horizontal a,
.jcarousel-skin-eda .jcarousel-prev-disabled-horizontal a:hover,
.jcarousel-skin-eda .jcarousel-prev-disabled-horizontal a:active {
    cursor: default;
    background-position:top left;
    background-image: none !important;
	}
.jcarousel-skin-eda .jcarousel-next-vertical {}
.jcarousel-skin-eda .jcarousel-next-vertical:hover {}
.jcarousel-skin-eda .jcarousel-next-vertical:active {}
.jcarousel-skin-eda .jcarousel-next-disabled-vertical,
.jcarousel-skin-eda .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-eda .jcarousel-next-disabled-vertical:active {}
.jcarousel-skin-eda .jcarousel-prev-vertical {}
.jcarousel-skin-eda .jcarousel-prev-vertical:hover {}
.jcarousel-skin-eda .jcarousel-prev-vertical:active {}
.jcarousel-skin-eda .jcarousel-prev-disabled-vertical,
.jcarousel-skin-eda .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-eda .jcarousel-prev-disabled-vertical:active {}


/*=====================================================================*/
/* --------------------- Content Page Gallery ------------------------ */
/*=====================================================================*/

div.content #pnlGalleryStrip h1 {
	display: none;
	}
div.content #pnlGalleryStrip {
	margin: 0 0 0 -30px;
	}		
div.content ul.jcarousel-list {
	padding: 0 0 0 0 !important;
	}
div.content .jcarousel-skin-eda .jcarousel-container {
	width:530px;
	background-image: none;
	}
div.content .jcarousel-skin-eda .jcarousel-container-horizontal {
	padding:10px 50px 5px 50px;
	}
div.content .jcarousel-skin-eda .jcarousel-clip-horizontal {
	width: 530px;
	}
div.content .jcarousel-skin-eda .jcarousel-clip-horizontal li {
	padding-left: 0 !important;
	margin-left: 0 !important;
	}	
div.content .jcarousel-skin-eda .jcarousel-item-horizontal {
	margin-right: 20px;
	}
div.content .jcarousel-item a {
    background: url(../../library/bg-gallery-image-content.png) no-repeat 0 0;
    padding-bottom: 10px;
	}				
div.content .jcarousel-skin-eda .jcarousel-next-horizontal,
div.content .jcarousel-skin-eda .jcarousel-prev-horizontal a {
    top: 50px;
	}	
