/* main : prbnr */
/** html #prbnr {
	display: none;
}*/
#prbnr {
	clear: both;
	padding-top: 18px;
}
/*#prbnr h2.part1 {
	padding-bottom: 7px;
}*/
#prbnr .inner {
	background: url(images/prbnr_bg.jpg) no-repeat 0px 0px;
	min-height: 92px;
	height: auto !important;
	height: 92px;
}

#prbnr .jcarousel-container-horizontal {
	width: 819px;
	padding: 16px 21px 0px;
}
#prbnr .jcarousel-clip-horizontal {
	width: 819px;
	height: 60px;
}
#prbnr .jcarousel-item {
	/*background: url(images/item_bg.jpg) no-repeat 0px 100%;*/
	width: 200px;
	height: 61px;
	display: block;
}
#prbnr .jcarousel-item-horizontal {
    margin-right: 6px;
}
#prbnr .jcarousel-item-horizontal a {
	display: block;
	/*padding: 10px 10px 0px;*/
	position: relative;
}

/*#prbnr .jcarousel-item-horizontal a span.zoom {
	height: 27px;
	width: 27px;
	position: absolute;
	left: 33px;
	top: 47px;
}
#prbnr .jcarousel-item-horizontal a:hover span.zoom {
	background: url(images/zoom.gif) no-repeat 0px 0px;
}*/

/* next btn */
#prbnr .jcarousel-next-horizontal {
    position: absolute;
	top: 30px;
    right: -8px;
    width: 25px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.jpg) no-repeat 0 0;
}
#prbnr .jcarousel-next-horizontal:hover {
    background-position: -25px 0;
}
#prbnr .jcarousel-next-horizontal:active {
    background-position: -50px 0;
}
#prbnr .jcarousel-next-disabled-horizontal,
#prbnr .jcarousel-next-disabled-horizontal:hover,
#prbnr .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

/* prev btn */
#prbnr .jcarousel-prev-horizontal {
    position: absolute;
	top: 30px;
    left: -9px;
    width: 25px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.jpg) no-repeat 0 0;
}
#prbnr .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}
#prbnr .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}
#prbnr .jcarousel-prev-disabled-horizontal,
#prbnr .jcarousel-prev-disabled-horizontal:hover,
#prbnr .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}
