﻿
/* ******************** RESET BROWSERS' DEFAULT CSS START ******************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img
{ 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
ol,ul
{
	list-style:none;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after
{
	content:'';
}
abbr,acronym
{
	border:0;
}

/* ******************** RESET BROWSERS' DEFAULT CSS END ******************** */

*
{
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:100%;
}

html
{
	height:100%;
}

body
{
	background:url("../_img/bkg_body.jpg") repeat-x #32363b;
	font-size:11px;
	height:100%;
}

h1, h2, h3, h4, h5, h6
{
	font-family:'Trebuchet MS';
	font-family:'Courier New';
}

h1
{
	color:#039;
	font-size:1.8em;
	letter-spacing:1px;
	font-weight:bold;
	margin:5px 0 15px 0;
}
h2
{
	color:#4d71b8;
	font-size:1.6em;
	font-weight:bold;
	margin:20px 0 5px 0;
}
h3
{
	color:#839ccd;
	font-size:1.45em;
	margin:15px 0 0 0;
	font-weight:bold;
}
h4
{
	color:#839ccd;
	font-size:1.2em;
	font-style:italic;
	border-top:1px solid #ccd6eb;
}
p, th, td
{
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:10px;
	font-size:1em;
	line-height:1.5em;
	color:#333;
}

a.text
{
	font-size:inherit;
	color:#039;
	border-bottom:1px dotted #c30;
	text-decoration:none;
}

a.text:hover
{
	border-bottom:1px solid #c30;
}

p a.text, th a, td a, div.pnl_oops a.text, div.pnl_done a.text, #lit_message_oops a.text, #lit_message_done a.text
{
	font-family:Verdana;
}

p b, td b, ul.ps_text li b
{
	font-weight:bold;
	color:#039;
	font-family:Verdana;
}
input, label
{
	font-family:Verdana;
}
ul.text
{
	padding-left:50px;
	margin-bottom:10px;
}
ul.text li
{
	background:url("../_img/ul_bullet.jpg") no-repeat 0px 4px;
	padding-left:15px;
	font-family:Verdana;
	color:#333;
	line-height:1.5em;
}

div.hr
{
	display:block;
	background:url("../_img/bkg_hr.jpg") repeat-x;
	height:13px;
	/*margin:30px 0 20px 0;*/
	margin:5px 0px;
	clear:both;
}
/* ********** GALLERY + THUMBNAILS START ********** */
div.gallery
{
	text-align:center;
}
a.thumbnail
{
	text-decoration:none;
}
a.thumbnail img.thumb_img
{
	border:1px solid #6c7075;
}
a.thumbnail:hover img.thumb_img
{
	border:1px solid #333;
}
a.thumbnail img.thumb_mag
{
	background:url("../_img/thumbnail_magnify1.png") no-repeat bottom right;
}
a.thumbnail:hover img.thumb_mag
{
	background:url("../_img/thumbnail_magnify2.png") no-repeat bottom right;
}
/* ********** GALLERY + THUMBNAILS END ********** */
	
.button
{
	width:230px;
	height:19px;
	background:url("../_img/btn_230_1.gif") no-repeat;
	color:#fff;
	cursor:pointer;
}

.button:hover
{
	background:url("../_img/btn_230_2.gif") no-repeat;
}

.input_text
{
	width:225px;
	color:#036;
	border:1px solid #85a1bc;
	padding:1px;
}
textarea
{
	color:#036;
	border:1px solid #85a1bc;
	padding:1px;
	margin-right:10px;
}

.required
{
	border-right:3px solid #c00;
}
.not_required
{
	margin-right:2px;
}

span.span_validator_master
{
	padding:9px 0px 5px 20px;
	color:#fc0;
	line-height:19px;
	background:url("../_img/validator_bkg.png") no-repeat 2px 7px;
}
span.span_validator
{
	padding:1px 1px 1px 17px;
	color:#f00;
	line-height:19px;
	background:url("../_img/validator_bkg.png") no-repeat;
}
div.pnl_done
{
	padding:5px 5px 5px 22px;
	color:#036;
	margin:5px 0 5px 0;
	border:1px solid #fc0;
	background:url("../_img/done_bkg.png") no-repeat 4px 4px #ffc;
}
div.pnl_oops
{
	padding:5px 5px 5px 22px;
	color:#036;
	margin:5px 0 5px 0;
	border:1px solid #900;
	background:url("../_img/oops_bkg.png") no-repeat 4px 4px #ffeaea;
}

#price_hint
{
	position:absolute;
	display:none;
	padding:3px;
	border:1px solid #333;
	background:#ffc;
	z-index:100;
}

div.clr
{
	clear:both;
}

div.simplemodal_container
{
	height:25px;
	margin-bottom:10px;
}
a.simplemodal
{
	float:left;
	background:url("../_img/btn_140_1.jpg") no-repeat;
	width:140px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-family:Verdana;
}
a.simplemodal:hover
{
	background:url("../_img/btn_140_2.jpg") no-repeat;
}

/* ****************************** BODY ****************************** */

#container
{
	width:820px;
	margin: 0 auto;
	position:relative;
	padding-bottom:80px;	/* the height of the footer; footer height=100, footer top=80;*/
}

#grafx_label
{
	width:100%;
	height:50px;
}
#grafx_label div
{
	margin:0 auto;
	width:820px;
	height:50px;
}
#grafx_label div a
{
	float:right;
	display:block;
	background:url("../_img/bkg_grafx_label.jpg") no-repeat bottom center;
	width:100px;
	height:50px;
	text-indent:-10000px;
}
#label_link
{
	position:fixed;
	left:-100px;
	top:-100px;
	width:85px;
	height:45px;
	background:url("../_img/bkg_grafx_label_left.jpg") no-repeat;
	text-indent:-10000px;
}

/*     ***** CONTENT MIDDLE START *****     */

#container_middle
{
	position:relative;
	top:80px;
	display:block;
	width:820px;
	background:url("../_img/bkg_container.jpg") repeat-y;
}

#content
{
	margin:0 10px;
	width:800px;
	background:url("../_img/bkg_content.jpg") repeat-x #fff top left;
}

#content_gradients
{
	background:url("../_img/bkg_content_gradients.jpg") no-repeat;
	position:absolute;
	top:0;
	left:37px;
	width:234px;
	height:80px;
}

#languages
{
	width:60px;
	position:absolute;
	right:-50px;
	top:10px;
}
#languages a.toggle_to_ro, #languages a.toggle_to_en
{
	display:block;
	width:60px;
	height:19px;
	text-indent:-10000px;
	margin-bottom:3px;
	display:none;
	background:url("../_img/lang_ro.jpg") no-repeat;
}
#languages a.toggle_to_en
{
	background:url("../_img/lang_en.jpg") no-repeat;
}

#content_main
{
	position:relative;
	left:0;
	right:0;
	padding:20px 0;
	margin:0 30px;
}

/*     ***** CONTENT MIDDLE END *****     */

/*     ***** HEADER START *****     */

#container_header
{
	position:absolute;
	top:0px;
	display:block;
	height:80px;
	width:820px;
	background:url("../_img/bkg_header.jpg") repeat-x;
}

#container_header #logo
{
	background:url("../_img/bkg_logo.jpg") no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:80px;
	text-indent:-10000px;
}

#container_header ul
{
	position:absolute;
	right:0;
	top:0;
	height:80px;
	background:url("../_img/bkg_navigation.jpg") no-repeat right top;
	padding-right:15px;
}

#container_header ul li
{
	display:inline;
	float:left;
	text-align:center;
	position:relative;
	font-family:"Courier New", Verdana, Sans-Serif;
}

#container_header ul li b		/* only used to set the width of the list item */
{
	padding:10px;
	color:#999;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	visibility:hidden;
	font-family:"Courier New", Verdana, Sans-Serif;
}

#container_header ul li span
{
	position:absolute;
	top:-65px;
	left:0;
	height:56px;
	background:url("../_img/bkg_navigation_hover2.jpg") no-repeat center top;
}

#container_header ul li a
{
	position:absolute;
	top:0;
	left:0;
	line-height:45px;
	padding:10px;
	color:#ccc;
	font-size:12px;
	text-decoration:none;
	font-family:"Courier New", Verdana, Sans-Serif;
}

#container_header ul li a:hover
{
	color:#fff;
}



/*     ***** HEADER END *****     */

/*     ***** FOOTER START *****     */

#container_footer
{
	position:relative;
	top:80px;
	display:block;
	height:100px;
	width:820px;
	background:url("../_img/bkg_footer.jpg") repeat-x #32363b;
}

#container_footer span, #container_footer a
{
	color:#666;
	padding:20px 0 20px 0;
}

#container_footer #footer_left		/* span */
{
	position:absolute;
	top:0;
	left:0;
	background:url("../_img/bkg_footer_left.jpg") no-repeat top left;
}
#container_footer #footer_right		/* a */
{
	position:absolute;
	top:0;
	right:0;
	background:url("../_img/bkg_footer_right.jpg") no-repeat top right;
	text-decoration:none;
}
#container_footer #footer_right:hover		/* a.hover */
{
	color:#999;
}

/*     ***** FOOTER END *****     */


/*     ***** HOME PAGE START *****     */

#large_img
{
	display:block;
	height:200px;
	background:url("../_img/large1.jpg") no-repeat center center;
	position:relative;
	margin-top:10px;
}
#large_img h2
{
	position:absolute;
	top:10px;
	left:400px;
	color:#fff;
	letter-spacing:1px;
	font-weight:normal;
	font-size:1.8em;
}
#large_img p
{
	position:absolute;
	top:75px;
	left:400px;
	width:300px;
	color:#fff;
	
	font-size:13px;
	line-height:19px;
}
#large_img p i
{
	padding-top:10px;
	color:#ccc;
	display:block;
	text-align:right;
}
#large_img a.button
{
	position:absolute;
	bottom:31px;
	right:31px;
	background:url("../_img/btn1.png") no-repeat;
}
#large_img a.button:hover
{
	background:url("../_img/btn2.png") no-repeat;
}


#home_page_ul
{
	float:left;
	margin:0 auto;
	text-align:center;
	width:740px;
	background:url("../_img/bkg_home_page_ul.gif") repeat-y #fff;
}

#home_page_ul li
{
	float:left;
	display:inline;
	width:25%;
	text-align:center;
	padding-top:110px;
}
#home_page_ul > li:first-child
{
	/*border-left:1px solid #ccd6eb;*/
}

#home_page_ul li em
{
	display:block;
	width:149px;
	margin:0 auto;
	margin-top:-110px;
	height:110px;
}

#home_page_ul li h2
{
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#039;
}

#home_page_ul li ul li
{
	float:none;
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border:none;
}

#home_page_ul li ul li a
{
	display:block;
	width:170px;
	padding:2px 5px;
	border-left:5px solid transparent;
	margin:0px;
	text-decoration:none;
	color:#039;
	color:#333;
}

#home_page_ul li ul li a:hover
{
	border-left:5px solid #ccd6eb;
	color:#4d71b8;
	color:#039;
	/*background:url("../_img/home_link_bkg.jpg") no-repeat right center;*/	/* no more right arrow */
}


/*     ***** HOME PAGE END *****     */

/*     ***** DESPRE NOI START *****     */

div.istoric
{
	width:55%;
	float:left;
}
div.istoric *, div.istoric div.hr
{
	margin-right:10px;
}
div.istoric p em
{
	color:#039;
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
}
div.premii
{
	width:42%;
	float:right;
	border-left:1px solid #ccd6eb;
	/*padding-left:10px;
	margin-left:10px;*/
	margin-bottom:30px;
	position:relative;
}
div.referinte
{
	float:left;
	clear:both;
	width:100%;
	/*border-top:1px solid #ccd6eb;*/
	padding-top:0px;
	margin-top:0px;
	position:relative;
}
div.referinte div.referinte_left, div.referinte div.referinte_right
{
	width:55%;
	float:left;
}
div.referinte div.referinte_right
{
	width:42%;
	position:absolute;
	right:0;
	bottom:0;
}
div.referinte a.clienti_handle_up, div.referinte a.clienti_handle_down
{
	display:block;
	text-indent:-10000px;
	width:311px;
	height:20px;
	background:url("../_img/despre_noi_rc_handle_up1.jpg") no-repeat;
}
div.referinte a.clienti_handle_down
{
	background:url("../_img/despre_noi_rc_handle_down1.jpg") no-repeat;
}
div.referinte a.clienti_handle_up:hover
{
	background:url("../_img/despre_noi_rc_handle_up2.jpg") no-repeat;
}
div.referinte a.clienti_handle_down:hover
{
	background:url("../_img/despre_noi_rc_handle_down2.jpg") no-repeat;
}
div.referinte div.clienti_container
{
	display:block;
	position:relative;
	width:311px;
	height:100px;
	overflow:hidden;
}
div.referinte div.clienti_container ul.clienti
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	display:block;
	background:url("../_img/despre_noi_rc_ul.jpg") repeat-y #fff;
}
div.referinte div.clienti_container ul.clienti li
{
	display:block;
	line-height:20px;
	height:20px;
	font-family:Verdana;
	text-align:center;
}

/*     ***** DESPRE NOI END *****     */

/*     ***** CONTACT & PRETURI START *****     */

.input_text
{
	width:197px;	/* 200 - 3px border right */
	font-family:Verdana;
	border:1px solid #85a1bc;
	padding:2px;
	color:#333;
}
textarea
{
	font-family:Verdana;
	border:1px solid #85a1bc;
	padding:2px;
	margin-right:0px;
	color:#333;
}
.required
{
	border-right:3px solid #c00;
}
div.errors, div.pnl_oops, #lit_message_oops
{
	padding:5px 5px 5px 75px;
	color:#333;
	margin:5px 0 5px 0;
	border:1px solid #c00;
	background:url("../_img/bkg_msg_oops.jpg") no-repeat 4px 4px #ffeaea;
	height:68px;
	font-family:Verdana;
}
div.errors ul li
{
	display:block;
	color:#333;
	font-family:Verdana;
}
div.pnl_done, #lit_message_done
{
	padding:5px 5px 5px 75px;
	color:#333;
	margin:5px 0 5px 0;
	border:1px solid #fc0;
	background:url("../_img/bkg_msg_done.jpg") no-repeat 4px 4px #ffc;
	height:68px;
	line-height:68px;
	font-family:Verdana;
}
div.contact_left
{
	width:32%;
	float:left;
}
div.contact_left td
{
	vertical-align:top;
	padding-bottom:5px;
}
div.contact_left td.contact_info
{
	padding-left:10px;
}
div.contact_right
{
	width:65%;
	float:right;
	border-left:1px solid #ccd6eb;
	padding-left:10px;
	margin-left:10px;
	position:relative;
}
div.full_width
{
	width:100%;
	float:left;
}
a.button
{
	display:block;
	width:200px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:url("../_img/btn1.jpg") no-repeat;
	color:#fff;
	text-decoration:none;
}
a.button:hover
{
	background:url("../_img/btn2.jpg") no-repeat;
}
table.contact_form
{
	width:400px;
}
table.contact_form td
{
	padding:2px;
}
table.preturi_form
{
	width:100%;
	padding:5px;
	border:1px solid #ccd6eb;
	/*border-top:none;*/
	display:none;
}
.preturi_options_chkbox		/* checkboxes */
{
	display:block;	
}
.invalid
{
	background:url("../_img/bkg_invalid_input.jpg") no-repeat left center;
	padding-left:23px;
}
.invalid:focus
{
	background:url("../_img/bkg_invalid_input.jpg") no-repeat left center #dae3eb;
}

/* PRETURI OFERTA START */
#ps_right a.oferta
{
	display:block;
	margin:0 0 10px 10px;
	width:160px;
	text-decoration:none;
	color:#039;
	cursor:pointer;
}
#ps_right a.oferta *
{
	cursor:pointer;
}
p.oferta_time_span
{
	color:#4d91b8;
	color:#839ccd;
	font-style:italic;
	position:relative;
	top:-15px;
	font-size:1.2em;
}

table.oferta
{
	width:100%;
	border:0px solid #ccd6eb;
}
table.oferta td
{
	padding:5px;
	border-bottom:1px solid #fff;
}
table.oferta td.table_header
{
	color:#fff;
	background:url("../_img/bkg_table_oferta_blue.jpg") top right repeat-y #369;
	border-bottom:3px solid #fff;
	font-weight:bold;
	font-size:1.1em;
}
table.oferta td.white
{
	color:#333;
	background:url("../_img/bkg_table_oferta_white.jpg") top left repeat-y #f1f5f8;
	border-bottom:1px solid #fff;
}
table.oferta td.blue
{
	color:#fff;
	font-weight:bold;
	background:url("../_img/bkg_table_oferta_blue.jpg") top right repeat-y #369;
	border-bottom:1px solid #ccd6eb;
}
table.oferta td.table_footer
{
	color:#999;
	font-style:italic;
}

/* PRETURI OFERTA END */

/*     ***** CONTACT END *****     */

/*     ***** PRODUSE SI SERVICII START *****     */

#ps_left
{
	width:550px; /* 740-180(right)-10marginRight /* 740px full width */
	width:530px;
	float:left;
	position:relative;
	padding-bottom:10px;
}
#ps_right
{
	width:180px;
	float:right;
	border-left:1px solid #ccd6eb;
	position:relative;
}

#ps_right_column
{
	margin-top:50px;
	width:180px;
	text-align:center;
	padding-top:110px;
	margin-left:14px;
	background-color:#f00;
}
#ps_right_column h2 
{
	margin:0 0 20px 0;
	font-size:1.2em;
	color:#4d71b8;
}
#ps_right_column h2 b
{
	color:#039;
	display:block;
	font-family:'Courier New';
}
#ps_right_column ul li
{
	float:none;
	display:block;
	width:180px;
	margin:0px;
	padding:0px;
	text-align:left;
	border:none;
}
#ps_right_column ul li a
{
	display:block;
	width:168px;	/* used to be or SHOULD be 170px, but in IE6 it gets screwed up */
	padding:2px 5px;
	border-left:5px solid transparent;
	margin:0px;
	text-decoration:none;
	color:#039;
	color:#333;
	text-align:center;
	
	position:relative;
	left:-14px;
	padding-left:14px;
}
#ps_right_column ul li a:hover
{
	border-left:5px solid #ccd6eb;
	color:#4d71b8;
	color:#039;
	background:url("../_img/home_link_bkg.jpg__") no-repeat right center;	/* no more arrow */
}
#ps_right_column ul li a.selected
{
	border:1px solid #ccd6eb;
	border:1px solid #dfe6f2;
	border-left:1px solid #fff;
	color:#039;
	
	left:-15px;
	padding-left:15px;
}

ul.ps_text, ul.ps_text li ul
{
	padding-left:10px;
	margin-bottom:10px;
}
ul.ps_text li, ul.ps_text li ul li
{
	background:url("../_img/ul_bullet.jpg") no-repeat 0px 4px;
	padding-left:15px;
	font-family:Verdana;
	color:#333;
	line-height:1.5em;
}
ul.ps_text li ul li
{
	background:url("../_img/ul_bullet_lighter.jpg") no-repeat 0px 4px;
}
p.p_ps
{
	float:left;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	width:100%;
}
p.p_ps a.thumbnail
{
	float:right;
}
ul#ps_servicii
{
	margin-top:20px;
}
ul#ps_servicii li
{
	display:block;
	min-height:100px;
	padding-left:110px;
}
ul#ps_servicii li h3
{
	/*font-size:1.38em;*/
}
/*     *** WEB CREATION ***     */
#portfolio
{
	float:left;
	width:530px;
	height:240px;
	background:url('../_img/ps_wc/slide_large.jpg') no-repeat;
	position:relative;
}
#portfolio h1
{
	position:relative;
	left:20px;
	top:20px;
	display:block;
	width:215px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size:18px;
	font-weight:normal;
}
#portfolio p
{
	position:relative;
	left:20px;
	top:20px;
	display:block;
	width:215px;
	color:#fff;
}
#portfolio p b
{
	color:#fff;
	font-weight:bold;
}
#portfolio #portfolio_left, #portfolio #portfolio_right
{
	position:absolute;
	width:33px;
	height:40px;
	text-decoration:none;
	text-indent:-10000px;
	top:138px;
	left:207px;
	background:url("../_img/ps_wc/slide_btn_left0.jpg") no-repeat;
}
#portfolio #portfolio_right
{
	background:url("../_img/ps_wc/slide_btn_right0.jpg") no-repeat;
	top:138px;
	left:488px;
}
#portfolio #portfolio_left:hover
{
	background:url("../_img/ps_wc/slide_btn_left1.jpg") no-repeat;
}
#portfolio #portfolio_right:hover
{
	background:url("../_img/ps_wc/slide_btn_right1.jpg") no-repeat;
}
#portfolio #portfolio_list_container
{
	position:absolute;
	top:34px;
	left:256px;
	width:216px;
	height:143px;
	overflow:hidden;
	z-index:1;
}
#portfolio #portfolio_list_container ul
{
	position:relative;
	top:0;
	left:0;
	height:143px;
}
#portfolio #portfolio_list_container ul li
{
	display:inline;
	float:left;
	width:216px;
	height:143px;
	position:relative;
	color:#fff;
	font-size:2em;
}

#portfolio #portfolio_list_container ul li span
{
	position:absolute;
	bottom:0;
	left:0;
	width:216px;
	height:21px;
	display:block;
	background:url("../_img/ps_wc/slide_screen_btm.gif") repeat-x;
	line-height:22px;
	color:#999;
	font-size:12px;
	font-weight:bold;
	text-indent:4px;
	letter-spacing:2px;
	display:none;
}

#portfolio_project
{
	float:left;
	width:530px;
	position:relative;
	margin-bottom:30px;
}
#portfolio_project #portfolio_ajax_load
{
	position:relative;
	top:0;
	left:0;
	background:url("../_img/lightbox/lightbox-ico-loading.gif") no-repeat center bottom;
	width:530px;
	height:100px;
}

#portfolio_project #portfolio_project_content
{
	position:relative;
	top:-100px;	/* the height of the loading div */
	background:#fff;
	width:530px;
}
#portfolio_project #portfolio_project_content table
{
	width:100%;
}
#portfolio_project #portfolio_project_content table td
{
	padding:3px 7px;
	vertical-align:top;
	background:url("../_img/portfolio_table_bkg2.gif") repeat-x #dce0e7 top left;
	width:100%;
}
#portfolio_project #portfolio_project_content table td.col_header
{
	font-weight:bold;
	background:url("../_img/portfolio_table_bkg1.gif") repeat-x #cbd1dc top left;
	width:10%
}
/*     ***** PRODUSE SI SERVICII END *****     */


/*    ***** 404 START *****     */
#progress_bar
{
	margin:30px 0 10px 0;
	display:block;
	position:relative;
	width:740px;
	height:3px;
	background:#dedede;
}
#progress_bar #progress_bar_inside
{
	position:absolute;
	top:1px;
	left:1px;
	height:1px;
	width:738px;
	background:url("../_img/bkg_hr.jpg");
}
#progress_bar #progress_bar_white
{
	position:absolute;
	top:1px;
	right:1px;
	height:1px;
	width:738px;
	background:#fff;
}
/*    ***** 404 END *****     */


  
  


/*     ***** LIGHTBOX START *****     */
/**
 * 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 CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/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; color:#666; }
#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: 10px 10px 0 10px;
	border-bottom:1px dotted #dedede;
}
#lightbox-container-image-data {
	padding:0;
	color:#666;
}
#lightbox-container-image-data #lightbox-image-details { 
	width:70%;
	float:left;
	text-align:left;
}	
#lightbox-image-details-caption 
{
	font-weight:bold;
	font-size:12px;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	font-size:9px;
	font-family:Verdana, Arial, Sans-Serif;
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width:25px;
	float:right;
	margin-bottom:10px;
}
/*     ***** LIGHTBOX END *****     */





