/*
	PRODUCT GALLERY
	20100527	tomc
*/
	.offers_strip{
		height			:auto;
		/*height		:156px;*/
		color			:white;
	}
	
	.offers_strip .offer-left{
		float			:left;
		width			:262px;
		margin			:16px 16px;
	}
	.offers_strip .offer-left h3{
		margin-bottom	:16px;
		font-size		:26px;
		font-weight		:bold;
		color			:#FFDD00;
	}
	.offers_strip .offer-left p{
		margin-bottom	:12px;
	}
	.offers_strip .offer-left label{
		padding-right	:18px;
		font-weight		:bold;
		background		:url(../grx/offer-arrow-9x14.gif) scroll no-repeat 100% 50%;
	}
	
	#scroller{
		float		:right;
		position	:relative;
		overflow	:hidden;
		width		:612px;
		height		:133px;
		margin		:8px 8px 8px 0;
		
		border					:1px solid #EC1C24;
		-webkit-border-radius	:10px;
		-moz-border-radius		:10px;
		border-radius			:10px;
		
		color		:black;
		background	:white;
	}
	#scroller a{
		color		:red;
	}
	#scroller a.left-button{
		top			:50%;
		margin-top	:-10px;
		left		:1px;
		width		:10px;
		height		:20px;
		/*color		:transparent;*/
		background	:transparent url(../grx/offer-left-10x20.gif) scroll no-repeat 50% 50%;
	}
	#scroller a.right-button{
		top			:50%;
		margin-top	:-10px;
		right		:1px;
		width		:10px;
		height		:20px;
		/*color		:transparent;*/
		background	:transparent url(../grx/offer-right-10x20.gif) scroll no-repeat 50% 50%;
	}
	.scrolling-product-200{
		display		:block;
		width		:200px;
		height		:120px;
	}
	.scrolling-product{
		display		:block;
		width		:188px;
		padding		:0 8px;
	}
	.scrolling-product img{
		display		:block;
		margin-top:8px;
	}
	
