html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

html { overflow-y: scroll; }

body {
	background: #f2f2f2 url(images/grad.jpg) repeat-x;
	font: 12px/22px Helvetica, Arial, sans-serif;
	color: #666;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

section .wrapper a:hover {
	text-decoration: underline;
}

section .wrapper ul,
section .wrapper ol {
	padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6{
	font-family: CartoGothicStdBold, Arial, sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

.clear {
	clear: both;
}

.image-left {
	float: left;
	padding: 18px;
}

.image-right {
	float: right;
	padding: 18px;
}

blockquote, code {
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

pre, code, kbd, samp { font-family: monospace, sans-serif; }

code {
	font: 1em 'Courier New', Courier, monospace;
	border: 1px solid #e0e0e0;
	display: inline-block;
	background: #fff;
}

/* LIST ELEMENTS */

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

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

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

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;
}

/* FONT EMBED */

@font-face {
	font-family: 'TitilliumText22LXBold';
	src: url('font/TitilliumText22L006-webfont.eot');
	src: local('☺'), url('font/TitilliumText22L006-webfont.woff') format('woff'), url('font/TitilliumText22L006-webfont.ttf') format('truetype'), url('font/TitilliumText22L006-webfont.svg#webfontNGnBwuGb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('font/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('font/CartoGothicStd-Book-webfont.woff') format('woff'), url('font/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('font/CartoGothicStd-Book-webfont.svg#webfontTH20CnY4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('font/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('font/CartoGothicStd-Bold-webfont.woff') format('woff'), url('font/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('font/CartoGothicStd-Bold-webfont.svg#webfontuvgRkG9V') format('svg');
	font-weight: normal;
	font-style: normal;
}

header h1#title,
header h2#slogan{
	font-family: 'TitilliumText22LXBold';
}

nav>ul>li, form label{
	font-family: 'CartoGothicStdBook';
}

h1.blog-entry-title,
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before,
span#asideTitle,
nav li a#current,
nav li a#current:hover, 
nav li a.currentAncestor,
nav li a.currentAncestor:hover,
.filesharing-item-title{
	font-family: 'CartoGothicStdBold';
}

#extraContainer2 h1,
#extraContainer2 .album-title,
#extraContainer2 .movie-page-title {
	font-family: "Arial Black", GillSans-Bold, sans-serif;
}

#revolve, #revolve li{
	font-family: Georgia;
}

/* @end */

/* @group Structure */

#versionContent{
	position: fixed;
	padding: 50px 0 0;
	z-index: 99;
	height: 100%;
	width: 100%;
}

#versionBox{
	width: 600px;
	min-height: 180px;
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,.80);
	color: #fff;
	text-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
}

#versionBox p{
	font-size: 38px;
	font-weight: bold;
}

#version{visibility: hidden;}

#currentVersion,
#available,
#unable{
	opacity: 0;
}

#unable{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #444444));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #777;
	border-top: 1px solid #888;	
}

#currentVersion{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #73A510), color-stop(1, #345E00));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #82a422;
	border-top: 1px solid #daff68;
}

header {
	height: 215px;
	z-index: 11;
	position: relative;
	background: transparent url(images/highlight.jpg) no-repeat top center;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
}

section .wrapper {
	padding: 25px 0;
}

section .wrapper .clear{
	padding: 0 0 40px;
}

.alignText {
	text-align: center;
	padding: 25px 0 5px;
}

.alignNav {
	text-align: center;
	position: relative;
	height: 110px;
}

#logo {
	position: absolute;
	z-index: 1;
}

header h1#title {
	padding-right: 7px;
}

header h1#title,
header h2#slogan {
	color: #292929;
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: 0 0 1px #aaa;
	font-weight: normal;
	word-spacing: 1px;
}

/* @end */

/* @group Navigation */

/* Level 1 */

nav {
	display: inline-block;
	background: url(images/nav_first.png) left -2px no-repeat;
	text-align: center;
	text-shadow: #292929 0 -1px 0px;
	text-transform: uppercase;
}

nav>ul {
	position: relative;
	background: url(images/nav.png) right -2px no-repeat;
	margin-left: 7px;
	height: 50px;
	z-index: 10;
}

nav>ul>li{
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	float: left;
	line-height: normal;
	font-size:  14px;
	padding: 0 0 10px 0;
	border: 1px solid transparent;
}

nav>ul>li>a{
	position: relative;
	display: inline-block;
	padding: 16px 25px 15px;
	background: url(images/nav-break.png) no-repeat left top;
}

nav li a, nav li a:visited{
	color: #d4d4d4;
}

nav > ul > li:first-child > a {
	background: transparent;
}

nav>ul>li>a:hover {
	color: #fff;
	bottom: -1px;
}

nav li a#current,
nav li a#current:hover, 
nav li a.currentAncestor,
nav li a.currentAncestor:hover {
	color: #fff;
	text-shadow: 0 0 15px #fff;
}

nav li li a#current,
nav li li a#current:hover, 
nav li li a.currentAncestor,
nav li li a.currentAncestor:hover {
	background: #b9b9b9;
	text-shadow: #666 0 1px 0;
}

