/* @end */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 12px/1.5 helvetica, verdana, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0 0 18px 0;
}

h1 {
	font-size: 36px;
	font-weight: normal;
}

h2, .album-title, .blog-entry-title, .blog-archive-month, .filesharing-item-title, .photo-caption, .movie-page-title {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

a {
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

.image-left {
	display: inline;
	float: left;
	margin: 0 18px 18px 0;
}

.image-right {
	display: inline;
	float: right;
	margin: 0 0 18px 18px;
}

p {
	margin: 0 0 18px 0;
}

ul, ol {
	margin: 0 0 18px 18px;
}

ul {
	list-style: disc;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol {
	list-style: decimal;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

strong,b {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote {
	border-left: 1px solid #CCC;
	margin: 0 0 0 18px;
	padding: 0 18px;
	font-style: italic;
}

ins {
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

:focus {
	outline: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 960px;
}

/* Header */

#title, #slogan {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}

#title {
	font-size: 36px;
	font-weight: bold;
	clear: both;
}

#logan {
	text-shadow: #000 0px 1px 0px;
}

#logo {
	background: url(images/logoboxes.png) no repeat;
	float: right;
}

/* Toolbar */

#toolbar {
	position: relative;
	z-index: 2;
}

#toolbar ul {
	background: #FFd200 url(images/menu-gradient.png) 0 0 repeat-x;
	line-height: 50px;
	height: 50px;
	margin: 0;
	width: 100%;
}

#toolbar ul li {
	display: block;
	float: left;
	position: relative;
}

#toolbar ul li:hover, #toolbar ul li.current, #toolbar ul li.current-ancestor {
	background-image: url(images/menu-gradient.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#toolbar ul li#search-link {
	background: none !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 102px;
}

#toolbar ul li a {
	background: transparent url(images/menu-divider.png) top right no-repeat;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 27px 0 25px;
	text-decoration: none;
	text-shadow: #000 0 0 3px;
}

#toolbar ul li#search-link a {
	background: none;
	height: 50px;
	margin: 0 18px 0 0;
	padding: 0 27px 0 25px;
	text-shadow: none;
	background: transparent url(images/icon-search.png) right no-repeat;
	text-indent: -9999px;
}

#toolbar ul ul {
	background: none;
	display: none;
	height: auto;
	left: 0;
	line-height: 18px;
	margin: 0;
	position: absolute;
	top: 50px;
	width: 200px;
}

#toolbar ul li:hover > ul {
	display: block;
}

#toolbar ul ul li {
	padding: 0;
	background-image: none !important;
}

#toolbar ul ul li a {
	background-image: none;
	border-top: 1px solid #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	text-shadow: none;
	width: 180px;
}

#toolbar ul ul li:last-child > a {
	border-bottom: 4px solid #FFD200;
}

#toolbar ul ul ul {
	top: 0;
	left: 200px;
}

/* Content */

#content-wrapper {
	background: #FFF;
	position: relative;
	z-index: 1;
}

#content-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#shadow {
	background: transparent url(images/shadow-top.png) 0 0 repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
}

#page-image {
	width: 100%;
	height: 200px;
}

#content {
	border-top: 10px solid #eff2f8;
	padding: 25px;
}

#content-header {
	margin-bottom: 25px;
}

#breadcrumbs {
	list-style: none;
	margin: 0;
}

#page-title {
	margin: 0;
}

#breadcrumbs li {
	display: none;
}

#breadcrumbs li, #breadcrumbs li a {
	color: #999;
}

/* Sidebar */

#sidebar {
	position: relative;
	width: 300px;
}

#search {
	display: block;
	border-top: 10px solid #ECE198;
	padding: 25px;
	width: 250px;
}

#search input.text {
	border: 2px solid #ECE198;
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
	width: 220px;
}

#search input.image {
	vertical-align: middle;
}

#sidebar-content {
	border-top: 10px solid #CCC;
	padding: 25px;
	width: 250px;
}

#blog-categories br, #blog-archives br, #blog-rss-feeds br {
	display: none;
}

#blog-categories, #blog-archives, a.blog-comments-rss-link, #blog-rss-feeds, .blog-tag-cloud {
	border-top: 10px solid #CCC;
}

a.blog-category-link-enabled, a.blog-archive-link-enabled, a.blog-comments-rss-link {
	cursor: pointer;
}

div.blog-archive-link-disabled, div.blog-category-link-disabled {
	font-style: italic;
}

