#CareCenter_ProductScroller {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 100%;
	display: block;
	width: 415px;
	height: 195px;
}

	#CareCenter_ProductScroller .clr {
		margin: 0;
		padding: 0;
		width: 0;
		height: 0;
		clear: both;
	}

	#CareCenter_ProductScroller .scrollerCap {
		background-image: url(/CP/common/images/backgrounds/productscroller_sprite.png);
		background-repeat: no-repeat;
		width: 415px;
		height: 7px;
	}
	
		#CareCenter_ProductScroller .scrollerCap.top { background-position: 0 -132px; }
		
		#CareCenter_ProductScroller .scrollerCap.bottom { background-position: 0 -141px; }
		
	#CareCenter_ProductScroller .scrollerContent {
		margin: 0;
		padding: 6px 8px 0 8px;
		border-top: none;
		border-right: 2px solid #CCC;
		border-bottom: none;
		border-left: 2px solid #CCC;
		background-color: #FFF;
	}
		
		#CareCenter_ProductScroller .scrollerContent form#productCategorySelection { margin: 0; padding: 0; }
		
			#CareCenter_ProductScroller .scrollerContent form#productCategorySelection fieldset { margin: 0; padding: 0; border: none; }
			
				#CareCenter_ProductScroller .scrollerContent form#productCategorySelection fieldset label {
					margin: -3px 0 0 6px;
					line-height: 150%;
					padding: 0;
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 16px;
					font-weight: 900;
					color: #F00;
					float: left;
					max-width: 225px;
				}
				
				#CareCenter_ProductScroller .scrollerContent form#productCategorySelection fieldset select { float: right; }
		
		#CareCenter_ProductScroller .scrollerContent .directionalController {
			margin: 0;
			padding: 0;
			cursor: pointer;
			background-image: url(/CP/common/images/backgrounds/productscroller_sprite.png);
			background-repeat: no-repeat;
			position: relative;
			z-index: 2000;
			width: 17px;
			height: 130px;
			float: left;
		}
		
			#CareCenter_ProductScroller .scrollerContent .directionalController.left { background-position: 0 0; }
			
			#CareCenter_ProductScroller .scrollerContent .directionalController.right { background-position: -19px 0; }
			
		#CareCenter_ProductScroller .scrollerContent #Scroller {
			margin: 0;
			padding: 0;
			background-image: url(/CP/common/images/backgrounds/productscroller_sprite.png);
			background-repeat: no-repeat;
			background-position: -65px 0;
			width: 360px;
			height: 130px;
			position: relative;
			z-index: 2000;
			overflow: hidden;
			float: left;
		}
		
			#CareCenter_ProductScroller .scrollerContent #Scroller .scrollLoader {
				position: absolute;
				top: 50%;
				left: 50%;
				z-index: 2500;
				background-image: url(/CP/common/images/icons/icon_loading.gif);
				background-repeat:no-repeat;
				background-position: 0 0;
				width: 16px;
				height: 11px;
			}
		
			#CareCenter_ProductScroller .scrollerContent #Scroller .category {
				position: absolute;
				z-index: 2300;
				top: 5px;
				left: 0;
				width: 100%;
				height: 113px;
				display: none;
			}
			
				#CareCenter_ProductScroller .scrollerContent #Scroller .category .item {
					margin: 0;
					padding: 0 11px;
					text-align: center;
					width: 160px;
					float: left;
				}
								
					#CareCenter_ProductScroller .scrollerContent #Scroller .category .item a:link, #CareCenter_ProductScroller .scrollerContent #Scroller .category .item a:visited { text-decoration: underline; color: #06C; }
					
					#CareCenter_ProductScroller .scrollerContent #Scroller .category .item a:hover, #CareCenter_ProductScroller .scrollerContent #Scroller .category .item a:active { text-decoration: none; }
					
					#CareCenter_ProductScroller .scrollerContent #Scroller .category .item a img { margin: auto; border: none; display: block; }
		
		#CareCenter_ProductScroller .scrollerContent .viewMore {
			margin: 6px 0 0 0;
			padding: 0 0 0 8px;
			background-image: url(/CP/common/images/backgrounds/productscroller_sprite.png);
			background-repeat: no-repeat;
			background-position: -427px 4px;
			float: right;
		}
		
			#CareCenter_ProductScroller .scrollerContent .viewMore a:link, #CareCenter_ProductScroller .scrollerContent .viewMore a:visited { text-decoration: underline; color: #06C; }
			
			#CareCenter_ProductScroller .scrollerContent .viewMore a:hover, #CareCenter_ProductScroller .scrollerContent .viewMore a:active { text-decoration: none; }
			
			
			
			
			/* for single promo image */
			/*.promo_footer .promo_footer_item{ width: 530px;}*/
			
			.promo_footer_item .caption{margin: 0 !important;}
			.promo_footer_item .button{
				margin-left: 2px !important;
				padding: 0 !important;
				/*width: 526px !important;
				height: 192px !important;*/
				
				
				position: relative;
				left: 8px;
			}
			.promo_footer_item .button a{
				display:block;
				width: 100%;
				height: 100%;
				padding-left:11px;
			}
			
			/* end single promo image */
			
			
/* new footer css added */		
			
.promo_footer .promo_footer_item .caption {
    width: 150px;
	padding:61px 0 6px 9px;
}


#content_suspension #content .section.product .category {
min-height: 200px !important;
}
