		
		
.carousel_container
{
	
	width: 430px;
	overflow: hidden;
	float: left;
}
		
		#bargains_carousel .bargain_c
		{
		width: 450px;
		}
		
		#bargains_carousel .bargain_c .top
		{
		
		}
		
		#bargains_carousel .bargain_c .title		
		{
			float: left;
			width: 250px;
			text-align: left;
		}
		
		#bargains_carousel .bargain_c .countdown
		{
			float: left;
			width: 180px;
		}
		
		.bargain_c .title h2
		{
			margin-left: 0px; 
			padding-left: 0px; 
			margin-bottom: 0px; 
			padding-bottom: 3px;
			height: 20px;
		}
		
		.bargain_c .title h3
		{
		 	margin-left: 0px; 
		 	padding-left: 0px; 
		 	text-align: left;
		 	padding-right: 10px;
		}
		
		.bargain_c .title p
		{
		 	height: 41px;
		 	width: 235px;
		}
		
		.bargain_c .countdown .timer
		{
		 	height: 40px; 
		 	margin-bottom: 15px;
		}
		
		.bargain_c .countdown .expired
		{
			width:170px; 
			background: #e9e9e9; 
			padding: 5px; 
			text-align: center; 
			font-size: 14pt; 
			margin-top: 0px;
			margin-bottom: 15px; 
			color: #666;
		}
		
		#qtyremaining {
			width:170px; 
			background: #e9e9e9; 
			padding: 5px; 
			text-align: center; 
			font-size: 14pt; 
			margin-top: 0px;
			 
			color: #666;
		}
		
		.bargain_c .offer_image_container
		{
			float: left; 
			width: 100px;
		}
		
		.bargain_c .offer_image
		{
			 max-width: 100px;
			 max-height: 120px; 
			 float: left; 
			 padding-right: 10px;
		}
		
		.bargain_c .offer_price_container
		{
			float: left; 
			width: 70px; 
			margin-top: 10px;
		}
		
		.bargain_c .offer_price_container .currency
		{
			font-size: 14pt; 
			color: #f90; 
			float: left;
		}
		
		.bargain_c .offer_price_container .price
		{
			font-size: 20pt; 
			color: #f90; 
			/*float: left; 
			margin-bottom: 42px;*/
		}
		
		.bargain_c .bargains_button
		{
			display: block; 
			float: left; 
			-moz-box-shadow: 0 0 3px 4px rgba(120, 120, 120, 0.5);
			-webkit-box-shadow: 0 0 6px rgba(120, 120, 120, 0.5); 
			width: 60px; 
			text-decoration: none; 
			height: 26px; 
			color: #fff; 
			text-align: center; 
			font-size: 12pt; 
			padding-top: 2px; 
			margin-left: 0px;
		}
		
		#remaining { background-color: #CDCDCD; width: 175px; font-weight: bold; padding: 2px 0; margin-bottom: 15px; }
		#nobargains { width: 100%; text-align: center; padding-top: 70px; }
		
		.bargain_c .bargains_button_expired
		{			
			display: block; 
			float: left; 
			-moz-box-shadow: 0 0 3px 4px rgba(120, 120, 120, 0.5);
			-webkit-box-shadow: 0 0 6px rgba(120, 120, 155, 0.5); 
			background: #e9e9e9; 
			width: 60px; 
			text-decoration: none; 
			height: 26px; 
			color: #666; 
			text-align: center; 
			font-size: 12pt; 
			padding-top: 2px; 
			margin-left: 0px;
		}
        
        .pandp 
        {
            margin-left: 5px;
            font-size: 9px !important;
            color: #666 !important;
        }
