body {
	margin: 0px auto 0 auto;
}

a, a:visited, a:hover {
	outline: none !important;
	color: #666666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#header_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px !important;
	width: 980px;
}

#header {
	z-index: 1;
	margin: 0 auto;
	position: relative;
	/*top: -40px; laurens 22/07/2010*/
	top: 0px;
}

.base {
	margin: 0 auto;
	position: relative;
	width: 954px;
	background-color: transparent;
}

#base_venue .base {
	width: 980px;
}

.base_wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background: url('../images/wrapper_bg.jpg') repeat-y center top;
	padding: 0px !important;
}

#base_home.base_wrapper {
	/*margin-top: -29px !important; laurens 22/07/2010*/
	margin-top: 11px;
}

#footer_wrapper {
	position: relative;
	margin: 3px auto 0;
	width: 980px;
	background: url('../images/footer_bg.jpg') repeat-y center top;
	padding: 0px !important;
	height: 382px;
}

#footer {
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 954px;
	padding-top: 14px;
}
	#footer .venue_block {
		width: 238px;
		padding-bottom: 15px;
		float: left;
	}

	#footer .venue_block a.venue_name {
		background: url('../images/footer_arrow.png') no-repeat 0px 0px;
		display: block;
		height: 14px;
		width: auto;
		text-decoration: none;
		font: bold 14px arial;
		color: #000000;
		padding-left: 20px;
		padding-right: 0px;
		float: left;
	}
	
	#footer .venue_block a.mapview {
		font: italic 11px arial;
		float: left;
		line-height: 17px;
		margin-left: 15px;
		color: #999999;
		text-decoration: none;
	}
	
	#footer .venue_block a.mapview:hover {
		text-decoration: underline;
	}
	
	#footer .venue_block .address {
		padding-top: 10px;
		line-height: 16px;
		font: normal 11px arial;
		color: #999999;
	}
	
	#footer .bar {
		background: url('../images/footer_bar.png') no-repeat left top;
		width: 940px;
		height: 71px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	
	#footer .bar .address {
		width: 230px;
		float: left;
		margin-top: 20px;
		font: normal 11px arial;
		color: #FFFFFF; 
	}
	
	#footer .bar .address.first {
		padding-left: 238px;
	}
	
	#footer .bar .address.last {
		text-align: right;
		width: 200px;
		margin-right: 30px;
	}
	
	#footer .bar .address a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer .bar .address a:hover {
		text-decoration: underline;
	}
	
	#footer .bottom_line {
		width: 954px;
		height: 20px;
		font: normal 12px arial;
		color: #999999;
	}
	
	#footer .bottom_line .copyright {
		float: left;
		padding-left: 238px;
		width: 228px;
	}
	
	#footer .bottom_line .copyright span {
		float: left;
	}
	
	#footer .bottom_line .copyright a.facebook {
		margin-left: 10px;
		float: left;
		width: 14px;
		height: 14px;
		display: block;
		text-indent: -9999px;
		background: url('../images/facebook.png') no-repeat left top;
	}

	#footer .bottom_line .links {
		float: left;
		width: 238px;
	}
	
	#footer .bottom_line .links a, #footer .bottom_line .website a {
		color: #333333;
		text-decoration: none;
	}
	
	#footer .bottom_line .links a:hover, #footer .bottom_line .website a:hover {
		text-decoration: underline;
	}
	
	#footer .bottom_line .website {
		float: right;
		margin-right: 56px;
	}


html {
	background-color: #000000;
}


#top_nav_wrapper {
	position: absolute;
	width: 980px;
	height: 40px;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	z-index: 39;
}

