.gallery{
	background: url(/images/png/galleryBg.png) no-repeat bottom center;
	width:100%;
	bottom:61px;
	left:0;
	position:absolute;
	z-index:1;	
	}
	.eventgallery{width:100%; position:relative;}
body.home .gallery{position:relative;}	
	.jcarousel-container-horizontal {
		width:940px;
		margin: 0px auto;
		height:205px;
		he\ight:144px;
		padding:61px 0 0;
	}
	.eventgallery .jcarousel-container-horizontal {
		width:968px;
		margin: 0px auto;
		height:265px;
		he\ight:205px;
		padding:18px 0 42px;
	}
	body.home .jcarousel-container-horizontal {height:225px; he\ight:190px; 	padding:35px 0 0;}
	.jcarousel-clip-horizontal {
		width:889px;
		margin-left:26px;
		}
	.eventgallery .jcarousel-clip-horizontal{
		width:905px;
		margin-left:31px;	
		}
	.jcarousel-item {
	    width: 133px;
	    height: 133px;
	    position: relative;
	    overflow:hidden;
		}
	.eventgallery .jcarousel-item{
		width:287px;
		height:197px;
		}
body.home .jcarousel-skin-tango .jcarousel-item{width:170px; height:170px;}
.jcarousel-item a,
.jcarousel-item a:visited,
.jcarousel-item a:hover
{
	text-decoration: none;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 109px;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(/images/png/explorenext.png) no-repeat 0 0;
	}
a.jcarousel-next-horizontal:hover{background: url(/images/png/explorenext.png) no-repeat left -35px;}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 109px;
    left: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
	background: url(/images/png/exploreprev.png) no-repeat 0 0;
	}	
a.jcarousel-prev-horizontal:hover{background: url(/images/png/exploreprev.png) no-repeat left -35px;}

.jcarousel-prev-disabled-horizontal:hover{
    cursor: default;
	background: url(/images/png/exploreprev.png) no-repeat 0 0;	
	}
.jcarousel-next-disabled-horizontal:hover{
    cursor: default;
	background: url(/images/png/explorenext.png) no-repeat 0 0;
	}
.eventgallery a.jcarousel-next-horizontal,
.eventgallery a.jcarousel-prev-horizontal{
	top:98px;
	width:41px;
	height:40px;
	background: url(/images/png/prevLinkBg.png) no-repeat 0 0;	
	z-index:1;
	} 
.eventgallery a.jcarousel-next-horizontal{
	background: url(/images/png/nextLinkBg.png) no-repeat 0 0;	
	}	
.eventgallery a.jcarousel-prev-horizontal:hover {
	background: url(/images/png/prevLinkBg.png) no-repeat left -41px;
}
.eventgallery a.jcarousel-next-horizontal:hover{
	background: url(/images/png/nextLinkBg.png) no-repeat left -41px;	
}
.eventgallery a.jcarousel-prev-disabled-horizontal:hover{
    cursor: default;
    background: url(/images/png/prevLinkBg.png) no-repeat 0 0;	
}
.eventgallery a.jcarousel-next-disabled-horizontal:hover{
    cursor: default;
    background: url(/images/png/nextLinkBg.png) no-repeat 0 0;	
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 6;
    overflow: hidden;
    position: relative;
}

#gallery.jcarousel-list,
#eventgallery.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	background: none;
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    height: 133px;
    width:133px;
    padding: 0;
    margin-right: 19px;
}
body.home .jcarousel-list li,
body.home .jcarousel-item{
	height:170px; 
	width:170px;
	margin-right:32px;
}
.eventgallery .jcarousel-list li,
.eventgallery .jcarousel-item{
	height: 197px;
    width:297px;
    margin-right:22px;
}
.jcarousel-list li:last-child{margin-right:0;}
/**
 * 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;
}

