#sliderota {
	width: 773px; /* change to the width you want */
	height: 458px; /* change to the height you want */
	overflow: hidden;
	position: relative;
	
	}
	
	#sliderota .slides {
		position: absolute;
		top: 0;
		left: 0;
		}
	
	#sliderota img {
		float: left;
		
		}
	
	#sliderota ul {
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 100;
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
	#sliderota ul li  {
		float: left;
		}	
		
		#sliderota ul li a {
			background: url(../images/controls.png) no-repeat 0 0;
			width: 16px;
			height: 16px;
			display: block;
			}
			
		#sliderota ul li.selected a {
			background-position: -18px 0;
			}
			
	#sliderota .controls a {
		z-index: 100;
		position: absolute;
		right: 10px;
		bottom: 10px;
		background: url(../images/controls.png) no-repeat -54px 0;
		width: 16px;
		height: 16px;
		}
		
		#sliderota .controls a.play {
			display: none;
			background-position: -36px 0;
			}