@import url(reset.css);
body {
    font:11px arial, freesans, garuda, helvetica, verdana, sans-serif;color:#b0b0b0;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-color: #E4E1DA;
}
/* colocar  as imagens para o contador */
body.contador{
    background-image: url(../fotos/813/cdc0b2189e4f0816ad6bb994fd33266d.jpg);
}

.imagemContador{
    background-image: url(../images/cantoTop.png);
    background-repeat: no-repeat;
    padding-left: 154px;
    padding-top: 174px;
    width: 380px;
}

.contadorText{
    height: 179px;
    width: 376px;
    padding-left: 0px;
    font:verdana, arial, helvetica, sans-serif;color:black;
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: bold;
}

.redesSociais{
    padding-left:285px;
    padding-top: 88px;
    width: 78px;
}
.newsletter{
}
b, b p { font-weight: bold; color: #A71B45 !important; }
i { font-style: italic; color: #A71B45; }
em { text-decoration: underline; }


#geral {
    width:976px;
    padding: 0px 42px;
    margin: 0 auto;
    background: #fff url(../images/background.png) center top repeat-y;
    -moz-box-shadow: 0px 0px 10px #bfbfbf;
    -webkit-box-shadow: 0px 0px 10px #bfbfbf;
    box-shadow: 0px 0px 10px #bfbfbf;
}

/* TAG BEHAVIOUR */
a { text-decoration:none; color:#7c7c7c; }
h1 span { display:none; }
h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:24px; line-height:24px;
    font-weight:600; letter-spacing:0px;
    color: #a71b45;
}
.contraste h2 { color:#757977; }
h3 { color: #7b7b77; font-size:20px; }
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px; font-weight:bold;
    color: #757977;
}
h4.center { padding:15px 0px; text-align:center; }
h4 span { color: #a71b45; display:block; }
h5, h6 {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size:14px; font-weight:bold;
    color: #fff;
    line-height:18px;
}
h6 { color: #b0b0b0; margin-bottom:16px; }
h5 img { float:right; }
p { margin-bottom:14px; line-height:14px; }
p a { color: #A71B45; font-weight:bold; }
p a:hover { text-decoration: underline; }
/* FORM */
input, textarea {
    width: 184px; height: 10px;
    font:11px arial, freesans, garuda, helvetica, verdana, sans-serif;color:#6d6d6d;
    padding: 4px;
    background: #eeeeea;
    border:none;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align:middle;
    max-width:95%;
}
textarea { width: 100%; height: 226px; }
input.submit {
    width:auto;
    height:18px;
    padding-left:20px;
    background: #d8d7ce url(../images/arrow_right.png) center left no-repeat;
    cursor:pointer;
}
input.button { height:18px; padding:0px 10px; vertical-align:middle; }
input.checkbox, input.radio {
    width: auto; height:auto;
    padding: auto;
    background: none;
    border:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
label { vertical-align:middle; }
select {
    width: 130px; padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px; font-weight:bold;
    color: #6d6d6d;
    margin-top:10px;
    border:none;
    background: #d8d7ce;	
}

/* COMMOM ELEMENTS */
.info {
    background: #000;
    padding: 12px 9px;
    margin-bottom: 5px;
    position:relative;
    overflow: hidden;
    z-index:0;
}
.info.contraste { background: #e7e6df; }
.info.contraste h5 { color:#2d2d2d; }
.info.contraste h5 { color:#757977; }
.info.contraste p, .info.contraste a { color:#2d2d2d !important; }
.info .icones { margin-bottom: 3px; }

.button {
    width:auto;	height:10px;
    padding: 3px 10px;
    background:#d8d7ce;
    font: bold 10px Arial, Helvetica, sans-serif;
    color:#6d6d6d;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align:middle;
    cursor:pointer;
}
.arrow {
    background-image: url(../images/arrow_right.png);
    background-position: 8px center;;
    background-repeat:no-repeat;
    padding-left:24px !important;
}
.mais {
    font-weight:normal;
    color: #717171;
    background: url(../images/arrow_right.png) center left no-repeat;
    padding-left:16px;
}
.mais.contraste { color:#fff; background-image: url(../images/whiteArrow_right.png); }
.mais.dark { color:#2d2d2d; background-image: url(../images/darkArrow_right.png); }
div.mais { margin-top:-5px; background:#f3f3ee; padding: 36px 11px 10px 11px; 
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
.chamada {
    background: #e7e6df;
    padding: 12px 10px;
    margin-bottom:5px;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.chamada h4 { margin-bottom:15px; }
.chamada p { color: #2d2d2d; }
.chamada.vermelho { background: #a71b45; }
.chamada.vermelho h4, .chamada.vermelho p, .chamada.vermelho span { color: #fff; }
.chamadaBox {
	display: block;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
			
/*.chamadaBox:hover { opacity: 1.2; } */

.chamadaBox:hover .chamada { background-color: #f4f4f4; }
.chamadaBox:hover .chamada.laranja { background-color: #e88123; }
.chamadaBox:hover .chamada.vermelho { background-color: #9e143d; }

.small_column a img, #related img {
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
.small_column a:hover img, #related a:hover img { opacity:0.9; }


/*
.chamadaBox:hover .chamada.vermelho { background-color: #000; }
.chamadaBox:hover .chamada h4, .chamadaBox:hover .chamada p, .chamadaBox:hover .chamada span { color: #fff; }
.chamadaBox:hover .chamada span {  background-image: url(../images/whiteArrow_right.png);  }
*/
.chamadaBox:hover div.mais { background-color: #000 !important; }

.vermelho span.mais { background-image: url(../images/whiteArrow_right.png); }
.vermelho a:hover { color:#000 !important; }
.destaqueFigure { position:relative; }
.destaqueFigure a { display: block; margin-bottom: -3px; }
div.destaque { position:absolute; left:-4px; top:10px; }
/*
.destaqueFrameContent { 
	outline: 43px solid transparent;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic
}
.destaqueFrame:hover .destaqueFrameContent {
	outline: 43px solid #5A4A42; z-index:1000; position:relative; 
} */
.destaqueFrame .contraste, .destaqueFrame .info, .destaqueFrame .icones, .destaqueFrame .destaqueFigure {
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.destaqueFrame:hover .destaqueFigure { opacity:0.95; }
.destaqueFrame:hover .info, .destaqueFrame:hover .icones { background-color: #222; }
.destaqueFrame:hover .info.contraste, .destaqueFrame:hover .icones.contraste { background-color: #f4f4f4; }
h6.destaque {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    margin-right: 6px;
    padding: 3px 8px;
    padding-top:4px;
    padding-left: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#3a281f url(../images/icone_asterisco.png) no-repeat 7px 4px;
}
.icones { text-align:right; /*float:right;*/ background-color: #000; padding-top:3px; position:relative; border-top: 2px solid #fff; }
.icones.contraste { background-color: #e7e6df; border-bottom: 2px solid #fff; }
#slideshow .icones { background:none; z-index:100; position:relative; }
#maininfo .icones { border:none; }
.icones a {
    display:inline-block;
    position:relative;
    width: 25px;
    height: 25px;
    overflow:hidden;
    margin-right:4px;
    z-index:9;
}
.icones a img { position:absolute; top:0; left:0; }
.icones a:hover img { top: -25px; }

/* UI */
input:focus, textarea:focus, select:focus { outline:none; }
a.selected { color:#a71b29 !important; }
header a:hover { color:#a71b29 !important; text-decoration:none; }
/* a:hover { text-decoration:underline; } 
/* a:hover img { opacity:0.95; filter: alpha(opacity=95); } */
.submit:hover { opacity:0.95; filter: alpha(opacity=95); }
.button:hover { color:#a71b29 !important; }

/* HEADER */
#busca {
    width:798px; height:18px;
    padding:7px 0px;
    border-bottom: 3px solid #626262;
    float:right;
    text-align:right;
}
header h1 {
    padding-top:48px;
    padding-left:10px;
    float:left;
}
header nav {
    float:left;
    margin-left:58px;
    padding-top:8px;
    background:#fff;
}
#mainnav { width:232px; margin-right:12px; }
#mainnav a {
    font-family: Myriad Pro Light, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px; line-height:24px;
    font-weight: normal;
    color: #2d2d2d;
}
#secnav {
    margin-left:0px;
}
#secnav a {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    font-size:10px; line-height:14px;
    font-weight: normal;
    color:#707070;
}
#patrocinio { float:right; margin-top: 13px; }
#patrocinio img { vertical-align: middle; }
.banner { width: 271px;
height: 136px;
overflow: hidden; }

/* CONTENT */
#content { clear:both; margin-top: 0px; }
#content.busca { margin-top: 20px; }
#paginacao {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px; font-weight:bold;
    color: #757977;
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}
#paginacao span {
    background-color: #A71B45;
    padding: 2px 4px;
    color: #fff;
    font-size:15px;
}
#paginacao a { color: #A71B45; }
#estados { display: none; }

/* FOOTER */
footer { clear:both; margin: 30px -6px; margin-bottom:0px; background:#f3f3ee; padding-bottom:200px; }
footer h4 { margin-bottom: 24px; }
footer h5 { color: #bb0041; margin-bottom:10px; }
footer p { color: #7a7a7a; }
footer .submit { background: #bb0041 url(../images/whiteArrow_right.png) center center no-repeat;  width:70px; height:45px;
                 margin-top:10px;
                 -moz-box-shadow: none;
                 -webkit-box-shadow: none;
                 box-shadow: none;
                 -webkit-border-radius: 3px;
                 -webkit-border-radius: 0px;
                 -moz-border-radius: 0px;
                 border-radius: 0px; }
footer .clear { overflow: visible !important; }				 
#acompanhe { width:220px; margin-top:30px; float:right; }
#acompanhe img { vertical-align:middle; margin-right:12px; }
#acompanhe a { margin-bottom: 16px; margin-right: 10px; float:left; }
.follow, .fb-like { margin-right: 10px; float: left; }
.social { margin-bottom: 8px; clear: both; }

footer h1 { margin-left: 37px; margin-bottom:23px; padding-top:30px; }
#footer_content {
    border-top: 3px solid #626262;
    padding: 15px 10px 40px 10px;
}
.footer_item {
    float:left;
    width:130px;
    margin-right:11px;
}
footer input.text { margin-top:10px; }

#footer {
    margin:0px;
    margin-top:60px;
    border-top:1px solid #fff;
    padding: 9px 50px 0px 140px;
}
.aem { float:right; }

/* bfTitle */
.bfTitle { display:none; text-align:left; }
.bfTitle h5 { color: #000; margin-bottom: -4px; }

/* NEWSLETTER */
#newsletter p { margin-bottom: 3px; margin-top: 10px; }
#newsletter input:first-child { margin-bottom: 10px; }

/* RANK */
#rankAnchor { top: 18px; right: 15px; }
.rank {
	background: url(../images/rank.png) no-repeat;
	width: 23px; height: 22px;
	position:absolute;
	right: 3px; top: 5px;
	cursor: pointer;
	display: block;
	z-index: 20;
}
.rank.on { background: none; }
.rank.voted {
	background: url(../images/full.png) no-repeat center center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	right: 4px; top: 5px;
}
.voted .rank_full { display: none !important; }
.rank_empty, .rank_full, .rank_style {
	position: absolute;
	top: -3px; left: -2px;	
	background: url(../images/empty.png) repeat-x center center;
	width: 25px; height: 28px;
	display: none;
}
.rank_full {
	background: url(../images/full.png) no-repeat center center;
	width: 25px;
}
.rank_style {
	background: transparent url(../images/star_white.png) no-repeat center center;
	width: 18px; height: 17px;
	top: 6px;
	border: none;
	background-size: 100% 100%;
	top: 3px; left: 3px;
}

.rank-1 .rank_full { width: 25px; }
.rank-2 .rank_full { width: 50px; }
.rank-3 .rank_full { width: 75px; }
.rank-4 .rank_full { width: 100px; }
.rank-5 .rank_full { width: 125px; }

.rank .tag {
	position: absolute;
	top: -29px; left: -18px;
	padding: 5px 14px;
	background: #F3F3EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	line-height: 14px;
	color: #666a68;
	font-weight: bold;
	border: 1px solid #666a68;
	z-index: 2;
	white-space: nowrap;
}
.tag.voted { margin-left: -23px; }
.tag img {
	position:absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}
#rankForm { right: 14px; top: 14px; z-index: 1001; display: none !important; }

/*** OVERLAY ***/

.overlay {
	position:fixed;
	top: 0; left:0;
	width: 100%; height:100%;
	background:#000;
	opacity: 0.6; filter: alpha(opacity=60);
	display:none;
	z-index: 1000;
}
.overlay a { position: absolute; top: 10%; left: 90%; margin-top: -20px; margin-left: -14px; }

.getMail {
	width: 372px;
	height: 164px;
	padding: 20px;
	background: white;
	box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 50%;	top: 50%;
	display: none;
	z-index: 1001;
	margin-left: -206px; margin-top: -102px;
}
.getMail .text { margin-bottom: 10px; }
.getMail .checkbox { margin: 6px 4px 0px 0px; vertical-align: text-bottom; }
.getMail a.button {
	display: inline-block;
	margin-bottom: 15px;
}
/* CONTENT 
#content { overflow: hidden; } */
#content_column {
	width:553px; float:left;
	margin-right:11px;
	padding-top:22px;
}
#foto { position:relative; }
#foto a:hover img { opacity:1; filter: alpha(opacity=100); }
#lupa { position:absolute; top: 11px; left:11px; }
#audio { position:absolute; bottom: 11px; right: 11px; display:none; }

#thumbnails {
	margin: 2px 0px;
	overflow:hidden;
}
.thumb_seta { padding: 25px 27px; background: #f0f0f0; border:1px solid #ccc; display:block; float:left; margin-bottom: 3px; }
.thumb_seta:hover { background:#e8e8e8; }
#thumbs { min-width: 417px; height:67px; float:left; overflow:hidden; }
#thumbs div { background-color:#fff; min-width:417px; }
.thumb { margin-right: 2px; }
#thumb_prev { margin-right:4px; }

#maininfo hgroup { margin-bottom:56px; }
#maininfo p, .info p { width: 375px; font-size:12px; line-height:18px; color:#fff; }
#maininfo mark { color:#7c7c7c; display:block; }
#emcena mark { color:#fff; display:block; }
#emcena { float:right; width:104px; margin-left:20px; }
#emcena img { margin-bottom:14px; }
#emcena p { width: auto; margin-top: 0px; font-size:11px; line-height:14px; color:#7c7c7c; margin-bottom: 8px; }

#triggerFicha_tecnica {
	font-weight:normal;
	font-size:11px;
	color: #fff;
	background: url(../images/arrow_right.png) center left no-repeat;
	padding-left:16px;
}
#ficha_tecnica { display:none; }

#share {
	background:#f3f3ee;
	padding: 25px 16px;
	overflow:hidden;
}
#doShare { padding: 20px 0px; }
.fb-like { float:left; }
h4#comment { 
	padding: 18px 16px; 
	border-top: 1px solid #edede9; 
	border-bottom: 1px solid #edede9;
	margin: 0px -16px;
}
h4#comment span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:10px;
}
#share form { padding-top: 26px; }
#share label { color: #7a7a7a; display:block; margin-top:10px; margin-left:10px; }
#share input, #share textarea { display:block; margin-top:6px; margin-left: -10px; padding-left:10px; }
#share input { width: 300px; }
#share input.button { width:130px; margin-right:22px; }

.lista hgroup { margin-bottom:20px; }
.lista .expand {
	font-weight:normal;
	font-size:11px;
	color: #fff;
	background: url(../images/arrow_right.png) center left no-repeat;
	padding-left:16px;
}
.expandText { padding-top:20px; display:none; }

/* ASIDE */
aside { float:left; }
#related { width:271px; margin-right:11px; }
#related .info { padding: 11px; }
h4#relacionadas { background: #f3f3ee; padding: 25px 20px; }

#more {
	width:130px;
}

/* VIDEO */
#video {
	position:fixed;
	top:10%; left:10%;
	width:80%; height:80%;
	display:none;
	z-index:1001;
}
#video iframe {
	width:100% !important;
	height:100% !important;
}

/*** FOCO DO MĘS ***/
.foco-do-mes {
	background: url(../images/small_star.png) no-repeat top right,
				#6b0f46 url(../images/foco-do-mes-background.gif) repeat-y;
	padding: 33px 36px;
}
.foco-do-mes h2 { color: #fff; font-size: 32px; margin-bottom: 36px; }
.foco-do-mes h3 { color: #f79030; font-size: 32px; margin-bottom: 20px; line-height: 30px; width: 400px; font-weight: normal; }
.foco-do-mes h4 { font-size: 24px; color: #fff; font-weight: normal; }
.foco-do-mes h5 { font-size: 28px; font-family: "Lucida Handwriting", "Brush Script MT", cursive; color: #fff; font-weight: normal; margin-bottom: 16px; }
.foco-do-mes p.destaque { color: #e0ccd8; font-size: 13px; width: auto; }
.foco-do-mes .text p { color: #dfcfd2; width: 287px; font-size: 13px; -webkit-transition: color 200ms ease-out; }
.foco-do-mes div.clear:hover p { color: #eee0e8; }
.foco-do-mes .right p { text-align: right; }
.foco-do-mes .right h5, .foco-do-mes .right h4 { text-align: right; }
.foco-do-mes .image { width: 194px; text-align: center; padding-top: 18px; }
.foco-do-mes .text.right { padding-bottom: 70px; margin-bottom: 20px; }
.foco-do-mes .text.left { padding-bottom: 80px; margin-bottom: 20px; }
.foco-do-mes .text.right.seta { background: url(../images/curve_arrow.png) no-repeat left bottom; }
.foco-do-mes .text.left.seta { background: url(../images/curve_arrow_right.png) no-repeat right bottom; }
.ui-container {
	position:relative;
	z-index:8;
}
.ui-select, .ui-selected {
	width:118px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; font-weight:bold;
	color: #6D6D6D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 6px;
	margin-top:10px;
	background: #d8d7ce url(../images/arrow_down.png) 110px 4px no-repeat;
}
.close { background-image: url(../images/arrow_up.png); z-index:8 !important; }
.ui-scroll {
	background-color: #fff;
	max-height:200px;
	overflow:auto;
}
.ui-select-box {
	width: 480px;
	margin: -20px;
	padding: 20px;
	background:#fff;
	box-shadow: -3px 3px 10px rgba(0,0,0,0.1);
	position:absolute;
	left:0px; top:0px;
	display:none;
	z-index:7;
}
.ui-select-box .ui-select {	margin-top:0px; margin-bottom:10px; }
.ui-select-box label {
	display:block;
	padding:2px 4px;
	cursor:pointer;
	font-size:11px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.ui-select-box label:hover {
	background: #d8d7ce;
	color: #6D6D6D;
}
.ui-select-option {
	width:312px;
	font-size:10px;
}
.ui-select-group { float:left; }
.ui-selected { background-image:none; background-color:#a81b45; margin-top: 3px; color:#fff; padding-right:14px; width:110px; }
.ui-selected:hover { background: #a81b45 url(../images/x.png) 117px center no-repeat; }
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;
	z-index: 101;
}
#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;	
}