#top_nav {
	position: fixed; /*relative*/ 
	z-index: 40;
	background: url('../images/top_nav.png') no-repeat left top;
	height: 40px;
	width: 967px;
	margin: 0 0 0 6px;
}
	#top_nav #logo {
		display: block;
		float: left;
		margin-right: 10px;
	}
	
	#top_nav #logo a {
		display: block;
		text-indent: -9999px;
		width: 135px;
		height: 40px;
	}

	
	#top_nav ul {
		display: inline;
		padding-top: 12px;
		padding-right: 4px;
	}
	
	#top_nav ul.left {
		float: left;
	}
	
	#top_nav ul.right {
		float: right;
	}
	
	#top_nav ul li {
		float: left;
		display: inline;
		padding-left: 4px;
		padding-right: 4px;
		border-left: #47443B 2px solid;
		height: 14px;
	}
	
	#top_nav ul li.first {
		border-left: none !important;
	}
	
	#top_nav ul li a {
		color: #FFFFFF;
		text-decoration: none;
		font-family: arial;
		font-size: 12px;
		line-height: 14px;
		float: left;
	}
	
	#top_nav ul li.grey a {
		color: #DDDDDD;
	}
	
	#top_nav ul li a:hover {
		text-decoration: underline;
	}

#home_slider_prev {
	position: absolute;
	top: 492px;
	left: 20px;
	z-index: 23;
	text-indent: -9999px;
}
#home_slider_prev a {
	display: block;
	background: url('../images/arrow_left.png') no-repeat left top;
	width: 30px;
	height: 30px;
}

#home_slider_next {
	position: absolute;
	top: 492px;
	left: 939px;
	z-index: 23;
	text-indent: -9999px;
}

#home_slider_next a {
	background: url('../images/arrow_right.png') no-repeat left top;
	width: 30px;
	height: 30px;
	display: block;
}

#home_slider {
	position: relative;
	height: 549px;
	width: 980px;
	padding: 0;
	margin: 0 auto;
}


	#home_slider h1 {
		text-indent: -9999px;
	}

	#home_slider .venue_reservation {
		position: relative;
		width: 103px;
		height: 25px;
		top: 459px;
		left: 645px;
		display: block;
		text-indent: -9999px;
	}
	
	#home_slider .venue_address {
		position: relative;
		top: 506px;
		left: 10px;
		font: normal 12px arial;
		line-height: 16px;
		color: #FFFFFF;
		float: left;
	}
	
	#home_slider .venue_address a {
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#home_slider .venue_openhours {
		float: right;
		position: relative;
		top: 506px;
		right: 3px;
		font: normal 10px arial;
		line-height: 16px;
		color: #FFFFFF;
	}
	
	#home_slider li {
		height: 549px;
		width: 980px;
		display: block;
		background-position: center top;
		background-repeat: no-repeat;
		color: #FFFFFF;
	}

	#home_slider .inner_wrapper {
		width: 953px;
		display: block;
		height: auto;
		margin: 0 auto;
	}
	
	#home_slider li.gaia {
		background: url('../images/gaia.jpg');
	}
	
	#home_slider li.vabenne_shanghai {
		background: url('../images/vabenne_shanghai.jpg');
	}
	
	#home_slider li.vabenne {
		background: url('../images/vabenne.jpg');
	}
	
	#home_slider li.zelo {
		background: url('../images/zelo.jpg');
	}
	
	#home_slider li.joia {
		background: url('../images/joia.jpg');
	}
	
	#home_slider li.isola {
		background: url('../images/isola.jpg');
	}
	
	#home_slider li.isobar {
		background: url('../images/isobar.jpg');
	}
	
	#home_slider li.costa {
		background: url('../images/costa.jpg');
	}
	

.c {
	clear: both;
}

a.readmore {
	display: block;
	width: auto;
	padding-left: 18px;
	height: 16px;
	background: url('../images/read_more_arrow.png') no-repeat 0 1px;
	text-decoration: none;
	font: bold 13px arial;
	color: #666666;
}

.homepage_callout {
	width: 318px;
	height: 200px;
	float: left;
}

.homepage_callout .content {
	float: right;
	width: 147px;
	padding-top: 20px;
}

.homepage_callout h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	
}
.homepage_callout h1 a {
	color: #000000;
	text-decoration: none;
}

