.slideshow { 
		position: relative; 
		width: 720px;
		height: 456px;
		background-color: #fff; 
		margin-top: 3px; 
}
		
.slideshow img { 
	position: absolute; 
	top: 0px; 
	left: 20px; 
	z-index: 10; 
	background: #fff; 
}

ul.recentlist { 
	position: absolute; 
	bottom: 12px; 
	right: 14px; 
	list-style: none; 
	z-index: 20; 
}

ul.recentlist li { 
}

ul.recentlist li a, ul.recentlist li a:visited { 
	display: block; 
	background: #e5e5e5; 
	padding: 4px 8px; 
	margin-right: 1px; 
	color: #000; 
	text-decoration: none; 
	cursor: pointer; 
}

ul.recentlist li a:hover, ul.recentlist li a:visited:hover { 
	background: #B8B8B8; color: #000; 
}

ul.recentlist li a.current { 
	background: #666; 
	color: #fff; 
}


/* Publish
-------------------------------------------------------- */
.slideshowP { 
		position: relative; 
		width: 520px;
		height: 400px;
		background-color: #fff; 
		margin-top: 3px; 
}
		
.slideshowP img { 
	position: absolute; 
	top: 50px; 
	left: 80px; 
	z-index: 10; 
	background: #fff; 
}


ul.recentlistP { 
	position: absolute; 
	bottom: 12px; 
	right: 50px; 
	list-style: none; 
	z-index: 20; 
}
ul.recentlistP li { 
}

ul.recentlistP li a, ul.recentlistP li a:visited { 
	display: block; 
	background: #e5e5e5; 
	padding: 4px 8px; 
	margin-right: 1px; 
	color: #000; 
	text-decoration: none; 
	cursor: pointer; 
}

ul.recentlistP li a:hover, ul.recentlistP li a:visited:hover { 
	background: #B8B8B8; color: #000; 
}

ul.recentlistP li a.current { 
	background: #666; 
	color: #fff; 
}

