		/* 5 Products - Begin */
		#content .home-5-products {
		margin-bottom: 16px;
		list-style-type:none;
		}
		
		#content .home-5-products-first {
		border-bottom:1px solid #e8e8e8;
		margin-bottom: 0;
		}
		
			#content .home-5-products li {
			float: left;
			width:197px;
			height:200px;
			border-left:1px solid #e8e8e8;
			font-size:12px;
			text-align:center;
			}
			
				#content .home-5-products img {
				width:120px;
				height:120px;
				margin-top: 10px;
				}
				
				#content .home-5-products p {
				text-align: center;
				line-height: 12px;
				text-transform: uppercase;
				}
				
					#content .home-5-products a {
					display: block;
					}
				
					#content .home-5-products p a {
					color: #000;
					padding: 10px;
					}
				
						#content .home-5-products span {
						font-weight: bold;
						display:block;
						line-height: 20px;
						}
			
						#content .home-5-products span.discounted {
						display:inline;
						text-decoration: line-through;
						color: #666;
						padding-right: 10px;
						font-size: 10px;
						}
			
						#content .home-5-products span br {
						display:none;
						}

			#content .home-5-products li.first {
			border-left:none;
			}
		/* 5 Products - Begin */