.homepage_callout h2 {
	color: #969696;
	font-style: italic;
	font-family: georgia;
	font-size: 13px;
	padding-bottom: 14px;
}

.homepage_callout .text {
	color: #999999;
	font-family: arial;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
}

.homepage_callout#column1 {
	background: url('../images/catering_info.jpg') no-repeat left top;
}

.homepage_callout#column2 {
	background: url('../images/promotions.jpg') no-repeat left top;
}

.homepage_callout#column3 {
	background: url('../images/mailinglist.jpg') no-repeat left top;
}


#header_wrapper_small {
	position: relative;
	margin: 0 auto;
	height: 312px;
	width: 980px;
}

#header_small {
	z-index: 1;
	position: relative;
	/*top: -40px; laurens 22/07/2010*/
	top: 0px;
	margin: 0 auto;
	width: 980px;
	height: 312px;
}

#header_small li {
	height: 312px;
	width: 980px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header_small .venue_address {
	position: relative;
	top: 82px;
	left: 20px;
	font: normal 12px arial;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
}

#header_small .venue_openhours {
	float: right;
	position: relative;
	top: 82px;
	right: 20px;
	font: normal 10px arial;
	line-height: 16px;
	color: #FFFFFF;
}

#header_small .venue_address a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#header_small .venue_reservation {
	position: absolute;
	width: 103px;
	height: 25px;
	top: 55px;
	left: 685px;
	display: block;
	text-indent: -9999px;
}


.tabs_wrapper {
	position: relative;
	margin: -42px auto 0;
	width: 980px;
	z-index: 3;
}

.tabs_wrapper .tabs {
	background:none repeat scroll 0 0 transparent;
	margin:0;
	padding:0;
	width:980px;
	float: left;
}

	.tabs_wrapper .tabs ul  {
		list-style: none outside none;
		margin: 0px;
		padding: 10px 10px 0;
	}
	
	.tabs_wrapper .tabs ul li  {
		display: inline;
		margin: 0 0 0 0;
		padding: 0;
		list-style-type:none;
	}
	
	.tabs_wrapper .tabs ul li a  {
		background:url("../images/navigation/bg-np-left.gif") no-repeat scroll 0 -42px transparent;
		float: left;
		margin: 0 5px 0 0;
		padding: 0 0 0 5px;
		text-decoration: none !important;
	}
	
	.tabs_wrapper .tabs ul li a span {
		float: none;
		background: url("../images/navigation/bg-np-right.gif") no-repeat scroll 100% -42px transparent;
		color: #FFFFFF;
		display: block;
		padding: 10px 15px 10px 6px;
		font: bold 13px arial;
		text-transform: uppercase;
	}
	
	.tabs_wrapper .tabs ul li.selected a {
		background-position: left top;
	}
	
	.tabs_wrapper .tabs ul li.selected a span {
		background-position: right top;
		color: #000000;
	}
	
	.tabs_wrapper .tabs ul li a:hover {
		background-position: left top;
	}
	
	.tabs_wrapper .tabs ul li a:hover span {
		background-position: right top;
		color: #000000;
	}





.base div.intro  {
	padding-top:20px;
}

.base div.intro h1 {
	font: bold 20px arial;
	padding-bottom:10px;
	padding-top:10px;
}

.base div.intro .text a {
	text-decoration: none;
}

.base div.intro .text a:hover {
	text-decoration: underline;
}

.base div.intro .text p {
	font: italic 15px/22px georgia;
}

.base .content h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 16px arial;
	color: #000000;
}

.base .content p {
	padding-top: 2px;
	padding-bottom: 15px;
	color: #666666;
	font: 13px/18px arial;
}

.base .content ul {
	padding-left: 15px;
	padding-bottom: 15px;
}

.base .content ul li {
	list-style: disc;
	list-style-position: outside;
	font: normal 13px arial;
	line-height: 18px;
	color: #666666;
}


