#flickrSlider {
	position:relative;
   	width: 960px; /* Change this to your images width */
   	height: 640px; /* Change this to your images height */
   	background: url(../img/loading.gif) no-repeat 50% 50%;
	background-color: #fff;
}
.flickrSliderHolder {
	position: relative;
	overflow: hidden;
}
.flickrSliderHolder ul {
	position: absolute;
	height: 100%;
	list-style: none;
}
.flickrSliderHolder ul li {
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.flickrSliderHolder .arrows a {
	position:absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.flickrSliderHolder a.previous {
	left: 20px;
}

.flickrSliderHolder a.next {
	background-position: -30px 0;
	right: 340px;;
}
.flickrSliderHolder .caption {
	size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	color: #515151;
	z-index: 8;
	background-color: rgba(255, 255, 255, 0.50);
	padding: 5px 5px 5px 5px;
	margin: 20px 20px 20px 20px;
}
.flickrSliderHolder .caption p {
	padding: 5px;
	margin: 0;
}
.flickrSliderHolder .caption a {
	display: inline !important;
}
.flickrSliderHolder .caption {
    display: none;
}