/* Navigation Level 2 */

nav ul ul {
	position: absolute;
	display: none;
	list-style: none;
	width: 140px;
	background: #ddd;
	border: 1px solid #eee;
	font-size: 12px;
	text-shadow: #fff 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 0px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

nav li li {
	padding: 0;
	margin: 0;
	line-height: 0px;
	position: relative;
}

nav li li a{
	display: block;
	letter-spacing: 0;
	line-height: 18px;
	width: 120px;
	padding: 6px 10px 5px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

nav li li a, nav li li a:visited{
	color: #595959;
}

nav li li a:hover {
	background: #e9e9e9; 
	color: #000;
}

.first_item {border-top: none;}
.last_item {border-bottom: none;}

/* Drop Down */

nav > ul > li > ul {
	left: 50%;
	margin-left: -70px;
	top: 57px;
}

nav li:hover li ul{
	top: -999em;
}

nav li:hover ul.nojs{
	display: block;
}

nav li li:hover ul {
	left: 140px;
	top: -1px;
}

nav li li:hover li ul{
	top: -999em;
}

nav li li li:hover ul{
	left: 140px;
	top: -1px;
	border: 1px solid #ededed;
}

nav li li li:hover li ul{
	top: -999em;
}

nav li li li li:hover ul{
	left: 140px;
	top: -1px;
	border: 1px solid #eee;
}

nav li li li li:hover li ul{
	top: -999em;
}

nav li li li li li:hover ul{
	left: 140px;
	top: -1px;
	border: 1px solid #ededed;
}

/* @end */
#bannerImport,
#myExtraContent1,
#myExtraContent2{
	display: none;
}

#extraContainer1 #myExtraContent1,
#extraContainer2 #myExtraContent2{
	display: block;
}

/* @group Headline Text */

#extraContainer2 h1,
#extraContainer2 .album-title,
#extraContainer2 .movie-page-title {
	font-weight: normal;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	display: inline;
	float: left;
	letter-spacing: -1px;
	padding-right: 12px;
}

#revolve, #revolve li {
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	list-style: none;
}

#revolve li {
	display: none;
}

#revolve li:first-child {
	display: inline;
}

/* @end */

/* @group Billboard */

#billboard {
	height: 270px;
	padding-bottom: 9px;
	border-bottom: 1px solid #b2b2b2;
	background-position 0 0:
	background-repeat: repeat-x; 
	position: relative;
	z-index: 10;
}

#billboard #mask {
	height: 100%;
}

#billboard .wrapper {
	overflow: hidden;
	height: 100%;
}

#featureBorder {
	padding: 9px;
	margin-top: 25px;
	border: 1px solid #ccc;
	background-color: #eee;
	-moz-box-shadow: 0 2px 5px #222;
	-webkit-box-shadow: 0 2px 5px #222;
	box-shadow: 0 2px 5px #222;
	height: 200px;
	position: relative;
	overflow: hidden;
}

#featureImage, #extraContainer1 {
	height: 200px;
	position: absolute;
	top: 9px;
	left: 9px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#extraContainer1 #myExtraContent1{
	display: block;
}

/* @end */

/* @group Aside */

aside{
	width: 200px;
}

span#asideTitle{
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 19px;
}

div#asidePlug{
	padding: 20px 0 0 0;
}

#myExtraContent1,
#myExtraContent2{
	display: none;
}

/* @end */

/* @group Footer */

#footerLine {
	margin: 0 0 20px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #fff;
}

footer {
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 60px;
}

footer a {
	font-weight: normal;
	text-transform: none;
	margin-left: 5px;
}

footer div{ float: left;}

.wrapper footer ul{ 
	float: right;
	padding: 0;
	margin: 0;
}

footer li {display: inline; opacity: 0.6;}
footer li:hover {opacity: 1;}
footer li.last_item{margin: 0; opacity: 1;}
footer li.last_item a{font-weight: bolder;}
/* @end */

/* @group Blog */

.blog-entry {
	margin: 0 10px 30px;
	padding: 0 40px 20px;
	background: #fff;
	border: 11px solid #ececec;
	outline: solid thin #d8d8d8;
	font-family: georgia;
	font-size: 1.1em;
}

h1.blog-entry-title {
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.3em;
	padding: 35px 0 10px;
}

h1.blog-entry-title a{
	color: #4C4C4C;
}

.blog-entry-date {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 1.2em;
}


.blog-entry-category a:link, 
.blog-entry-category a:visited {
	padding: 0px 6px;
	margin: 0 3px;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
	background-color: #f7f7f7;
	border: 1px dashed #ddd;
	display: inline-block;
}

.blog-read-more {
	
}

.blog-entry-body {
	padding-bottom: 10px;
	overflow: hidden;
}

a.blog-comment-link {
	margin-top: 1.0em;
	padding: 5px 0px 8px 50px;
	font: italic 16px georgia;
	background: url(images/chat.png) no-repeat;
	display: inline-block;
}

p.blog-entry-tags {
	margin-top: 1.3em;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.1em;
}

