
/*Heart Truth Landing Popup*/
body.theHeartTruth #dailyMessageOverlay .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;		
}

body.theHeartTruth #dailyMessageOverlay .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 60px;
	height: 270px;	
	background: url(/images/heartTruth/imgScrollBkgd.jpg) repeat-y;	
}

body.theHeartTruth #dailyMessageOverlay .jScrollPaneDrag {
	position: absolute;
	background: url(/images/heartTruth/imgScrollBTN.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	width:16px;
	height:61px;
}

body.theHeartTruth #dailyMessageOverlay .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

body.theHeartTruth #dailyMessageOverlay .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;	
}


/*Heart Truth Learn More*/

body.theHeartTruth #learnMoreContent .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

body.theHeartTruth #learnMoreContent .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 60px;
	height: 270px;	
	background: url(/images/heartTruth/imgScrollBkgd.jpg) repeat-y;	
}

body.theHeartTruth #learnMoreContent .jScrollPaneDrag {
	position: absolute;
	background: url(/images/heartTruth/imgScrollBTN.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	width:16px;
	height:61px;
}

body.theHeartTruth #learnMoreContent .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

body.theHeartTruth #learnMoreContent .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;	
}
