a img { border:0; }

.hide-hdr { text-indent:-9999px; margin:0; padding:0; height:0;float:left; }

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 183px;
    height: 117px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*  */

.jcarousel-skin-ie7 
{
	clear:both;
	width: 980px; height: 290px; background: url(http://images.barnesandnoble.com/pimages/giftcards/gift_card_gateway_03.jpg) no-repeat top left;
	margin-left:6px;
}

.jcarousel-skin-ie7 .jcarousel-container {
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal 
{
    width:  900px;
    padding-top:10px;
    padding-left:10px;
}


.jcarousel-skin-ie7 .jcarousel-clip-horizontal 
{
    width:  810px;
    height: 117px;
    position:relative;
    top: 125px;
    left:76px
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 183px;
    height: 117px;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 20px;
}


.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */

a#mycarousel-prev  
{
	position: absolute;
    top: 190px;
    left: 40px;
	display:block;     
	width: 14px;
    height: 27px;
    cursor: pointer;
	background: url(http://images.barnesandnoble.com/pimages/giftcards/arrow-left.gif) no-repeat 0 0;
}
a#mycarousel-prev:hover {    background: url(http://images.barnesandnoble.com/pimages/giftcards/arrow-left-hover.gif) no-repeat 0 0; }
    

a#mycarousel-next   
{
	display: block;
    position: absolute;
    top: 190px;
    left: 925px;
    width: 14px;
    height: 27px;
    cursor: pointer;
    background: url(http://images.barnesandnoble.com/pimages/giftcards/arrow-right.gif) no-repeat 0 0;
}

a#mycarousel-next:hover {    background: url(http://images.barnesandnoble.com/pimages/giftcards/arrow-right-hover.gif) no-repeat 0 0; }

#see-all-link {outline:0;position:absolute;top:265px;left:420px;width:160px;text-indent:-9999px}
#gc-carousel-lower {height:137px; display:inline; float: left; width: 980px; margin-left: 6px; margin-bottom:6px; background: url(http://images.barnesandnoble.com/pimages/giftcards/gift_card_gateway_05.jpg) no-repeat}
	#gc-carousel-left { margin-top:20px; float: left; width: 500px;margin-left:35px; display:inline}
	#gc-carousel-right {margin-top:20px; float: left; width: 430px;}
	#gc-carousel-lower h3 {font: bold 18px Verdana; color: #595248;margin:0 0 5px;padding:0}

#gc-carousel-lower .image-wrap {float: left;margin-right:20px}
#gc-carousel-lower .copy-pod { float: left;width:260px }
	#gc-carousel-lower .copy-pod p {margin:0;font: 13px/15px Verdana; color: #fff7e4;}
	#gc-carousel-lower .copy-pod img { margin-top:10px; }
	
.styles_nav {padding:0;height:51px;margin-bottom:10px}
.styles_nav_inner {padding:17px 0 0 10px}
#choose-style {float:left;margin-top:-1px; font-weight: bold; font-size: 13px; color: #666}
#styles_nav { margin:0;padding:0;list-style:none; float:left; }
#styles_nav li { display:inline; float:left; padding-right:20px; margin-left:20px; background: url(http://images.barnesandnoble.com/PImages/gc/2007/card_display_nav_divider.gif) no-repeat center right; }
#styles_nav li.last { background:none; }
#styles_nav li a.currentStyle { font-weight:bold; padding-right:12px; background: url(http://images.barnesandnoble.com/PImages/gc/2007/arrow.gif) no-repeat right center; }


