		#controls {
			display: block;
			margin-bottom: 1em;
			margin-top: -380px;
			height: 390px;
		}
		#controls * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		
		#controls li a {
			font-weight: bold;
			margin-right: 4px;
			background-color: #DFDFDF;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#controls li.current a {
			background-color: #FF7800;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
			color: #fff;
		}
		
		#slider {
			margin-top: 45px;
		}
		
		#slider ul, #slider li.pane{
			margin:0;
			padding:0;
			list-style:none;
			}
		#slider li.pane {
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			width:676px;
			height:350px;
			overflow:hidden; 
		}	
		
		#slider li li 
		{
			display: list-item;
			list-style: outside;
			list-style-type:circle;
			padding-left: 5px;
			margin-left: 30px;
		}