/* Overview start */
.overview {
	position: relative;
}

.overview .intro {
	height: 250px;
}

.overview .intro .text {
	width: 487px;
	padding-left: 13px;
}

.overview .content {
	float: right;
	padding-right: 13px;
	display: block;
	width: 700px;
	padding-top: 30px;
}

.overview_links {
	float: right;
	padding-right: 13px;
	padding-bottom: 13px;
	display: block;
	width: 700px;
	position: relative;
}

.overview_links .box {
	width: 132px;
	padding-left: 90px;
	height: 163px;
	border: 1px #E0E0E0 solid;
	margin-left: 13px;
	display: block;
	float: left;
	position: relative;
}

.overview_links .box h1 {
	font: bold 14px arial;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 13px;
}

.overview_links .box h2 {
	font: normal 14px georgia;
	font-style: italic;
	color: #3F3F3F;
	padding-bottom: 7px;
	padding-top: 1px;
}

.overview_links .box.staff a.readmore, .overview_links .box.events a.readmore {
	position: absolute;
	bottom: 10px;
}

.overview_links .box.menu a.food {
	position: absolute;
	bottom: 10px;
}

.overview_links .box.menu a.drinks {
	position: absolute;
	bottom: 40px;
}

.overview_links .box p {
	font: normal 13px arial;
	color: #999999;
}

.overview_links .box.first {
	margin-left: 0px !important;
}

.overview_links .box.staff {
	background-position: left bottom !important;
	background-repeat: no-repeat !important;
}

.overview_links .box.events {
	background: url('../images/overview_events.jpg') no-repeat left top;
}

.overview_links .box.menu {
	background: url('../images/overview_menu.jpg') no-repeat left top;
}


/* Overview end */



/* Events start */
.events .intro {
	width: 600px;
	float: left;
}
.events .event_heading {
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px #666666 solid;
	width: 100%;
}
	.events .event_heading .event_name {
		font: normal 15px arial;
		color: #000000;
		float: left;
	}
	
	.events .event_heading .event_date {
		font: italic 15px georgia;
		color: #999999;
		float: left;
		padding-left: 20px;
	}
	
.events .event_pics {
	padding-top: 20px;
	padding-bottom: 10px;
}

.events .event_pics img {
	display: block;
	width: 139px;
	height: 105px;
	border: 1px #C9C9C9 solid;
	background-color: #EEEEEE;
	float: left;
	margin-left: 20px;
}

.events .event_pics img.first {
	margin-left: 0px;
}

.events .content {
	padding-top: 20px;
}

.events .mailinglist {	
	float: right;
	margin-top: 20px;
}
/* Events end */



/* Press start */
.press {
	padding-bottom: 20px;
}

.press .content {
	float: left;
	width: 600px;
	float: left;
}

.press .mailinglist {	
	float: right;
	margin-top:20px;
}

.press .intro {
	width: 600px;
	float: left;
}

.press .content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
}

.press .content ul.first {
	margin-right: 60px;
}

.press .content ul h2 {
	margin-left: -15px;
	color: #000000;
	font: bold 15px/26px arial;
}

.press .content ul li {
	list-style: disc;
	list-style-position: outside;
	font: normal 14px arial;
	line-height: 26px;
	color: #000000;
	width: 250px;
}

.press .content ul li span {
	color: #666666;
	font-style: italic;
	font-family: georgia;
}

.press .content ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.press .content ul li a:hover {
	text-decoration: underline;
}

/* Press end */


/* Staff start */
.staff .content {
	padding-top: 20px;
}

.staff .staff_wrapper {
	background-position: right bottom !important;
	background-repeat: no-repeat !important;
	height: 450px;
}

.staff .staff_heading {
	width: 450px;
	height: 70px;
	background-color: #E1E5EA; 
	display: block;
}

.staff .staff_heading .staff_name {
	color: #000000;
	font: normal 20px arial;
	padding-top: 10px;
	padding-left: 20px;
}

