#iGalWrap {			width:660px; height:660px; border:3px solid #aaa; position:relative; margin:22px auto 33px auto; 
					background-color: #fffced; background-image: -webkit-gradient(linear, top, bottom, from(#fdf4cf), to(#fffced)); background-image: -webkit-linear-gradient(top, #fdf4cf, #fffced); background-image: -moz-linear-gradient(top, #fdf4cf, #fffced); background-image: -ms-linear-gradient(top, #fdf4cf, #fffced); background-image: -o-linear-gradient(top, #fdf4cf, #fffced); background-image: linear-gradient(to bottom, #fdf4cf, #fffced); }
#iGalSlide {			width:580px; height:560px; overflow:hidden; position:absolute; left:39px; top:19px; background:#fff; border:1px solid #666; border-color:#666 #eee #eee #666;}
#iGalSlide div {		width:560px; height:560px; position:absolute; left:580px; padding:10px; text-align: center; }
#iGalSlide div img {	display:block; border:1px solid #aaa; margin:0px auto 20px; text-align: center; }
#iGalSlide div h1 {		font-size:14px; margin: 5px 0px 0px 0px; text-align: left; }
#iGalSlide div p {		color:#444; line-height:1.5em; font-size:11px; margin: 0px; text-align: left; }

#iGalSlide div a {		font-family: "lucida sans", sans-serif; color:#00d; line-height:1.5em; font-size:11px; position:absolute; right:20px; bottom:10px; text-decoration:none;}
#iGalSlide div a:hover {	text-decoration:underline;}

#iGalTitle {			width:131px; height:132px; position:absolute; left:5px; top:-30px;}
* html #iGalTitle {		background:none;}
#iGalPrevious b {		display:none;}
#iGalPrevious {		width:66px; height:66px; background:url("/etc/jq/img/b_prev.png") no-repeat center left; position:absolute; left:6px; top:233px; cursor:pointer;}
* html #iGalPrevious {	background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/jq/img/b_prev.png', sizingMethod='crop');}
#iGalNext b {			display:none;}
#iGalNext {			width:66px; height:66px; background:url("/etc/jq/img/b_next.png") no-repeat center right; position:absolute; right:6px; top:233px; cursor:pointer;}
* html #iGalNext {		background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/jq/img/b_next.png', sizingMethod='crop');}
#iGalButtons {			position:absolute; left:6px; right:6px; top:590px; width:auto; height: 60px; overflow: hidden; }
img#iGalLoading {		position:absolute; left:285px; top:230px;}

#iGalHCrslDiv {		position:absolute; overflow: hidden; left:0px; top:592px; width:660px; height: 55px; }
#iGalHCrslDiv li img {	cursor:pointer; }

.iGalCar .jcarousel-container-horizontal {	width: 660px; height: 55px; padding: 0; }
.iGalCar .jcarousel-clip {				overflow: hidden; }
.iGalCar .jcarousel-clip-horizontal {		width: 581px; height: 55px; left: 39px; }
.iGalCar .jcarousel-item {				width:  55px; height: 55px; }
.iGalCar .jcarousel-item-horizontal {		margin: 0px; margin-right: 4px; }
.iGalCar .jcarousel-item-placeholder {		background: #fff; color: #000; }

/* Horizontal Buttons */
.iGalCar .jcarousel-next-horizontal {		position: absolute; top: 15px; right: 11px; width: 25px; height: 25px; cursor: pointer; background: transparent url("/etc/jq/img/b_next.png") no-repeat 0 0; }
/*
.iGalCar .jcarousel-next-horizontal:hover,
.iGalCar .jcarousel-next-horizontal:focus {	background-position: -32px 0;}
.iGalCar .jcarousel-next-horizontal:active {	background-position: -64px 0; }
.iGalCar .jcarousel-next-disabled-horizontal,
.iGalCar .jcarousel-next-disabled-horizontal:hover,
.iGalCar .jcarousel-next-disabled-horizontal:focus,
.iGalCar .jcarousel-next-disabled-horizontal:active {
									cursor: default; background-position: -96px 0; }
*/

.iGalCar .jcarousel-prev-horizontal {		position: absolute; top: 15px; left: 7px; width: 25px; height: 25px; cursor: pointer; background: transparent url("/etc/jq/img/b_prev.png") no-repeat 0 0; }
/*
.iGalCar .jcarousel-prev-horizontal:hover, 
.iGalCar .jcarousel-prev-horizontal:focus {	background-position: -32px 0; }
.iGalCar .jcarousel-prev-horizontal:active {	background-position: -64px 0; }
.iGalCar .jcarousel-prev-disabled-horizontal,
.iGalCar .jcarousel-prev-disabled-horizontal:hover,
.iGalCar .jcarousel-prev-disabled-horizontal:focus,
.iGalCar .jcarousel-prev-disabled-horizontal:active {
									cursor: default; background-position: -96px 0; }
*/