#page-wrap {
	width: 220px;
	margin: 0 0 0 0; }
 
/*
ul                                      { margin: 0 0 0px 25px; }
ul li                                   {  margin: 0 0 8px 0; }
*/
#dl {
	position: absolute;
	top: 10px;
	right: 0;
	background: black;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px; }
 
	#dl:hover { background: #666; }
 
/*
    This stuff is for the TitleBlock Plugin
*/
img { border: none; }
 
/*
    For Specific Slides
*/
#quoteSlide { padding: 30px; }
 
	#quoteSlide blockquote {
		font: italic 24px/1.5 Georgia, Serif;
		text-align: center;
		color: #f1f1f1;
		margin: 0 0 10px 0; }
 
	#quoteSlide p { text-align: center; }
 