.staff .staff_heading .staff_position {
	color: #666666;
	font: italic 18px georgia;
	padding-bottom: 5px;
	padding-left: 20px;
}

.staff .staff_detail {
	width: 450px;
	/*background-position: right bottom !important;
	background-repeat: no-repeat !important;*/
}

.staff .staff_detail p {
	padding-left: 10px;
	width: 227px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: normal 13px arial;
	color: #3F3F3F;
	line-height: 16px;
}
/* Staff end */


/* mailinglist start */
.mailinglist {
	width: 254px;
	border: 1px #000000 solid;
	padding: 10px;
}

.mailinglist a {
	text-decoration: none;
}

.mailinglist a:hover {
	text-decoration: underline;
}

.mailinglist div h2 {
	text-transform: uppercase;
	font: bold 16px arial;
}

.mailinglist div p {
	font: normal 13px arial;
	color: #3F3F3F;
	line-height: 18px;
}

.mailinglist form {
	padding-top: 20px;
}

.mailinglist div #email {
	padding-left: 4px;
	width: 150px;
	height: 22px;
	float: left;
	background-color: #EBEBEB;
	font: normal 12px arial;
}

.mailinglist div #submit {
	margin-left: 10px;
	text-indent: -9999px;
	display: block;
	width: 59px;
	height: 26px;
	border: none;
	background: url('../images/mail_submit.png') no-repeat left top;
	float: left;
	color: transparent; /* IE hack for text-indent */
	text-transform: capitalize;  /* IE hack for text-indent */
	cursor: pointer;
}
/* mailinglist end */


/* about start */
.about .content {
	width: 700px;
	float: left;
}

.about .sidebar {
	width: 223px;
	float: right;
}

.about .sidebar p {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* about end */


/* general start */
.general .content {
	width: 100%;
}
/* general end */

/* catering start */
.catering .intro{
	width: 600px;
	float: left;
}

.catering .mailinglist {
	margin-top: 20px;
	float: right;
}

.catering .pics {
	padding-top: 20px;
	padding-bottom: 10px;
}

.catering .pics img {
	display: block;
	width: 139px;
	height: 105px;
	border: 1px #C9C9C9 solid;
	background-color: #EEEEEE;
	float: left;
	margin-left: 20px;
}

.catering .pics img.first {
	margin-left: 0px;
}
/* catering end */


/* sitemap start */


#sitemap .content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
}

#sitemap .content ul li {
	list-style: disc;
	list-style-position: outside;
	font: normal 14px arial;
	line-height: 26px;
	color: #000000;
	width: 250px;
}

#sitemap .content ul li span {
	color: #666666;
	font-style: italic;
	font-family: georgia;
}

#sitemap .content ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#sitemap .content ul li a:hover {
	text-decoration: underline;
}
/* sitemap end */



/* promotions start */

.promotion_item {
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	border-bottom: 1px #CCCCCC solid;
}

.promotion_item .image_wrapper {
	width: 221px;
	height: 156px;
	padding-right: 20px;
	float: left;
	display: block;
}

.promotion_item .description_wrapper {
	color: #999999;
	float: left;
	display: block;
	font: normal 12px/16px arial;
	width: 480px;
}

.promotion_item .description_wrapper.no_image {
	width: 717px; 
}

.promotion_item .description_wrapper h2 {
	font: normal 18px arial;
	padding-bottom: 10px;
}

.promotion_item .description_wrapper h2 a {
	color: #000000;
	text-decoration: none;
}

.promotion_item .description_wrapper h2 a:hover {
	text-decoration: underline;
}

.promotion_item .venue_wrapper {
	width: 218px;
	height: 154px;
	display: block;
	float: right;
	border: 1px #333333 solid;
}

.promotion_item .venue_details {
	padding: 18px 11px 18px 11px; 
}

/* promotions end */


/* contact start */
.contact .content {
	width: 100%;
	padding-top: 10px;
}

