#slideshow-options ul { padding: 0; }
#slideshow-options ul li { list-style-type: none; display: inline; padding-right: 0; }

#main-container {
	width: 960px;
	height: 327px;
	background-color: #ccc;
}

	#main-container #top {
		width: 960px;
		height: 277px;
	}
	
		#main-container #top #video {
			width: 338px; /* 359 */
			height: 261px; /* 277 */
			padding-top:20px;
			padding-left:20px;
			float: left;
			background: url(../bg_video.png) no-repeat;
		}
		
	#main-container #bottom {
		width: 960px;
		height: 50px;
		background: url(../bg_text_slide);
	}
