#contentContent {
	clear: both;	
	/*background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;*/
	
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 816px;
height: 198px;
/*overflow: auto;*/
overflow-y:hidden; 
overflow-x:scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #D5EADE;
margin: 0.3em auto;*/
padding-top: 15px;
padding-bottom: 7px;
margin-left: 3px;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 271px;
height: 197px;
float: left;
padding-right: 8px;
}

#mycustomscroll ul {
	width: auto;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;  
}
#mycustomscroll li {
	float: left;
	display: inline;
	padding-right: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 816px;
height: 159px;
/*overflow: auto;*/
overflow-y:hidden; 
overflow-x:scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #D5EADE;
margin: 0.3em auto;*/
padding-top: 15px;
padding-bottom: 7px;
margin-left: 3px;
}


.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 203px;
height: 158px;
float: left;
padding-right: 8px;
}

#mycustomscroll2 ul {
	width: auto;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;  
}
#mycustomscroll2 li {
	float: left;
	display: inline;
	padding-right: 10px;
}