a.blog-category-link-enabled, div.blog-category-link-disabled {
	display: block;
	background: transparent url(images/icon-folder.png) 25px 10px no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
}

a.blog-category-link-enabled:hover {
	background-image: url(images/icon-folder_open.png);
}

a.blog-archive-link-enabled, div.blog-archive-link-disabled {
	display: block;
	background: transparent url(images/icon-calendar.png) 25px 10px no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
}

a.blog-archive-link-enabled:hover {
	background-image: url(images/icon-calendar_month.png);
}

#blog-rss-feeds a, a.blog-comments-rss-link {
	display: block;
	background: transparent url(images/icon-feed.png) 25px 10px no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
}

#blog-rss-feeds a.blog-comments-rss-link {
	border-top: none;
}

.blog-tag-cloud {
	margin: 0;
	padding: 25px;
	list-style: none;
}

.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Blog */

.blog-entry {
	margin: 0 0 36px 0;
}

.blog-entry-title {
	margin: 0;
	font-size: 2em;

}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-date {
	line-height: 18px;
	font-size: 11px;
	margin: 0 0 18px 0;
	padding: 3px 0;
}

.blog-entry-tags, .blog-entry-comments {
	font-size: 11px;
	margin: 18px 0 0 0;
}

.blog-entry-date a, .blog-entry-tags a, .blog-entry-comments a {
	font-weight: bold;
}

.blog-entry-comments {
	padding: 0 0 0 25px;
	background: transparent url(images/icon-balloon.png) left no-repeat;
}

.blog-archive-headings-wrapper {
	margin: 0 0 18px 0;
}

.js-kit-comments, .js-CommentsArea {
	width: 98%;
}

/* Photo Album - List View */

.album-title {
	margin: 0 0 18px 0;
}

.album-description {
	margin: 0 0 36px 0;
}

.album-wrapper {
	position: relative;
}

.album-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.thumbnail-wrap {
	float: left;
	margin: 18px 18px 18px 0;
	position: relative;
	text-align: left;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame img {
	border: 1px solid #EEE;
}

.thumbnail-caption {
	display: block;
	height: 18px;
	padding: 7px 0;
}

/* Photo Album - Single View */

.photo-background {
	padding: 0 0 25px 0;
	text-align: center;
}

.photo-background img {
	border: 10px solid #CCC;
}

.photo-navigation {
	margin: 0 0 25px 0;
	padding: 25px 0;
}

.photo-title {
	font-weight: bold;
	line-height: 1em;
}

.photo-caption {
	margin: 0 0 18px 0;
}

.photo-links {
	display: inline;
}

/* File Sharing */

.filesharing-description {
	margin: 0 0 18px 0;
}

.filesharing-item {
	margin: 0 0 18px 0;
}

.filesharing-item-title {
	text-decoration: none;
}

.filesharing-item-title a {
	text-decoration: none;
}

/* Movie Album */

.movie-page-title, .movie-page-description {
	margin: 0 0 18px 0;
}

.movie-thumbnail-frame {
	float: left;
	margin: 0 18px 18px 0;
	padding: 0 0 25px 0;
	width: 118px;
	height: 132px;
	position: relative;
	text-align: left;
}

.movie-thumbnail-frame img {
	border: 1px solid #EEE;
}

.movie-thumbnail-caption {
	line-height: 18px;
	height: 18px;
	width: 132px;
}

/* Movie Popup */

.movie-background {
	background-image: none;
	text-align: center;
}

.movie-frame {
	padding: 18px;
}

.movie-frame p {
	padding: 18px 0;
}

/* Footer */

#footer {
	background: #e6ecf9 url(images/shadow-top.png) 0 0 repeat-x;
	line-height: 18px;
	padding: 16px 25px;
	text-align: left;
}

/* PrettyPhoto */

