/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#gallery .jcarousel-container {
	position: relative;
}
/*#gallery ul {
 margin:auto;

}*/
#gallery .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

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

/*#gallery .jcarousel-list li,*/
#gallery .jcarousel-item {
    float: left;
    list-style: none;
	width: 160px;
    height: 180px;
	padding-left:0;
	/*margin: 0 12px 0 10px;*/
	background: url(/images/shadow.png) no-repeat 5px 118px;
	-background: none;
	/*width: 360px;
    margin:0 0px 0 0px;
	padding: 0 100px
    width: 500px;
    height: 180px;*/
}

/**
 * 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".
 */
#gallery .jcarousel-next {
    z-index: 3;
    display: none;
}

#gallery .jcarousel-prev {
    z-index: 3;
    display: none;
}
