ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
    width: 260px;
	height: 330px;
}
#focus_gallery li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
	height:20px;
}
.focus_gallery_div {
	position: relative;
	background-color:#fff;
	border:0px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 260px;
	height: 380px;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#focus_gallery-next {
	right: 8%;
	top: 71%;
}
#focus_gallery-previous {
	left: 8%;
	top: 71%;
}