
		#sidebar {
		}
		#sidebar #spotlight {
			text-align: center;
			height: 210px;
			position: relative; 
			/*overflow: hidden;*/
		}	
		#sidebar #spotlight .scroll {
		  height: 210px;
		  width: 830px;
		  top:  0; 
		}
		#sidebar #spotlight .scroll div.panel {
		  height: 210px;
		  text-align: center;
		  width: 830px;
		}
		#sidebar #spotlight .scroll div.panel img {
		}
		#sidebar #spotlight .scrollButtons {
		  position: absolute;
		  top: 210px;
		  cursor: pointer;
		}
		#sidebar #spotlight .scrollButtons.left {
		  left: 15px;
		  top: 50px;
		  outline: none;
		}
		#sidebar #spotlight .scrollButtons.right {
		  right: 15px;
		  top: 50px;
		  outline: none;
		}
