.picscontainer {
	position: relative;
	left: -20px;
	float: left;
	margin-bottom: 10px;
	width: 330px;
}

li.pic p {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 320px !important;
}


a#picsPrev, a#picsNext {
	display: block;
	width: 20px;
	height: 25px;
	position: relative;
	z-index: 100;
	}
	}
	a#picsPrev:focus, a#picsNext:focus { outline: none; }
	a#picsPrev {
		background: url(/images/layout/gallery-left.png) no-repeat;
		top: 10px;
		left: 10px;
	}
	a#picsNext {
		background: url(/images/layout/gallery-right.png) no-repeat;
		top: -15px;
		left: 300px;
	}
    a#picsPrev.disabled, a#picsNext.disabled {
		background-position: -20px 0 !important;
    }
	.disabled {
		cursor: auto;
	}

.picsnav {
	float: left;
}

