#slideShowPictures {
	margin: 10px auto; 
	padding: 2px;
	width: 320px; 
	height: 250px;
	text-align: center;
}

.slideShowPrev, .slideShowNext{
	float: left;
	width: 20px; 
	margin-right: 5px;
	cursor: pointer;
}
.slideShowNext {
	margin-left: 5px;
}
.slideShowLi {
	float: left;
	height: 250px;
}
.slideShowLi ul { 
	list-style-type: none;
	text-align: center;
}
.slideShowLi ul li {
	margin: 0 2px;
	list-style-type: none;
	text-align: center;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: 0;
}

.slideShowLi ul li a {
	font-size: 11px; 
	text-decoration: underline;
	color: #993501;
}
	.slideShowLi ul li a:hover {
		text-decoration: none;
	}

.slideShowLi ul li span {
	font-size: 11px;
	line-height: 12px;
}

.slideShowLi ul li a {
	cursor: pointer;
	border: 0;
}

.slideShowLi ul li a img {
	margin: 2px 5px 0 0;
	padding: 0;
	border: 0;
	height: 250px;
}
