.responsive0 .htmlSlider .slide .htmlSlideRight p{
	display:none;
}


/* Promotions listing */
.promotionsListing{
	position:relative;
	font-size:0;
	line-height:none;
	margin:20px 0;
}


.promotionsListing .item{
	display:inline-block;
	position:relative;
	vertical-align:top;
}

.promotionsListing .item a{
	text-decoration:none;
}
.promotionsListing .item img{
	display:block;
	width:100%;
}
.promotionsListing .item .title{
	display:block;
	position:relative;
	padding:10px 0;
	line-height:1.3em;
	width:100%;
	text-align:left;
	color:#333;
}
.promotionsListing .item a:hover .title{
	text-decoration:underline;
}
.promotionsListing .item .clear{
	display:none;
}


.responsive1000 .fullContent .promotionsListing{
	width:990px;
}
.responsive1000 .leftContent .promotionsListing{
	width:740px;
}

.responsive1000 .promotionsListing .item{
	width:222px;
	margin-right:24px;
	margin-bottom:20px;
}
.responsive1000 .promotionsListing .item .title{
	width:220px;
}



.responsive760 .promotionsListing{
	width:740px;
}

.responsive760 .promotionsListing .item{
	width:222px;
	margin-right:24px;
	margin-bottom:20px;
}



.responsive0 .promotionsListing{
	width:100%;
}

.responsive0 .promotionsListing .item{
	display:block;
	width:100%;
	margin-bottom:18px;
	border-bottom:1px dotted #bebebe;
	padding-bottom:10px;
	margin-bottom:10px;
}
.responsive0 .promotionsListing .item .img{
	width:110px;
	float:left;
}
.responsive0 .promotionsListing .item .clear{
	display:block;
}
.responsive0 .promotionsListing .item .des{
	display:block;
	padding:0 0 0 120px;
}
.responsive0 .promotionsListing .item .title{
	padding:0 0 5px 0;
}