#prism-rotator {
	background: url(images/lightthemebg.png) no-repeat center center;
	text-align: center;
	color: #3b3b3b;
	font-size: 30px;
	font-family: Georgia;
	text-align: center;
	text-shadow: 0 -1px #ffffff;
}
	#prism-rotator .slide {
		padding: 20px;
		text-align: left;
	}
		#prism-rotator .slide h2 {
			font-size: 2em;
			font-family: Impact;
			text-transform: uppercase;
			margin-bottom: 0.25em;
		}
		#prism-rotator .slide p, #prism-rotator .slide li {
		
		}
		#prism-rotator .slide li {
			padding: 10px 0;
		}
		#prism-rotator .slide p, #prism-rotator .slide ul, #prism-rotator .slide ol {
			
		}
		#prism-rotator .slide ul, #prism-rotator .slide ol {
			margin-left: 25px;
		}

	#prism-rotator-control {
		display: inline-block;
		z-index: 1;
		position: relative;
		float:right;
		margin-top:-55px;
	}
		#prism-rotator-control a {
			width: 15px;
			height: 15px;
			text-indent: -9999px;
			background:url(../images/lightthemebuttons.png);
			display: inline-block;
		}
		#prism-rotator-control .pauseplay {
			margin-right: 5px;
		}
		#prism-rotator-control .playing {
			background-position: -18px 0;
		}
		#prism-rotator-control .playing:active {
			background-position: -18px -18px;	
		}
		#prism-rotator-control .paused {
			background-position: 0 0;
		}
		#prism-rotator-control .paused:active {
			background-position: 0 -18px;	
		}
		#prism-rotator-control .back {
			background-position: -36px 0;
		}
		#prism-rotator-control .back:active {
			background-position: -36px -18px;	
		}
		#prism-rotator-control .next {
			background:url(../images/arrow_next_phones.png) center no-repeat;
		}
		#prism-rotator-control .next:active {
			background:url(../images/arrow_next_phones_active.png) center no-repeat;
		}
		#prism-rotator-control .jump {
			list-style-type: none;
			display: inline-block;
			margin: 0;
			padding: 0;
		}
			#prism-rotator-control .jump li {
				display: inline-block;	
			}
			#prism-rotator-control .jump li a {
				width: 15px;
				background-position: -69px 0;
			}
			#prism-rotator-control .jump li.active a {
				background-position: -54px 0;
			}
			#prism-rotator-control .jump li a:active {
				background-position: -69px -18px;
			}