@charset "utf-8";
.slideshow_todos {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 570px;
	margin:auto;
}
.slideshow_todos ul li{
	list-style-type: none;
	float:left;
	margin: 5px;
	vertical-align: text-top;
	text-align:center;
}
.slideshow_todos ul li a{
	text-decoration:none;
	font-size:0.8em;
}
.slideshow_todos ul li a p{
	margin:0;
}
.slideshow_todos ul li a img{
	border:0;
	vertical-align: text-bottom;
}

