@charset "UTF-8";
/* CSS Document */

#recentPhoto_wrapper {
	width:630px;
	height:81px;
	padding:5px 0;
	border:1px solid #ccc;
	margin:0 auto;
	background:#fff;
	display:none;
	position:relative;
}

#recentPhoto_wrapper ul {
	float:left;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

#recentPhoto_wrapper ul li {
	float:left;
	display:inline;
	margin:0 5px 0 4px;
	width:75px;
	height:75px;
	border:3px solid #fff;
}

#recentPhoto_wrapper ul li.photo_thisPage {
	opacity:0.3;
	border:3px solid #000;
	}
	
.photo_thisPage {
	opacity:0.3;
	border:3px solid #000;
	filter: alpha(opacity = 30);
	}
	
#recentPhoto_wrapper ul li.stop {
	background:#e5e5e5;
	font-size:10px;
	text-align:center;
	}
	
#scrollerWrapper {
	width:630px;
	position:relative;
	margin:0 30px;
	}
	
#recentPhotos {
	width:630px;
	overflow:hidden;
	border:1px solid #ccc;
	padding:5px 0;
	position:relative;
	height:81px;
}

#ps_loading {
	text-align:center;
	width:630px;
	padding:10px 0;
	height:61px;
	position:absolute;
	top:0px;
	left:0px;
	}
	
a#prev {
	position:absolute;
	left:-25px;
	width:20px;
	height:91px;
	z-index:10;
	}
a#next {
	position:absolute;
	right:-25px;
	width:20px;
	height:91px;
	z-index:10;
	}

#prevSpinner {
	display:none;
	position:absolute;
	left:-30px;
	top:0px;
	padding:35px 5px;
	z-index:100;
	height:26px;
	background:#fff;
	}
	
#nextSpinner {
	display:none;
	position:absolute;
	right:-30px;
	top:0px;
	padding:35px 5px;
	z-index:100;
	height:26px;
	background:#fff;
	}
	
#prevSpinner img, 
#nextSpinner img {
	border:0px;
	padding:0px;
	}


	
a#prev.enabled {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_prev_bg.png) no-repeat 0px -165px;
	}
	
a#prev.disabled {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_prev_bg.png) no-repeat 0px -25px;
	}
	
a#prev.enabled:hover {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_prev_bg.png) no-repeat 0px -305px;
	}

a#next.enabled {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_next_bg.png) no-repeat 0px -165px;
	}
	
a#next.disabled {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_next_bg.png) no-repeat 0px -25px;
	}
	
a#next.enabled:hover {
	background:url(/sites/default/themes/bonfires_2/images/moreBteScroller_next_bg.png) no-repeat 0px -305px;
	}

#recentPhotos ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	}
	
#recentPhotos ul li {
	margin:0 5px 0 4px;
	border:3px solid #ccc;
	float:left;
	display:inline;
	width:75px;
	height:75px;
	}
	
#recentPhotos img {
	border:0px;
	padding:0px;
	}
	
#showPhotostream {
	background:url(/sites/default/themes/bonfires_2/images/btn_showPhotostream.png) no-repeat;
	width:226px;
	height:35px;
	display:block;
	text-decoration:none;
	margin:0 auto;
	}
	
#flickrNavigator {
	width:700px;
	margin:0 auto;
	background:#fff;
	position:relative;
	margin:0 0 20px 0;
	}
	
a#flickrPrev img, a#flickrNext img {
	border:none;
	}
	
a#flickrPrev {
	position:absolute;
	top:5px;
	left:5px;
	border:0;
	}
	
a#flickrNext {
	position:absolute;
	top:5px;
	right:5px;
	border:0;
	}