/*UI tabs*/
div.flickr-gallery .ui-tabs-nav {
	/*resets*/margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: dotted;
	border-right-color: #666;
}
div.flickr-gallery .ui-tabs-nav li, div.flickr-gallery .ui-tabs-nav li {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	text-indent: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
div.flickr-gallery .ui-tabs-nav li:before, div.flickr-gallery .ui-tabs-nav li:before {
	content:"";
}
div.flickr-gallery .ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: .5em .5em;
	color: #555555;/*-background: #e6e6e6;*/
}
div.flickr-gallery .ui-tabs-nav li a:hover {
	
	color: #000;
	background-color: #666;
}
div.flickr-gallery li.ui-tabs-selected {
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
div.flickr-gallery li.ui-tabs-selected a, div.flickr-gallery .ui-tabs-selected a:hover {
	color: #000;
	background-color: #666;
}
div.flickr-gallery .ui-tabs-panel {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:left;
	border: 1px dotted #666;
	color: #999;
	padding: .5em;
}
div.flickr-gallery .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	;
}
/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/
 
/*component global class*/
div.flickr-gallery .ui-component {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*component content styles*/
div.flickr-gallery .ui-component-content {
	border: 1px dotted #666;
	background: #ffffff;
	color: #222222;
}
div.flickr-gallery .ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
div.flickr-gallery .ui-default-state {
	border: 1px dotted #666;
	background: #e6e6e6;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #555555;
}
div.flickr-gallery .ui-default-state a {
	color: #555555;
}
div.flickr-gallery .ui-default-state:hover, div.flickr-gallery .ui-hover-state {
	border: 1px dotted #666;
	background: #dadada;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #212121;
}
div.flickr-gallery .ui-hover-state a {
	color: #212121;
}
div.flickr-gallery .ui-default-state:active, div.flickr-gallery .ui-active-state {
	border: 1px dotted #666;
	background: #ffffff;
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #222222;
	outline: none;
}

div.flickr-gallery .flickr-set-title a {
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#999;
}

div.flickr-gallery .flickr-set-title a:hover {
	font-family:Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#999;
}

div.flickr-gallery .ui-active-state a {
	color: #222222;
	outline: none;
}
/*hidden elements*/
div.flickr-gallery .ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	;
}
div.flickr-gallery .ui-accessible-hidden {
	position: absolute;
	left: -99999999px;
}
/*reset styles*/
div.flickr-gallery .ui-reset {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
/*clearfix class*/
div.flickr-gallery .ui-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.flickr-gallery .ui-clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div.flickr-gallery .ui-clearfix {
	height: 1%;
}
div.flickr-gallery .ui-clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */
