 /*

	CSS Created by ahelor.com

 */


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   STYLE RESET
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { outline: none; }
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blocquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0;  }
fieldset, img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
ul, ol { list-style-type: none; }


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   FONTS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@font-face {
	font-family			: 'Titillium Light';
	src							: url('../fonts/titillium_lt.eot');
	src							: local('âş'), url('../fonts/titillium_lt.woff') format('woff'), url('../fonts/titillium_lt.ttf') format('truetype'), url('../fonts/titillium_lt.svg#webfontIkLYHmwZ') format('svg');
	font-weight			: normal;
	font-style			: normal;
}

@font-face { font-family:"Anivers"; src:url('../fonts/Anivers.otf'); }



 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   MAIN
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	text-align			: center;
	background			: #1e1e1d url('../images/back.png');
	font-family			: Arial, Verdana, sans-serif;
	font-size				: 12px;
	color						: #909090;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   LAYOUT
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	overflow				: hidden;
	background			: url('../images/back-gradients.png') repeat-x 0 0;
}

#old-wall {
	min-height			: 600px;
	overflow				: hidden;
}
#main-page	#old-wall { background : url('../images/old-wall-full.jpg') repeat-x 50% 80px; }
#sub-page		#old-wall { background : url('../images/old-wall-sub.jpg') repeat-x 50% 80px; }

#top {
	margin					: 0 auto;
	width						: 900px;
	height					: 80px;
	background			: url('../images/top.jpg') no-repeat 0 0;
}

#presentation {
	margin					: 0 auto;
	width						: 900px;
	height					: 400px;
	overflow				: hidden;
	text-align			: left;
}

#main-page #content {
	margin					: 0 auto;
	width						: 960px;
	min-height			: 180px;
	text-align			: left;
	background			: url('../images/content-shine.jpg') no-repeat 50% 0;
}

#sub-page #content {
	margin					: 120px auto 0 auto;
	padding					: 20px 70px 0 70px;
	width						: 820px;
	min-height			: 440px;
	text-align			: left;
	background			: url('../images/content-cut.jpg') no-repeat 0 280px;
}

.col-set, .menu-set {
	overflow				: hidden;
	clear						: both;
}

#main-page .col-set .col-left {
	float						: left;
	margin					: 0 0 0 30px;
	padding					: 0 10px 0 10px;
	width						: 430px;
}

#main-page .col-set .col-right {
	float						: right;
	margin					: 0 30px 0 0;
	padding					: 0 10px 0 10px;
	width						: 430px;
}

#sub-page .col-set .col-left {
	float						: left;
	margin					: 0;
	padding					: 0 10px 0 0;
	width						: 400px;
}

#sub-page .col-set .col-right {
	float						: right;
	margin					: 0;
	padding					: 0 0 0 10px;
	width						: 400px;
}

.menu-set .col-left {
	float						: left;
	padding					: 0 10px 0 0;
	width						: 600px;
}
.menu-set .col-right {
	float						: left;
	padding					: 0 0 0 10px;
	width						: 200px;
}

#footer {
	height					: 200px;
	background			: url('../images/footer-back.jpg') repeat-x;
	overflow				: hidden;
}

#footer .inner {
	margin					: 36px auto 0 auto;
	width						: 900px;
	height					: 194px;
	background			: url('../images/footer-shine.jpg') repeat-x 0 0;
	overflow				: hidden;
	text-align			: left;
}

#recommend {
	float						: left;
	width						: 450px;
	height					: 100%;
}

#community {
	float						: left;
	width						: 225px;
	height					: 100%;
}

#fast-contact {
	float						: right;
	width						: 225px;
}

#fast-contact .phone {
	margin					: 25px 0 0 0;
	padding					: 10px 0 0 60px;
	height					: 22px;
	background			: url('../images/ico32-sprite.png') no-repeat 10px -32px;
}

#fast-contact .mail {
	margin					: 10px 0 0 0;
	padding					: 10px 0 0 60px;
	height					: 22px;
	background			: url('../images/ico32-sprite.png') no-repeat 14px -64px;
}

.portfolio-item {
	margin					: 0 0 25px 0;
	padding					: 7px;
	width						: 806px;
	height					: 100px;
	border-radius		: 8px;
	-webkit-border-radius	: 8px;
	-khtml-border-radius	: 8px;
	-moz-border-radius		: 8px;
	background			: #181817;
	border-top			: 1px solid #0c0c0b;
	border-left			: 1px solid #0c0c0b;
	border-bottom		: 1px solid #333332;
	border-right		: 1px solid #333332;
}

.portfolio-item:hover {
	background			: #111110;
}

.portfolio-item .desc {
	float						: left;
	padding					: 5px 0 0 20px;
	width						: 280px;
}

.portfolio-item .thumbnail {
	float						: right;
	width						: 500px;
	height					: 100px;
	border-radius		: 5px;
	-webkit-border-radius	: 5px;
	-khtml-border-radius	: 5px;
	-moz-border-radius		: 5px;
}

#project-small-preview {
	margin					: 10px auto 0 auto;
	padding					: 12px;
	width						: 300px;
	border-radius		: 10px;
	-webkit-border-radius	: 10px;
	-khtml-border-radius	: 10px;
	-moz-border-radius		: 10px;
	background			: #181817;
	border-top			: 1px solid #0c0c0b;
	border-left			: 1px solid #0c0c0b;
	border-bottom		: 1px solid #333332;
	border-right		: 1px solid #333332;
}

#project-small-preview:hover {
	background			: #111110;
}

#showroom {
	position				: fixed;
	top							: 0;
	left						: 0;
	display					: none;
	background			: #fff;
	width						: 100%;
	height					: 100%;
	z-index					: 1;
}

div.logo404 {
	min-height			: 200px;
	background			: url('../images/404.png') no-repeat 50% 50%;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   HEADERS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5 {
	font-family			: 'Titillium Light', 'Myriad Pro', Arial, sans-serif;
}

#content h1 {
	margin					: 10px 0 10px 0;
	font-size				: 23px;
	color						: #f0f0f0;
	text-shadow			: #000 1px 1px 1px;
}

#main-page h1 {
	margin					: 20px 0 15px 0;
}

#footer h2 {
	margin					: 20px 0 10px 0;
	padding					: 0 0 0 10px;
	font-size				: 16px;
	color						: #f0f0f0;
}

.desc h2 {
	margin					: 14px 0 0 0;
	padding					: 0 0 0 0;
	font-size				: 18px;
	color						: #38a6f7;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   TABLES
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table {
	margin					: 0 auto;
}

table td.field {
	color						: #c5c5c5;
	line-height			: 20px;
}

table td.field-desc {
	text-align			: right;
}

table.padded td {
	padding					: 5px;
}

table#contact {
	margin					: 15px 0 0 0;
	width						: 100%;
}

table#contact tr {
	background			: url('../images/dividing-line.png') repeat-x 0 100%;
}

table#contact tr:last-child {
	background			: none;
}

table#contact tr td {
	padding					: 14px 10px;
}

table#contact td.field-desc {
	width						: 100px;
}

#contact-form table {
	border-collapse	: separate;
	border-spacing	: 15px;
}

table#skills {
	margin					: 0 auto 0 25px;
	width						: 260px;
	border-collapse	: separate;
	border-spacing	: 5px;
}

table#skills td {
	line-height			: 20px;
	height					: 28px;
}

table#skills .stars {
	width						: 102px;
	background			: url('../images/stars.png') no-repeat 0 50%;
}

table#skills .s4 { background-position: -102px 50%; }
table#skills .s3 { background-position: -204px 50%; }
table#skills .s2 { background-position: -306px 50%; }
table#skills .s1 { background-position: -408px 50%; }


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   FONTS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content p {
	margin					: 0 0 10px 0;
	text-align			: justify;
	line-height			: 20px;
}

p.welcome {
	font-size				: 14px;
	font-family			: Georgia;
	font-style			: italic;
	text-align			: left !important;
}

small {
	font-family			: Verdana, Arial, sans-serif;
	font-size				: 11px;
}

big {
	font-size				: 17px;
}

q {					/* Cytat zagnieżdżony */
}

blocquote {	/* Cytat blokowy */
}

cite {			/* Źródło cytatu */
}

abbr {			/* Skrót */
	border-bottom		: 1px dashed #383837;
	cursor					: help;
	letter-spacing	: 1px;
}

code {			/* Kod programu */
}

dfn {				/* Definicja */
}

strong {
	font-weight			: bold;
}

em {
	
}

kbd {
	
}

dl {
	margin					: 15px 0 0 0;
	line-height			: 20px;
}

dt {
	margin					: 10px 0 0 0;
	font-size				: 15px;
	font-family			: Georgia;
	font-style			: italic;
	color						: #a8a8a8;
}

dd {
	margin					: 5px 0 0 0;
	padding					: 0 0 10px 30px;
	text-align			: justify;
	background			: url('../images/dividing-line.png') repeat-x 0 100%;
	line-height			: 20px;
}

.portfolio-item strong {
	font-weight			: normal;
	font-size				: 14px;
}

.portfolio-item em {
	font-size				: 14px;
	font-style			: normal;
	color						: #5d5c5c;
}

.contact-row span {
	display					: block;
	padding					: 15px 0 15px 90px;
}

ul li strong {
	
}

.error {
	color						: #ff1d1d;
}



 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   LINKS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a {
	text-decoration	: none;
	color						: #5baed9;
}
a:hover {
	text-decoration	: underline;
	color						: #fff;
}

a#logo {
	display					: block;
	float						: left;
	width						: 250px;
	height					: 100%;
}
a#logo * {
	display					: none;
}

#footer a {
	color						: #355a6d;
}
#footer a:hover {
	color						: #5baed9;
	text-decoration	: none;
}

#footer ul li a {
	display					: block;
	padding					: 8px 0 9px 40px;
	font-family			: Verdana, sans-serif;
	font-size				: 11px;
}
#footer ul li a:hover {
	text-decoration	: none;
}

ul.menu li a {
	display					: block;
	font-family			: Verdana, sans-serif;
	font-size				: 11px;
}

ul.menu li a:hover {
	text-decoration	: none;
}

a.ico16				{ background: url('../images/ico16-sprite.png') no-repeat 10px 0; }
a.facebook		{ background-position: 10px -30px; }
a.twitter			{ background-position: 10px -60px; }
a.digart			{ background-position: 10px -90px; }
a.deviantart	{ background-position: 10px -120px; }
a.wtw					{ background-position: 10px -150px; }
a.foobar			{ background-position: 10px -180px; }
a.dropbox			{ background-position: 10px -210px; }
a.wdw					{ background-position: 10px -240px; }
a.wdd					{ background-position: 10px -270px; }
a.abduzeedo		{ background-position: 10px -300px; }

ul#type-select li a {
	margin					: 0 2px;
	padding					: 4px 8px 5px 8px;
	background			: url('../images/small-btn-back.jpg') repeat-x 0 0;
	border-radius		: 6px;
	-webkit-border-radius	: 6px;
	-khtml-border-radius	: 6px;
	-moz-border-radius		: 6px;
	color						: #c8c8c8;
	text-shadow			: #000 -1px -1px 2px;
}

ul#type-select li a:hover {
	text-decoration: none;
	color						: #fff;
}

ul#type-select li.active a {
	background			: url('../images/small-btn-back.jpg') repeat-x 0 100%;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   LISTS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#new-projects {
	position				: relative;
	margin					: 85px 0 0 66px;
	width						: 440px;
	height					: 220px;
	background			: url('../images/loader-dark.gif') no-repeat 50% 50%;
}

ul#new-projects li {
	display					: none;
  position				: absolute;
  top							: 0;
  left						: 0;
}

ul#new-projects li.active {
	display					: block;
}

#footer ul {
	margin					: 0 10px;
	width						: 205px;
}

#footer ul li {
	display					: block;
	background			: url('../images/dividing-line.png') repeat-x 0 100%;
}

#footer ul li:last-child {
	background			: none;
}

#footer ul.left {
	float						: left;
}

#footer ul.right {
	float						: right;
}

ul.regular {
	line-height			: 20px;
}

ul.regular li {
	margin					: 0 0 5px 0;
	padding					: 0 0 0 35px;
	background			: url('../images/pointer1.png') no-repeat 10px 7px;
}

ul#type-select {
	width						: 320px;
	margin					: 30px 0 0 0;
	padding					: 5px 2px 6px 2px;
	border-radius		: 8px;
	-webkit-border-radius	: 8px;
	-khtml-border-radius	: 8px;
	-moz-border-radius		: 8px;
	background			: #111110;
	border-top			: 1px solid #0c0c0b;
	border-left			: 1px solid #0c0c0b;
	border-bottom		: 1px solid #333332;
	border-right		: 1px solid #333332;
	text-align			: center;
}

ul#type-select li {
	display					: inline;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   DYNAMIC ELEMENTS (fading)
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.fade {
	display					: block;
	overflow				: hidden;
	width						: 100%;
	height					: 100%;
}
.fade * {
	display					: none;
}

.fade span.hover {
	display					: block;
	height					: 100%;
	cursor					: pointer;
}


 /*** MAIN MENU ***/

ul#main-menu {
	float						: right;
	margin					: 23px 0 0 0;
	width						: 450px;
	height					: 40px;
	background			: url('../images/main-menu.jpg') no-repeat 0 0;
}

#main-menu li {
	display					: block;
	float						: left;
	height					: 100%;
}

#main-menu li.portfolio	{ width: 134px; }
#main-menu li.about-me	{ width: 113px; }
#main-menu li.contact		{ width: 113px; }
#main-menu li.blog			{ width: 90px; }

#main-menu li.portfolio a.fade span.hover { background : url('../images/main-menu.jpg') no-repeat 0 -40px; }
#main-menu li.about-me	a.fade span.hover { background : url('../images/main-menu.jpg') no-repeat -134px -40px; }
#main-menu li.contact		a.fade span.hover { background : url('../images/main-menu.jpg') no-repeat -247px -40px; }
#main-menu li.blog			a.fade span.hover { background : url('../images/main-menu.jpg') no-repeat -360px -40px; }


 /*** PROJECTS NAVIGATION ***/

ul#projects-nav {
	margin					: 39px 0 0 390px;
	width						: 90px;
	height					: 40px;
}

ul#projects-nav li {
	display					: block;
	float						: left;
	width						: 30px;
	height					: 29px;
}

ul#projects-nav li.prev { margin : 7px 4px 0 5px; }
ul#projects-nav li.next { margin : 7px 4px 0 17px; }

ul#projects-nav li.prev span.hover { background : url('../images/projects-nav.jpg') no-repeat 0 0; }
ul#projects-nav li.next span.hover { background : url('../images/projects-nav.jpg') no-repeat 100% 0; }


 /*** PROJECT THUMBNAIL ***/

.portfolio-item .thumbnail a span.hover {
	background		: url('../images/project-thumbnail-hover.png') no-repeat 0 0;
}


 /*** NAVIGATE BUtTONS ***/

ul.navigate {
	margin					: 0 auto;
	width						: 100px;
	height					: 32px;
	background			: url('../images/buttons-navigate.png') no-repeat 0 0;
}

ul.navigate li {
	display					: block;
	float						: left;
	width						: 50%;
	height					: 100%;
}

ul.navigate li.prev a span.hover { background : url('../images/buttons-navigate.png') no-repeat 0 100%; }
ul.navigate li.next a span.hover { background : url('../images/buttons-navigate.png') no-repeat 100% 100%; }


 /*** PROJECT SMALL HOVER ***/

#project-small-preview a.fade span.hover {
	background			: url('../images/project-small-hover.png') no-repeat 50% 50%;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   FORMS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

input[type=text], input[type=password], textarea {
	padding					: 5px;
	background			: #181817;
	border-top			: 1px solid #0c0c0b;
	border-left			: 1px solid #0c0c0b;
	border-bottom		: 1px solid #333332;
	border-right		: 1px solid #333332;
	color						: #777777;
	border-radius		: 7px;
	-webkit-border-radius	: 7px;
	-khtml-border-radius	: 7px;
	-moz-border-radius		: 7px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background			: #111110;
	border-top			: 1px solid #000;
	border-left			: 1px solid #000;
}

#contact-form form {
	margin					: 0 0 0 0;
}

#contact-form form input {
	width						: 250px;
}

#contact-form form textarea {
	width						: 250px;
	height					: 100px;
}

button {
	padding					: 0 0 0 0;
	width						: 130px;
	height					: 32px;
	background			: url('../images/button-normal.png') no-repeat 0 0;
	color						: #fff;
	cursor					: pointer;
	border					: none;
	font-family			: 'Titillium Regular', 'Myriad Pro', Arial, sans-serif;
	font-size				: 15px;
}

button:hover {
	color						: #5baed9;
}

button:active {
	padding					: 7px 0 5px 0;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   IMAGES
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   ALIGNMENTS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.centered {
	text-align			: center !important;
}

.toleft {
	text-align			: left !important;
}

.toright {
	text-align			: right !important;
}


 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   OTHERS
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content hr {
	border					: 0;
	border-bottom		: 1px solid #2f2f2e;
	border-top			: 1px solid #000;
}

br.breaker {
	clear						: both;
}

 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   LIGHTBOX
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#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;
}

#lightbox-container-image-box {
	position				: relative;
	background			: #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			: #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;	
}