div.light_rounded .pp_top .pp_left {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_middle {
	background: #fff
}

div.light_rounded .pp_top .pp_right {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_content {
	background-color: #fff
}

div.light_rounded .pp_content a.pp_next:hover {
	background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_previous:hover {
	background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_expand {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_expand:hover {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_contract {
	background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_contract:hover {
	background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content a.pp_close {
	width: 75px;
	height: 27px;
	background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.light_rounded .pp_bottom .pp_left {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_middle {
	background: #fff
}

div.light_rounded .pp_bottom .pp_right {
	background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.light_rounded .pp_loaderIcon {
	background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_left {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_middle {
	background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_top .pp_right {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content {
	background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_content a.pp_next:hover {
	background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_previous:hover {
	background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_expand {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_expand:hover {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_contract {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_contract:hover {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.dark_rounded .currentTextHolder {
	color: #c4c4c4
}

div.dark_rounded  p.pp_description {
	color: #fff
}

div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_middle {
	background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_bottom .pp_right {
	background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
	background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_top .pp_left,div.dark_square .pp_top .pp_middle,div.dark_square .pp_top .pp_right,div.dark_square .pp_bottom .pp_left,div.dark_square .pp_bottom .pp_middle,div.dark_square .pp_bottom .pp_right,div.dark_square .pp_content {
	background: url(images/prettyPhoto/dark_square/contentPattern.png) top left repeat
}

div.dark_square .currentTextHolder {
	color: #c4c4c4
}

div.dark_square  p.pp_description {
	color: #fff
}

div.dark_square .pp_loaderIcon {
	background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content a.pp_expand {
	background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_content a.pp_expand:hover {
	background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_content a.pp_contract {
	background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_content a.pp_contract:hover {
	background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.dark_square .pp_content a.pp_next:hover {
	background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_square .pp_content a.pp_previous:hover {
	background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_square .pp_top .pp_left,div.light_square .pp_top .pp_middle,div.light_square .pp_top .pp_right,div.light_square .pp_bottom .pp_left,div.light_square .pp_bottom .pp_middle,div.light_square .pp_bottom .pp_right,div.light_square .pp_content {
	background: #fff
}

div.light_square .pp_content a.pp_expand {
	background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_content a.pp_expand:hover {
	background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_content a.pp_contract {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_content a.pp_contract:hover {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}

div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.light_square .pp_content a.pp_next:hover {
	background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_square .pp_content a.pp_previous:hover {
	background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.pp_pic_holder a:focus {
	outline: none
}

div.pp_overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%
}

div.pp_pic_holder {
	position: absolute;
	z-index: 10000;
	width: 100px
}

div.pp_pic_holder .pp_top {
	position: relative;
	height: 20px
}

* html div.pp_pic_holder .pp_top {
	padding: 0 20px
}

div.pp_pic_holder .pp_top .pp_left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px
}

div.pp_pic_holder .pp_top .pp_middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px
}

* html div.pp_pic_holder .pp_top .pp_middle {
	position: static;
	left: 0
}

div.pp_pic_holder .pp_top .pp_right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px
}

div.pp_pic_holder .pp_content {
	position: relative;
	text-align: left;
	width: 100%;
	height: 40px
}

div.pp_pic_holder .pp_content .pp_details {
	display: none;
	margin: 10px 15px 2px 20px
}

div.pp_pic_holder .pp_content .pp_details p.pp_description {
	display: none;
	float: left;
	margin: 0
}

div.pp_pic_holder .pp_content .pp_details .pp_nav {
	float: left;
	margin: 3px 0 0 0
}

div.pp_pic_holder .pp_content .pp_details .pp_nav p {
	float: left;
	margin: 2px 4px
}

div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
	float: left;
	display: block;
	width: 14px;
	height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	margin-top: 3px
}

div.pp_pic_holder .pp_content div.pp_hoverContainer {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%
}

div.pp_pic_holder .pp_content a.pp_next {
	display: block;
	float: right;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat
}

div.pp_pic_holder .pp_content a.pp_previous {
	display: block;
	float: left;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat
}

div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract {
	position: absolute;
	z-index: 20000;
	top: 10px;
	right: 30px;
	cursor: pointer;
	display: none;
	text-indent: -10000px;
	width: 20px;
	height: 20px
}

div.pp_pic_holder .pp_content a.pp_close {
	float: right;
	display: block;
	text-indent: -10000px
}

div.pp_pic_holder .pp_bottom {
	position: relative;
	height: 20px
}

* html div.pp_pic_holder .pp_bottom {
	padding: 0 20px
}

div.pp_pic_holder .pp_bottom .pp_left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px
}

div.pp_pic_holder .pp_bottom .pp_middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px
}

* html div.pp_pic_holder .pp_bottom .pp_middle {
	position: static;
	left: 0
}

div.pp_pic_holder .pp_bottom .pp_right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px
}

div.pp_pic_holder .pp_loaderIcon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px
}

div.pp_pic_holder #pp_full_res {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

div.pp_pic_holder #pp_full_res object,div.pp_pic_holder #pp_full_res embed {
	visibility: hidden
}

div.ppt {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #fff;
	font-size: 17px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */