/*
* This is the style sheet for the javascript scroller used in Conservation Week pages
*/

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 390px; 
	overflow: hidden;
	}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:390px;
    height:318px;
	float:left;
	}

div.scroller div.content {
	width: 10000px; /* change this to 100px & it scrolls vertically!*/	
    }


/* Create & style the individual sections as required.  */

/*** flickr badge CSS ***/
#flickr_badge_source_txt 
{
	padding:0; 
	font: 11px Arial, Helvetica, Sans serif; 
	color:#666666;
}
#flickr_badge_icon 
{
	display:block !important; 
	margin:0 !important; 
	border: 1px solid rgb(0, 0, 0) !important;
}
#flickr_icon_td 
{
    margin:0px !important;
	padding:0px !important;
}

.flickr_badge_image 
{
	text-align:center !important;
}
.flickr_badge_image a 
{
	margin:0px 5px 0px 8px;
	background: url(/images/ConservationWeek/home/photoFrame.png);
	display:block;
	width:85px;
	height:70px;
}
.flickr_badge_image a img
{
	text-align:center;
}

#flickr_www 
{
	display:block; 
	text-align:left; 
	padding:0 !important; 
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#3993ff !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited 
{
	text-decoration:none !important; 
	color:#3993ff;
}
#flickr_badge_wrapper 
{
	background-color:white;
}
#flickr_badge_source
{
	padding:0 !important; 
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#666666 !important;
}
