/* jcarousel Lite */

#jcLite_gallery_wrapper {
	width: 488px;
}
#jcLite_gallery {
	height: 62px;
	margin: 0px;
	float: left;
}
#jcLite_gallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#jcLite_gallery li a {
	display: block;
	width: 90px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 0px 1px;
	color: #ffffff;
	overflow: hidden;
	background-color: #000000;
}
#jcLite_gallery li a span {
	background-image: url(../../images/site/spacer_50_blk.png);
	display: block;
	height: 27px;
	margin: 60px 0px 0px;
	overflow: hidden;
	padding: 3px;
	width: 129px;
}

/* button next/previous */
#jcLite_gallery_prev a {
	background-color: #000000;
	background-image: url(../../images/site/icon_arrow_black_scroll_left.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 14px;
	height: 62px;
	margin: 0px 2px 0px 0px;
	outline: none;
}
#jcLite_gallery_prev a:hover {
	background-position: -14px 0px;
}
#jcLite_gallery_next a {
	background-color: #000000;
	background-image: url(../../images/site/icon_arrow_black_scroll_right.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 14px;
	height: 62px;
	margin: 0px 0px 0px 0px;
	outline: none;
}
#jcLite_gallery_next a:hover {
	background-position: -14px 0px;
}

/* detailImage */
#galleryImageWrapper, #galleryImage {
	width: 488px;
	height: 406px;
}
#galleryImageWrapper {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../../images/site/loading_dark.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0px 3px 0px;
}
#galleryImageWrapper #galleryImage {
	background-position: center;
	background-repeat: no-repeat;
}
#jcLite_gallery_onePrev a {
	display: block;
	width: 20px;
	height: 32px;
	background-image: url(../../images/site/icon_arrowsmall_black_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#galleryInfo {
	width: 488px;
}
#galleryInfo #galleryNumber {
	color: #818181;
	padding: 0px 0px 3px 0px;
}
#galleryInfo #galleryNumber .currentNumber {
	color: #000000;
}
#galleryText {
	width: 445px;
	height: 40px;
	overflow: hidden;
	font-style: italic;
	float: left;
}
#jcLite_gallery_oneNext a {
	display: block;
	width: 20px;
	height: 32px;
	background-image: url(../../images/site/icon_arrowsmall_black_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}
