.salesslide{
	float:right;
	width: 350px;
	}

.salesslide .contentdiv{
	display: none;
	}
.salesslide .contentdiv img{
	width: 333px;;
	}

.pagination{
	width: 333px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 333px; /*IE5 width*/
	w\idth: 349px; /*IE6 width*/
	}

.pagination a{
	}

.pagination a:hover, .pagination a.selected{
	}