.jcarousel-container-horizontal {
    width: 953px;
    height: 263px;
    margin: 0 auto;
    position: absolute;
    left: -54px;
}

.jcarousel-clip-horizontal {
    width: 842px;
    height: 263px;
    margin: 0 auto;
    z-index: 20;
    position: relative;
}

.jcarousel-item,
.jcarousel-item-placeholder {
    width: 280px;
    height: 263px;
    margin: 0;
    position: relative;
    background: url(../gfx/dropshadow.png) 8px 8px no-repeat;
    
}

.jcarousel-item a {
	margin: 0;
	padding: 0;
	outline: none;
}

.jcarousel-item a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 20px;
	color: #a09d99;	
}

.jcarousel-item a:hover strong {
	background: url(../gfx/overlay_petname.png) 0 -31px no-repeat;
}

.jcarousel-item strong {
	display: block;
	height: 31px;
	line-height: 30px;
	text-align: center;
	color: white;
	background: url(../gfx/overlay_petname.png) 0 0 no-repeat;
	position: relative;
	top: -30px;
	font-size: 120%;
}

.jcarousel-item span {
	display: block;
	position: relative;
	top: -18px;
	height: 30px;
	overflow: hidden;
	font-size: 90%;
	padding: 0 8px;
}

.jcarousel-item a img {
	border: none;
	height: 180px;
	width: 240px;
}

.jcarousel-item a:hover img {

}

.jcarousel-item .stamp {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	width: 140px;
	height: 103px;
	
}

.jcarousel-item a:hover img.stamp {
	border: none;
	background: none;
}


.jcarousel-next-horizontal {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 243px;
    cursor: pointer;
    background: url(../gfx/browser_forward.jpg) -45px 0 no-repeat;
}

.jcarousel-next-horizontal:hover {
   background: url(../gfx/browser_forward.jpg) -90px 0 no-repeat;
}

.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
    background: url(../gfx/browser_forward.jpg) 0 0 no-repeat;
}

.jcarousel-prev-horizontal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 243px;
    cursor: pointer;
    background: url(../gfx/browser_back.jpg) -52px 0 no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background: url(../gfx/browser_back.jpg) -104px 0 no-repeat;
}

.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
    background: url(../gfx/browser_back.jpg) 0 0 no-repeat;
}

.loading {
    background: transparent url(../gfx/loading.gif) 50% 50% no-repeat;
}