.contact h2 {
	font: normal 18px arial;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px #CCCCCC solid;
	width: 100%;
}

.contact h3 {
	font: bold 14px arial;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
	width: 100%;
}


.contact .content .left_side {
	width: 454px;
	float: left;
}

.contact .content .right_side {
	width: 468px;
	float: right;
}

.contact .content_block {
	color: #666666;
	font: normal 12px/14px arial;
}

.contact .content_block a {
	color: #333333;
	text-decoration: none;
}

.contact .content_block a:hover {
	text-decoration: underline;
}

.contact .content_block strong {
	color: #333333;
}

.contact .content_block .left {
	float: left;
	width: 50%;
}

.contact .content_block .right {
	float: right;
	width: 50%;
}

.contact .content_block {
	padding-top: 20px;
}

.contact .content_block.gaia_group {
	padding-top: 0px;
	font: normal 14px/18px arial;
}

.contact .content_block .venue_wrapper {
	width: 100%;
	padding-bottom: 10px;
}

.contact .content_block .venue_wrapper .venue_details {
	padding-bottom: 25px;
}

.contact #google_map_hk {
	width: 460px;
	height: 458px;
	border: 4px #000000 solid;
	display: block;
}

.contact #google_map_sh {
	width: 460px;
	height: 458px;
	border: 4px #000000 solid;
	display: block;
	visibility: hidden;
}

.contact_tabs_wrapper {
	position: relative;
	margin: -22px auto 0;
	width: 460px;
	z-index: 3;
}

.contact_tabs_wrapper .tabs {
	background:none repeat scroll 0 0 transparent;
	margin:0;
	padding:0;
	width:460px;
	float: left;
	margin-left: -14px;
}


	.contact_tabs_wrapper .tabs ul  {
		list-style: none outside none;
		margin: 0px;
		padding: 10px 10px 0;
	}
	
	.contact_tabs_wrapper .tabs ul li  {
		display: inline;
		margin: 0 0 0 0;
		padding: 0;
		list-style-type:none;
	}
	
	.contact_tabs_wrapper .tabs ul li a  {
		background:url("../images/navigation/bg-np-left.gif") no-repeat scroll 0 0 transparent;
		float: left;
		margin: 0 5px 0 0;
		padding: 0 0 0 5px;
		text-decoration: none !important;
	}
	
	.contact_tabs_wrapper .tabs ul li a span {
		float: none;
		background: url("../images/navigation/bg-np-right.gif") no-repeat scroll left top transparent;
		color: #000000;
		display: block;
		padding: 10px 15px 10px 6px;
		font: bold 13px arial;
		text-transform: uppercase;
	}
	
	.contact_tabs_wrapper .tabs ul li.selected a {
		background-position: 0 -42px;
	}
	
	.contact_tabs_wrapper .tabs ul li.selected a span {
		background-position: 100% -42px;
		color: #FFFFFF;
	}
	
	.contact_tabs_wrapper .tabs ul li a:hover {
		background-position: 0 -42px;
	}
	
	.contact_tabs_wrapper .tabs ul li a:hover span {
		background-position: 100% -42px;
		color: #FFFFFF;
	}

/* contact end */


/* promotions and contact us start */
.venue_details a.venue_name {
	background: url('../images/footer_arrow.png') no-repeat 0px 0px;
	display: block;
	height: 14px;
	width: auto;
	text-decoration: none;
	font: bold 14px arial;
	color: #000000;
	padding-left: 20px;
	padding-right: 0px;
}

.venue_details .address {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
	font: normal 12px/14px arial;
	width: 170px;
}

.venue_details .phone, .promotion_item .venue_details .email {
	color: #666666;
	font: normal 12px/20px arial;
}

.venue_details .email a {
	color: #333333;
	text-decoration: none;
}

.venue_details .email a:hover {
	text-decoration: underline;
}

/* promotions and contact us end */




/**
 * 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; }
#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: 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;	
}



/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -135px;
    width: 270px;;
    
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
