#items-list-cntr { /*border:1px solid red;*/
/*percantage width: make it 100% to match container*/
/*width: 100%;*/

/*!!!makescroll working*/
/*height: 1400px;*/

/* IE overflow fix, position must be relative or absolute*/
overflow: hidden;
position: relative;

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */

/*border:1px solid green;*/

/*padding-right:10px;*/
}

#tours-list-cntr { /*border:1px solid red;*/
/*percantage width: make it 100% to match container*/
/*width: 100%;*/
/* IE overflow fix, position must be relative or absolute*/
overflow: auto;
position: relative;

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */

/*border:1px solid green;*/

/*padding-right:10px;*/
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	/*border:1px solid red;*/
	/*width: 100%;*/
	margin: 0 auto;
}


#img-gallery-scroll {
	/* IE overflow fix, position must be relative or absolute*/
	overflow: auto;
	position: relative;
}

/*.search-results-page #tours-list-cntr {
	height:1350px;
}*/
