@charset "utf-8";
/* CSS Document */

/* feature scroller */
	/* right */
	.feature a.right { 
		float:right;
		background:url("http://www.hallmark.com/assets/images/nav-slideshow-next.png") no-repeat 0px 0px;
		top:50px;
		right:0px;
		width:50px;
		height:50px;
		z-index:10;
		cursor:pointer;
		opacity:.5;
	}
	.feature a.right:hover { 
		background:url("http://www.hallmark.com/assets/images/nav-slideshow-next.png") no-repeat 0px 0px;
		opacity:1;
	}
	.feature a.right:active { 
	} 
	
	/* left */
	.feature a.left { 
		float:left;
		background:url("http://www.hallmark.com/assets/images/nav-slideshow-prev.png") no-repeat 0px 0px;
		top:50px;
		width:50px;
		height:50px;
		z-index:10;
		cursor:pointer;
		opacity:.5;
		left:0px;
	} 
	.feature a.left:hover { 
		background:url("http://www.hallmark.com/assets/images/nav-slideshow-prev.png") no-repeat 0px 0px;	
				opacity:1;

	}
	.feature a.left:active { 
	}

.feature .scrollable {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 632px;
}

#book-carousel .scrollable {
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 632px;
}
#ipad-carousel .scrollable{
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 632px;
}

#book-carousel.feature a.right, #book-carousel.feature a.left,  {
		top:100px;
}
#ipad-carousel.feature a.right, #ipad-carousel.feature a.left {
		top:220px;
}