div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 730px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
div.controls { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 730px; 
	height: 72px;
	overflow: hidden;
	border: 0px solid #cccccc;
	background:#ffffff;
	}



	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:720px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#ffffff;
		}
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:265px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:12px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:12px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#E10915;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
