/* -------------------------------------------------------------------------- */
/* ---- MORE PHOTOS CAROUSEL ------------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* ---- More than 3 Photos ---------- */
.jcarousel-nav-2003 .jcarousel-container {}
	.jcarousel-nav-2003 .jcarousel-container-horizontal {
    	width: 538px !important;
    	padding: 0 39px !Important;
    	margin:0 auto;
		}
		.jcarousel-nav-2003 .jcarousel-clip-horizontal {
    		width: 536px;
    		height: 77px;
			}
			.jcarousel-nav-2003 .jcarousel-item {
				width: 100px;
    			height: 77px;
    			background: url(../../../../images/slideshow-item-bkg.gif);
				}
				.jcarousel-nav-2003 .jcarousel-item:hover {
				width: 100px;
    			height: 77px;
    			background: url(../../../../images/slideshow-item-hover-bkg.gif) no-repeat 0 0;
				}
				.jcarousel-nav-2003 .jcarousel-item:active {
				width: 100px;
    			height: 77px;
    			background: url(../../../../images/slideshow-item-hover-bkg.gif) no-repeat 0 0;
				}
				.jcarousel-nav-2003 .jcarousel-item.current {
				width: 100px;
    			height: 77px;
    			background: url(../../../../images/slideshow-item-active-bkg.gif) no-repeat 0 0;
				}
				
					.jcarousel-nav-2003 .jcarousel-item img{
						width: 92px;
    					height: 69px;
    					margin:4px
					}
				.jcarousel-nav-2003 .jcarousel-item-horizontal {
    				margin: 0 9px 0 0;
					}
				.jcarousel-nav-2003 .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
	/* ---- Next Button ---------- */
	.jcarousel-nav-2003 .jcarousel-next-horizontal {
		position: absolute;
		top: 22px;
		right: 0;
		width: 28px;
		height: 30px;
		cursor: pointer;
		background: transparent url(../../../../images/slide_arrow_next.gif) no-repeat -62px 0;
		}
		.jcarousel-nav-2003 .jcarousel-next-horizontal:hover {
			background-position: -31px 0;
			}
		.jcarousel-nav-2003 .jcarousel-next-horizontal:active {
			background-position: -62px 0;
			}
		.jcarousel-nav-2003 .jcarousel-next-disabled-horizontal,
		.jcarousel-nav-2003 .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-nav-2003 .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: 0 0;
			}
	/* ---- Previous Button ---------- */
	.jcarousel-nav-2003 .jcarousel-prev-horizontal {
    	position: absolute;
    	top: 22px;
    	left: 0;
    	width: 28px;
		height: 30px;
		cursor: pointer;
		background: transparent url(../../../../images/slide_arrow_previous.gif) no-repeat -62px 0;
		}
		.jcarousel-nav-2003 .jcarousel-prev-horizontal:hover {
			background-position: -31px 0;
			}
		.jcarousel-nav-2003 .jcarousel-prev-horizontal:active {
    		background-position: -62px 0;
			}
		.jcarousel-nav-2003 .jcarousel-prev-disabled-horizontal,
		.jcarousel-nav-2003 .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-nav-2003 .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: 0 0;
			}


