#gallery p {
	font-size: 11px;
	line-height: 11px;
	padding: 0 5px;
	margin: 5px 0;
}

#gallery img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #cccccc;
}
#gallery .jcarousel-skin-tango .jcarousel-container {

}

#gallery .jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 25px;*/
    padding: 0 38px 0 30px;
}

#gallery .jcarousel-skin-tango .jcarousel-clip-horizontal {
/*    width:  645px;*/
    height: 180px;
}


#gallery .jcarousel-skin-tango .jcarousel-item {
    width: 152px;
    height: 180px;
	
}

#gallery .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin: 0 20px 0 0;
	*margin: 0 10px 0 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(/images/arr-right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(/images/arr-rightg.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(/images/arr-rightg.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/images/arr-rightg.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(/images/arr-left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(/images/arr-leftg.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(/images/arr-leftg.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/images/arr-leftg.gif) no-repeat 0 0;
}