.ui-state-disabled
{
	cursor: default !important;
}
.ui-widget-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
	.ui-widget .ui-widget
	{
		font-size: 1em;
	}
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
	{
		font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
		font-size: 1em;
	}
.ui-widget-content
{
	border: 1px solid #dddddd;
	background: #eeeeee url(images/bar-bg.png) 50% top repeat-x;
	color: #333333;
}
	.ui-widget-content a
	{
		color: #333333;
	}
.ui-widget-header
{
	border: 1px solid #e78f08;
	background: #f6a828 url(images/bar-full.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
}
	.ui-widget-header a
	{
		color: #ffffff;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
	{
		border: 1px solid #cccccc;
		background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #1c94c4;
	}
		.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
		{
			color: #1c94c4;
			text-decoration: none;
		}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
		border: 1px solid #fbcb09;
		background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #c77405;
	}
		.ui-state-hover a, .ui-state-hover a:hover
		{
			color: #c77405;
			text-decoration: none;
		}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
		border: 1px solid #fbd850;
		background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #eb8f00;
	}
		.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
		{
			color: #eb8f00;
			text-decoration: none;
		}
.ui-widget:active
{
	outline: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
	.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
	{
		color: #363636;
	}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
{
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
	.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
	{
		color: #ffffff;
	}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
{
	color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
{
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
{
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay
{
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .50;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow
{
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .20;
	filter: Alpha(Opacity=20);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ui-slider
{
	position: relative;
	text-align: left;
}
	.ui-slider .ui-slider-handle
	{
		position: absolute;
		z-index: 2;
		width: 18px;
		height: 16px;
		cursor: pointer;
		border: none;
		background: url(images/slider.png);
		background-position: 0px 72px;
	}
	.ui-slider .ui-slider-range
	{
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-position: 0 0;
	}
.ui-slider-horizontal
{
	height: 5px;
}
	.ui-slider-horizontal .ui-slider-handle
	{
		top: -5px;
		margin-left: -4px;
	}
	.ui-slider-horizontal .ui-slider-range
	{
		top: 0;
		height: 100%;
	}
	.ui-slider-horizontal .ui-slider-range-min
	{
		left: 0;
	}
	.ui-slider-horizontal .ui-slider-range-max
	{
		right: 0;
	}
.ui-slider-vertical
{
	width: .8em;
	height: 100px;
}
	.ui-slider-vertical .ui-slider-handle
	{
		left: -.3em;
		margin-left: 0;
		margin-bottom: -.6em;
	}
	.ui-slider-vertical .ui-slider-range
	{
		left: 0;
		width: 100%;
	}
	.ui-slider-vertical .ui-slider-range-min
	{
		bottom: 0;
	}
	.ui-slider-vertical .ui-slider-range-max
	{
		top: 0;
	}
#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
	#jquery-lightbox a img
	{
		border: none;
	}
#lightbox-container-image-box
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image
{
	padding: 10px;
}
#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
	left: 0;
}
#lightbox-nav a
{
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev
{
	left: 0;
	float: left;
}
#lightbox-nav-btnNext
{
	right: 0;
	float: right;
}
#lightbox-container-image-data-box
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data
{
	padding: 0 10px;
	color: #666;
}
	#lightbox-container-image-data #lightbox-image-details
	{
		width: 70%;
		float: left;
		text-align: left;
	}
#lightbox-image-details-caption
{
	font-weight: bold;
}
#lightbox-image-details-currentNumber
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
.theme-default .nivoSlider
{
	position: relative;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
}
	.theme-default .nivoSlider images
	{
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}
	.theme-default .nivoSlider a
	{
		border: 0;
		display: block;
	}
.theme-default .nivo-controlNav
{
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -40px;
}
	.theme-default .nivo-controlNav a
	{
		display: block;
		width: 22px;
		height: 22px;
		background: url(../images/sprites.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		background-position: 5px -99px;
		margin-right: 3px;
		float: left;
	}
		.theme-default .nivo-controlNav a.active
		{
			background-position: 5px -77px;
		}
.theme-default .nivo-directionNav a
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav
{
	left: 15px;
}
.theme-default .nivo-caption
{
	font-family: Helvetica, Arial, sans-serif;
}
	.theme-default .nivo-caption a
	{
		color: #fff;
		border-bottom: 1px dotted #fff;
	}
		.theme-default .nivo-caption a:hover
		{
			color: #fff;
		}
.wp-pagenavi
{
	clear: both;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	height: 30px;
	font-size: 0.95em;
	-webkit-font-smoothing: antialiased;
}
	.wp-pagenavi a, .wp-pagenavi span
	{
		background: url(../images/numbers_spritesheet.png) no-repeat;
		display: block;
		float: left;
		width: 28px;
		height: 27px;
		text-decoration: none;
		text-align: center;
		line-height: 26px;
		margin-right: 3px;
		font-weight: bold;
	}
		.wp-pagenavi a:active
		{
			margin-top: 1px;
		}
	.wp-pagenavi .pages, .wp-pagenavi .extend
	{
		background: none;
		width: auto;
		font-weight: normal;
		margin-right: 7px;
		line-height: 27px;
	}
	.wp-pagenavi .extend
	{
		padding: 0 5px;
		margin: 0 5px 0 1px;
	}
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last
	{
	}
.light .wp-pagenavi a, .light .wp-pagenavi span
{
	background-position: 0 0;
	color: #717171;
	text-shadow: 1px 1px 0 #fff;
}
	.light .wp-pagenavi a:hover
	{
		background-position: 0 -27px;
	}
	.light .wp-pagenavi span.current
	{
		text-shadow: 0 1px 0 #585858;
		color: #fff;
		background-position: -140px 0;
	}
.light .nextpostslink
{
	background-position: -113px 0 !important;
}
	.light .nextpostslink:hover
	{
		background-position: -113px -27px !important;
	}
.light .previouspostslink
{
	background-position: -28px 0 !important;
}
	.light .previouspostslink:hover
	{
		background-position: -28px -27px !important;
	}
.light .first
{
	background-position: 0px 0 !important;
}
	.light .first:hover
	{
		background-position: 0px 0px !important;
	}
.light .last
{
	background-position: 0px 0 !important;
}
	.light .last:hover
	{
		background-position: 0px 0px !important;
	}
.dark .wp-pagenavi a, .dark .wp-pagenavi span
{
	background-position: 0 -54px;
	color: #fff;
	text-shadow: 1px 1px 0 #222527;
}
	.dark .wp-pagenavi a:hover
	{
		background-position: 0 -81px;
	}
	.dark .wp-pagenavi span.current
	{
		background-position: -140px -54px;
	}
	.dark .wp-pagenavi span.current
	{
		text-shadow: 0 1px 0 #191b1d;
		color: #fff;
		margin-top: 1px;
	}
.dark .nextpostslink
{
	background-position: -113px -54px !important;
}
	.dark .nextpostslink:hover
	{
		background-position: -113px -81px !important;
	}
.dark .previouspostslink
{
	background-position: -28px -54px !important;
}
	.dark .previouspostslink:hover
	{
		background-position: -28px -81px !important;
	}
.dark .first
{
	background-position: -56px -54px !important;
}
	.dark .first:hover
	{
		background-position: -56px -81px !important;
	}
.dark .last
{
	background-position: -84px -54px !important;
}
	.dark .last:hover
	{
		background-position: -84px -81px !important;
	}