p.blog-entry-tags a {
	padding: 0px 6px;
	margin: 0 3px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	background-color: #f7f7f7;
	border: 1px dashed #e0e0e0;
	display: inline-block;
}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	display: block;
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 1.75em;
}

/* Categories */

#blog-categories,
#blog-archives {
	padding-top: 12px;
	line-height: 2.5em;
}

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

#blog-categories:before {
	content: "Categorias";
}

.blog-category-link-enabled,
.blog-archive-link-enabled {
	display: block;
	background: url(images/list.png) 0px 3px no-repeat;
	margin-left: 6px;
	padding: 0 0 0 30px;
}

.blog-category-link-enabled:hover,
.blog-archive-link-enabled:hover {
	background: url(images/list_over.png) 0px 3px no-repeat;
}

.blog-category-link-disabled,
.blog-archive-link-disabled {
	display: none;
}

/* Archives */

#blog-archives {
	margin-top: 15px;
}

#blog-archives:before {
	content: "Arquivos";
}

/* Tag Cloud */

section .wrapper ul.blog-tag-cloud {
	margin: 15px 0 0;
	padding: 15px 0 0;
}

ul.blog-tag-cloud:before {
	content: "Palavras chave";
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.9em;
}

ul.blog-tag-cloud li a {
	display: inline-block;
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.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;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 15px;
	padding-top: 15px;
}

#blog-rss-feeds:before {
	content: "Feeds";
}

.blog-rss-link {
	padding: 4px 11px 4px 29px;
	margin: 5px 0 0 0;
	background: #fff url(images/rss_icon.gif) no-repeat 9px center;
	border: 3px solid #e3e3e3;
	display: inline-block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
}

/* @end */

/* @group File Sharing */

.filesharing-item-title {
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	display: inline-block;
	background: #fff;
	border: 4px solid #e6e6e6;
	outline: solid thin #d7d7d7;
}

.ie7 .filesharing-item-title {
	display: inline;
	padding-bottom: 2px;
}

.filesharing-item-title a{
	padding: 6px 10px 4px;
	display: block;
}

.filesharing-description {
	position: relative;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

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

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

/* @end */

/* @group Photo Album */

.thumbnail-wrap {
	position: relative;
	display: inline-block;
	float: left;
	margin: 15px;
	padding: 5px;
}

.thumbnail-frame {
	position: absolute;
}

.thumbnail-caption {
	display: none;
}

/* @end */

/* @group Movie Album */

.movie-thumbnail-frame {
	float: left;
	position: relative;
	margin: 15px 35px 0px 0;
	width: 130px;
	height: 145px;
}

.movie-thumbnail-frame img {
	margin: 0;
	padding: 5px;
}

.movie-thumbnail-caption {
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
	float: left;
}

/* MOVIE POPUP */

.movie-background {
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
	background-image: none;
	background-color: #f2f2f2;
}

.movie-title {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0;
}

.movie-frame {
	margin-bottom: 10px;
}

.thumbnail-wrap, 
.movie-thumbnail-frame img, 
img.photo-frame {
	border: 1px solid #ccc;
	background: #ddd;
}

.thumbnail-wrap:hover, 
.movie-thumbnail-frame img:hover {
	border: 1px solid #bbb;
	background: #d3d3d3;
}

/* @end */

/* @group Contact Form */

form div {
	line-height: 16px;
}

form label {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 5px;
}

.form-input-field {
	font-size: 13px;
	padding: 8px;
	display: inline-block;
	border: 4px solid #e6e6e6;
	outline: solid thin #d8d8d8;
	width: 88%;
}

.form-input-field:focus {
	zoom: 1;
	outline: none;
	border: 5px solid #d8d8d8;
	margin: 1px 0 1px -1px;
}

.ie8 .form-input-field:focus {
	margin: -1px 0 -1px -1px;
}

.form-input-button{
	background: #fff;
	font-size: 14px;
	color: #555;
	outline: none;
	border: 4px solid #e4e4e4;
	outline: solid thin #d8d8d8;
	padding: 7px 13px;
	margin-right: 7px;
	cursor: pointer;
}

.form-input-button:hover{
	border: 4px solid #d8d8d8;
}

/* @end */







div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content {
	background: #f2f2f2;
}

div.light_square .pp_content .ppt {
	color: #000;
}

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

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

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

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

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

div.light_square #pp_full_res .pp_inline {
	color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
	background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause {
	background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

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

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

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

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

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

div.light_square .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: #222;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	border: 1px solid #aaa;
	text-shadow: #fff 0 1px 0;
	z-index: 10000;
}

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

* html .pp_top {
	padding: 0 20px;
}

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

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

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

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

.pp_content {
	height: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_nav {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

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

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

.pp_gallery {
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.pp_gallery ul a {
	-moz-box-shadow: 0 1px 2px #333;
	-webkit-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 2px;
}

.pp_gallery li.default a {
	background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

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

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

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

a.pp_close {
	display: block;
	float: right;
	line-height: 22px;
	text-indent: -10000px;
}

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

* html .pp_bottom {
	padding: 0 20px;
}

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

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

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

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

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

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}

div.ppt {
	color: #fff;
	display: none !important;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
