/* CSS Document */
.rightHomeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top:6px;
	padding-bottom:6px;
}

/* Carousel */
div#contain {
	position:relative;
	width:765px;
	height:197px;
}
.carousel-component {
	position:relative;
	left:221px;
	top:17px;
}
.carousel-component .carousel-list li {
	margin:0px;
	width:446px;
}
.carousel-component .carousel-list li a {
	display:block;
}
.carousel-component .carousel-list li img {
	display:block;
}
.carousel-component .carousel-list li strong {
	display:block;
}
#prev-arrow {
	position:absolute;
	top:54px;
	z-index:3;
	cursor:pointer;
	left:0px;
}
#next-arrow {
	position:absolute;
	top:54px;
	z-index:3;
	cursor:pointer;
	right:-4px;
}
#whats_new_bg {
	background-color: #ffffff;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-image: url(http://www.hallmark.com/wcsstore/HallmarkStore/images/FeatureArea/gc_tp_wn_graybox.gif);
	background-repeat: no-repeat;
	width: 765px;
	height: 197px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
}
.whats_new_image {
	position:absolute;
	float:left;
	top:85px;
	left:40px;
}
