html, body {
	margin: 0px;
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #000;
	text-align: center;
	font-size: 71%;
}

td {
	text-align: left;
}

h1 {
	color: #76009C;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.0em;
	color: #F90;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}

a, span.readmore {				
	text-decoration: underline;
	color: #00C4D1;
}
span.readmore {				
	font-weight: bold;
	white-space: nowrap;
}
	a:hover, span.readmore:hover, a span.readmore:hover {	 
		color: #01E1FF; 
		text-decoration: underline;
	}
	
a img {
	border: 0;
}
	h2 a {		color: #0A2E85; }

p, form {
	margin: 0;
}

ul, li {
	margin: 0;
	margin-left: -10px;
	padding: 0;
	list-style: square url('/graphics/list_dash.gif') outside;
}
li {
	margin-left: 1.0em;
}
hr {
	height: 1px;
	overflow: hidden;
	border: none;
	border-top: 1px solid #B5D2DB;
	margin-bottom: 10px;
}

div.clear {
	height: 0.01em;
	overflow: hidden;
	clear: both;
}
div.hr {
	border-top: 1px solid silver;
	margin: 0px;
}

img {
	border-color: #862626;
}
img, div { behavior: url('iepngfix.htc') }
/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
table, td, input, select, textarea {
	font-size: 0.9em;
}
body, table, td {
	color: #000000;
	line-height: 1.4em;
}
div.main div.header, div.main div.menu, div.dropdown {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txt, textarea, select, input.search {
	border: 0.1em solid silver;
	color: black;
	font-size: 1.0em;
	line-height: 1.2em;
	background-color: #F6F6F7;
}
input.txt {
	height: 1.2em;
}
input.btn, a.btn {
	background-color: #F1E5D3;
	border: solid #EBDAC0 1px;
	color: #AE9776;
	font-weight: bold;
	cursor: pointer;
}
a.btn {
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
}
input.btn {
	padding: 0em 0.2em;
}
input.submit {
	padding: 0.2em;
}

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0.3em;
	#margin-top: 2px;
	padding: 0px;
	height: 1.2em;
}
label.lbl {
	float: left;
	display: block;
	padding: 4px 0px 1px 5px;
	margin: 0px;
}
span.err {
	color: red;
}

div.dateinput {
	line-height: 100%;
	background-color: #F6F6F7;
	border: 1px solid silver;
	float: left;
	height: 17px;
	#height: 19px;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 0.95em;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 1.0em;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
		font-size: 11px;
		line-height: 17px;
		height: 17px;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 30px; }
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT  
*******************************************************************************/

div.header {
	width: 948px;
	height: 320px;
	margin: 0px auto 0px auto;
	background: url('/graphics/header.jpg') no-repeat 0 0 #000;
	text-align: left;
	position: relative;
}
	div.header a.logo {
		text-decoration: none;
		border: 0;
	}
		div.header a.logo h1 {
			position: absolute;
			bottom: 35px;
			left: 29px;
			width: 170px;
			height: 190px;
			color: #000;
			font-size: 0.1pt;
			line-height: 0.1pt;
			padding-top: 35px;
		}
	div.header object {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
	}
	div.header ul.menu {
		position: absolute;
		bottom: 0px;
		left: 45px;
		z-index: 300;
		list-style: none;
		margin: 0;
	}
		div.header ul.menu li {
			float: left;
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
			list-style: none;
			padding: 0;
			margin: 0 5px 0 0;
		}
			div.header ul.menu li a {
				text-decoration: none;
				display: block;
				color: #77888D;
				padding: 2px 5px;
			}
			div.header ul.menu li a:hover {
				text-decoration: none;
				color: #FFF; 
				background-color: #00C4D1;
			}
			div.header ul.menu li a.selectedlink, div.header ul.menu li a.selectedMenu {				
				text-decoration: none;
				color: #FFF; 
				background-color: #00C4D1;
			}
			div.header ul.menu li a.selectedlink:hover {
				text-decoration: none;
				color: #CFC9D3; 
			}

	div.header ul.musea {
		position: absolute;
		bottom: 44px;
		right: 148px;
		list-style: none;
		margin: 0;
	}
		div.header ul.musea li {
			float: left;
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 18px;
			list-style: none;
			padding: 0;
			margin: 0;
		}
			div.header ul.musea li a,
			div.header ul.musea li a:hover {
				text-decoration: none;
				display: block;
				color: #E00089;
				padding: 0 10px 0 0;
			}
		div.header ul.musea li a.green { color: #89EC00; }
		div.header ul.musea li a.green:hover { color: #E7FBCC; }
		div.header ul.musea li a.orange {color: #FF9800; }
		div.header ul.musea li a.orange:hover {color: #FFEACC; }
		div.header ul.musea li a.purple { color: #76009B; }
		div.header ul.musea li a.purple:hover { color: #E4CCEB; }
		div.header ul.musea li a.pink { color: #E00089; }
		div.header ul.musea li a.pink:hover { color: #F9CCE7; }
		div.header ul.musea li a.blue { color: #00DFFF; }
		div.header ul.musea li a.blue:hover { color: #CCF9FF; }
		div.header ul.musea li a.brown { color: #B97859; }
		div.header ul.musea li a.brown:hover { color: #F1E4DE; }
		div.header ul.musea li a.yellow { color: #FFE200; }
		div.header ul.musea li a.yellow:hover { color: #FFF9CC; }
		div.header ul.musea li a.yellow2 { color: #FFE200; }
		div.header ul.musea li a.yellow2:hover { color: #FFF9CC; }

	div.header a.lang {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 320px;
		width: 162px;
		height: 25px;
		z-index: 300;
		font-size: 0.8em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	div.header a.lang:hover {
		text-decoration: none;
	}
		div.header a.lang img {
			vertical-align: middle;
		}
	
div.main {
	width: 900px;
	min-height: 300px;
	_height: 300px;
	margin: 0px auto 0px auto;
	background-color: #000;
	text-align: left;
	position: relative;
}
	div.main div.shadowtop {
		position: relative;
		width: 900px;
		height: 16px;
		background: url('/graphics/shadowtop.jpg') 0 0 no-repeat transparent;
	}
	
	div.main div.lft_shell {
		position: relative;
		float: left;
		width: 590px;
		margin-right: 24px;
		background: url('/graphics/main_footer.jpg') 0 100% no-repeat transparent;
		padding-bottom: 20px;
	}
		div.main div.lft_shell div.lft {
			min-height: 300px;
			_height: 300px;
			margin: 0;
			padding: 10px 0 40px 0;
			background: url('/graphics/shadow_lft.jpg') 0 0 repeat-y #FFF;
		}
			div.main div.lft_shell div.lft div.col1 {
				position: relative;
				padding: 0px 15px 0px 21px;
				width: 554px;
			}
			
			div.main div.lft_shell div.lft div.col1 h1.borderstripes{
				padding-bottom: 3px;
				background: url('/graphics/border_stripes.gif') 0 100% repeat-x;
			}
				div.main div.lft_shell div.lft div.col1 div.homecontent {
					float: left;
					display: block;
					padding: 10px 10px 10px 18px;
					margin-bottom: 20px;
					border: 1px solid #B3D1DA;
					background-color: #E5F4F5;
					width: 319px;
				}
					div.main div.lft_shell div.lft div.col1 div#container.homecontent div.text {
						display: block;
					}
					
				div.main div.lft_shell div.lft div.col1 div.allnews {
					width: 100%;
					font-size: 11px;
					line-height: 14px;
					padding: 7px 0 10px 0;
					background: url('/graphics/border_stripes.gif') 0 100% repeat-x;	
				}
					div.main div.lft_shell div.lft div.col1 div.allnews div.date {
						position: absolute;
						left: 21px;
						display: block;
						width: 90px;
						font-size: 9px;
						color: #F90;
						font-weight: bold;
					}
					
					div.main div.lft_shell div.lft div.col1 div.allnews a {
						display: block;
						margin-left: 95px;
						min-height: 50px;
						_height: 50px;
						text-decoration: none;
						border-left: 1px solid #B1CFD9;
						padding-left: 10px;
					}
						div.main div.lft_shell div.lft div.col1 div.allnews a span.img {
							float: right;
							display: block;
							cursor: pointer;
							padding: 0px;
							margin: 0px;
							width: 50px;
							height: 50px;
							background-position: center center;
							background-repeat: no-repeat;		
						}
						
						div.main div.lft_shell div.lft div.col1 div.allnews a span.contentshort {
							display: block;
							color: #000;
						}
						
					div.main div.lft_shell div.lft div.col1 a.goback {
						width: 100%;
						font-weight: bold;
						text-transform: uppercase;
						display: block;
						text-align: center;
						padding: 2px 0;
						margin: 7px 0 1px 0;
						background: url('/graphics/border_stripes.gif') 0 0 repeat-x;	
					}
						
						
					
					
				
				div.main div.lft_shell div.lft div.col1 div.col2 {
					float: right;
					margin: 10px 0 0 0;
					width: 182px;
					min-height: 100px;
					_height: 100px;
				}
					div.main div.lft_shell div.lft div.col1 div.col2 ul.iconmenu {
						margin: 12px 0;
						padding: 0;
						list-style: none;
					}
						div.main div.lft_shell div.lft div.col1 div.col2 ul.iconmenu li {
							list-style: none;
							list-style-image: none;
							cursor: pointer;
							background-image: url('/graphics/icon_twitter.gif');
							background-repeat: no-repeat;
							height: 27px;
							margin: 7px 0;
							padding: 0px;
						}
						div.main div.lft_shell div.lft div.col1 div.col2 ul.iconmenu li.facebook {
							background-image: url('/graphics/icon_facebook.gif');
						}
						div.main div.lft_shell div.lft div.col1 div.col2 ul.iconmenu li.hyves {
							background-image: url('/graphics/icon_hyves.gif');
						}
							div.main div.lft_shell div.lft div.col1 div.col2 ul.iconmenu li a {
								display: block;
								padding: 4px 0px 6px 40px;
							}
				
					div.main div.lft_shell div.lft div.col1 div.col2 div.news {
						font-size: 10px;
						line-height: 12px;
						padding: 4px 0 10px 0;
						background: url('/graphics/border_stripes.gif') 0 100% repeat-x;	
					}
						div.main div.lft_shell div.lft div.col1 div.col2 div.news a {
							color: #000;
							text-decoration: none;
						}
						
					div.main div.lft_shell div.lft div.col1 div.col2 a.linkrgt {
						text-align: right;
						display: block;
						width: 100%;
						font-weight: bold;
						font-size: 10px;
						padding-top: 4px;
					}
						

				div.main div.lft_shell div.lft div.col1 div.ticket {
						width: 310px;
						height: 96px;
						margin: 10px 0;
						border: solid 1px #B3D1DA;
						position: relative;
				}
					div.main div.lft_shell div.lft div.col1 div.ticket a {
						border: 0;
						text-decoration: none;
					}
					div.main div.lft_shell div.lft div.col1 div.ticket img {
						border: 0;
						display: block;
					}
						
				div.main div.lft_shell div.lft div.col1 div.images {
					float: right;
					_width: 200px;
					padding: 15;
				}		
					div.main div.lft_shell div.lft div.col1 div.images img {
						padding: 0;
						margin: 0 0 40px 40px;
						border: solid 8px #B3D1DA;
						display: none;
					}
				div.main div.lft_shell div.lft div.col1 div.gmap {
					width: 518px;
					height:400px;
					border: 1px solid black;
				}
					div.main div.lft_shell div.lft div.col1 div.gmap span img {
						float:right; 
						margin: 0 0 5px 5px;
						border: 0;
					}
					
			
				
				div.main div.lft_shell div.lft div.col1 address {
					position: relative;
					bottom: 0px;
					left: -15px;
					margin: 10px 0 0 -20px;
					_margin: 30px 0 0 -20px;
					width: 200px;
					display: block;
					padding: 20px 20px 20px 35px;
					font-weight: bold;
					font-style: normal;
					
					
					/*position: absolute;
					bottom: 50px;
					left: -15px;
					width: 200px;
					display: block;
					padding: 20px 20px 20px 50px;
					font-weight: bold;
					font-style: normal;
					background-color: #B3D1DA;*/
				}
					div.main div.lft_shell div.lft div.col1 address a,
					div.main div.lft_shell div.lft div.col1 address a:hover {
						text-decoration: none;
						font-weight: bold;
						border: 0;
					}
						div.main div.lft_shell div.lft div.col1 address a img {
							position: absolute;
							top: -15px;
							left: 5px;
							text-decoration: none;
							border: 0;
						}

				div.main div.lft_shell div.lft div.col1 div.galleryovv {
				
				}
					div.main div.lft_shell div.lft div.col1 div.galleryovv div.album {
						padding: 10px 0 10px 0;
						border-top: 1px solid #B3D1DA;
						width: 530px;
						_width: 510px;
					}
						div.main div.lft_shell div.lft div.col1 div.galleryovv div.album a.img,
						div.main div.lft_shell div.lft div.col1 div.galleryovv div.album a.img:hover {
							padding: 0px;
							margin: 0px;
							background-color: #FFFFFF;
							float: right;
							display: block;
							cursor: pointer;
							width: 82px;
							height: 82px;
							background-position: center center;
							background-repeat: no-repeat;
						}
						
						div.main div.lft_shell div.lft div.col1 div.galleryovv div.album small {
							color: #B97859;
						}
			
div.main div.lft_shell div.lft div.col1 div.gallery {
	padding: 20px;
	margin-bottom: 20px;
}
	div.main div.lft_shell div.lft div.col1 div.gallery div.path {
		position: relative;
		padding: 10px 0px 2px 0px;
		margin-left: -10px;
		border-bottom: 1px solid #B3D1DA;
	}
		div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display {
			padding: 0px 0px;
			color: #1F40A6;
		}
			div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span  {
				display: none;
			}
			div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span.arrow  {
				display: inline;
			}
			div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span.selectedlink  {
				display: inline;
			}
				div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span.selectedlink a {
					padding: 0;
					color: #4E4D43; 
					text-decoration: none;
				}
				div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span.selectedlink a:visited {
					color: #4E4D43; 
					text-decoration: none
				}
				div.main div.lft_shell div.lft div.col1 div.gallery div.path div.display span.selectedlink a:hover {
					color: #5498BA;
					text-decoration: underline;
				}

	div.main div.lft_shell div.lft div.col1 div.gallery h1 {
		display: inline;
	}
	div.main div.lft_shell div.lft div.col1 div.gallery h2 {
		display: inline;
		margin-left: 0;
	}
	
	div.main div.lft_shell div.lft div.col1 div.gallery div.thumbs {
		margin-top: 18px;
	}
		div.main div.lft_shell div.lft div.col1 div.gallery div.thumbs a.img {
			padding: 0px;
			margin: 20px 0px 0px 20px;
			float: left;
		}
			div.main div.lft_shell div.lft div.col1 div.gallery div.thumbs a.img {
				display: block;
				cursor: pointer;
				width: 90px;
				height: 90px;
				background-position: center center;
				background-repeat: no-repeat;
			}
				
				div.main div.lft_shell div.lft div.col1 div.gallery div.thumbs a.img span.overlay,
				div.main div.lft_shell div.lft div.col1 div.gallery div.thumbs a.img:hover span.overlay {
					display: block;
					width: 80px;
					height: 80px;
				}
			
			 
			 div.main div.lft_shell div.lft div.latestgallery {
				margin: 10px 21px 0 21px;
				padding: 10px 0;
				_margin: 10px 0 0 10px;
				border-top: solid 1px #B1CFD9;
				float: left;
			}
				div.main div.lft_shell div.lft div.latestgallery div.images {
					float: left;
					width: 553px;
				}
					div.main div.lft_shell div.lft div.latestgallery div.images div.img {
						padding: 10px 10px 0px 0px;
						width: 82px;
						height: 82px;
						float: left;
					}
						div.main div.lft_shell div.lft div.latestgallery div.images div.img a {
							padding: 0px;
							margin: 0;
							background-color: #FFFFFF;
							border: 0px solid #B3D1DA;
							display: block;
							cursor: pointer;
							width: 82px;
							height: 82px;
							background-position: center center;
							background-repeat: no-repeat;
							text-decoration: none;
							position: relative;
						}
							div.main div.lft_shell div.lft div.latestgallery div.images div.img a span.caption {
								display: none;
							}
							div.main div.lft_shell div.lft div.latestgallery div.images div.img a:hover span.caption {
								display: block;
								position: absolute;
								bottom: 0;
								background-color: #B3D1DA;
								text-align: center;
								width: 82px;
								font-size: 9px;
								text-decoration: none;
								color: #000;
							}
						
				div.main div.lft_shell div.lft div.latestgallery h2 a {
					color: #FF9900;
					text-decoration: none;
				}
			  
		div.main div.lft_shell ul.footermenu {
			position: absolute;
			bottom: 15px;
			left: 0;
			width: 548px;
			margin: 10px 21px 0 21px;
			padding: 5px 0;
			border-top: solid 1px #B1CFD9;
			list-style: none;
		}
			div.main div.lft_shell ul.footermenu li {
				float: left;
				color: #FFF;
				font-family: Verdana, Arial, sans-serif;
				font-weight: normal;
				font-size: 9px;
				list-style: none;
				padding: 0;
				margin: 0;
			}
				div.main div.lft_shell ul.footermenu li a {
					text-decoration: none;
					display: block;
					color: #888;
					padding: 0 5px 5px 0;
				}
				div.main div.lft_shell ul.footermenu a:hover {
					text-decoration: none;
					color: #333;
				}
				
				div.main div.lft_shell ul.footermenu li span.nodash {
					display: none;
				}
				
	div.main div.rgt {	
		float: left;
		width: 286px;
		position: relative;
	}	
		div.main div.rgt_block_shell {	
			background: url('/graphics/rgt_footer.gif') 0 100% no-repeat transparent;
			padding-bottom: 25px;
			_height: 1px;
		}
		div.main div.noshow {	
			display: none;
		}	
			div.main div.rgt_block_shell div.rgt_block {
				position: relative;
				padding: 0 23px;
				background: url('/graphics/shadow_rgt.jpg') 100% 0 repeat-y #FFF;
			}
			
			div.main div.rgt_block_shell div.rgt_block a.twitter_logo {
				position: absolute;
				top: 10px;
				left: 25px;
				z-index: 200;
				display: block;
				width: 42px;
				height: 34px;
				border: 0;
				zoom: 1;
				text-decoration: none;
				background: url('/graphics/twitterlogo.gif') 0 0 no-repeat #FFF;
			}
				
			div.main div.rgt_block_shell div.rgt_block {
				padding: 0 23px;
				background: url('/graphics/shadow_rgt.jpg') 100% 0 repeat-y #FFF;
			}
				div.main div.rgt_block_shell div.rgt_block div.movie {
					height: 190px;
					padding: 0;
				}
				
				div.main div.rgt_block_shell div.rgt_block div.headlines {
					min-height: 80px;
					_heigh: 80px;
					padding: 10px 0 10px 0;
					background: url('/graphics/hd_footer.jpg') 0 100% no-repeat #FFF;
				}
					div.main div.rgt_block_shell div.rgt_block div.headlines ul {
						padding: 0;
						margin: 0;
						list-style: none;
						list-style-image: none;
					}
						div.main div.rgt_block_shell div.rgt_block div.headlines ul li {
							padding: 0 0 15px 10px;
							margin: 0;
							list-style: none;
							list-style-image: none;
							border-bottom: solid 1px #B1CFD9;
						}
						div.main div.rgt_block_shell div.rgt_block div.headlines ul li strong {
							color: #E21191;
							margin-left: -10px;
						}
							div.main div.rgt_block_shell div.rgt_block div.headlines ul li strong a {
								color: #E21191;
								text-decoration: none;
							}
						div.main div.rgt_block_shell div.rgt_block div.headlines ul li em {
							color: #B97859;
						}
						div.main div.rgt_block_shell div.rgt_block div.headlines ul li hr {
							color: #B97859;
						}
						
				div.main div.rgt_block_shell div.rgt_block div.links {
					min-height: 80px;
					_heigh: 80px;
					padding: 10px 0 20px 0;
				}		
				div.main div.rgt_block_shell div.rgt_block div.logos {
					min-height: 80px;
					_heigh: 80px;
					padding: 10px 0 20px 0;
					margin-right: -10px;
					text-align: center;
				}
					div.main div.rgt_block_shell div.rgt_block div.logos h1 {
						text-align: left;
					}
					div.main div.rgt_block_shell div.rgt_block div.logos h2 {
						color: #FFF;
						font-weight: normal;
						background-color: #585858;
						margin-left: 0;
						padding: 1px 5px
					}
					div.main div.rgt_block_shell div.rgt_block div.logos a,
					div.main div.rgt_block_shell div.rgt_block div.logos a:hover {
						text-decoration: none;
						border: 0;
					}
						div.main div.rgt_block_shell div.rgt_block div.logos img {
							margin-right: 0;
							border: 0;
						}
						
	div.main div.copyright {
		text-align: right;
		color: gray;
		font-size: 9px;
		font-family: Tahoma, Arial, Verdana, sans-serif;
		padding-bottom: 15px;
	}
		div.main div.copyright a {
			color: gray;
			text-decoration: none;
		}
				
/*******************************************************************************
** THE DROPDOWN MENU
*******************************************************************************/

div.dropdown {
	position: absolute;
	visibility: hidden;
	text-align: left;
	font-size: 1.0em;
	margin-top: 0px;
	margin-left: 0px;
	_width: 200px;
	min-width: 100px;
	top: 0px;
	z-index: 100000;
	-moz-user-select: none;
}
	div.dropdown div.inner {
		display: block;
		padding: 4px 0px;
		background-color: #00C4D1;
	}
		div.dropdown div.inner a {
			display: block;
			padding: 0px 7px;
			color: white;
			font-weight: bold;
			text-decoration: none;
			line-height: 175%;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		div.dropdown div.inner a:hover {
			color: #FFF;
			background-color: #52E4EE;
		}
		div.dropdown div.inner a.selectedlink {
			color: black;
		}

		div.dropdown div.inner a span.arrow {
			display: block;
			position: absolute;
			top: 7px;
			right: 20px;
			width: 5px;
			height: 9px;
			background-image: url('/graphics/dropdown.arrow.gif');
			background-repeat: no-repeat;
			overflow: hidden;
		}
				
/*******************************************************************************
** THE IMAGE POPUP
*******************************************************************************/	
div.imageoverlay {
	background-color: black;
	filter: alpha(opacity=50,style=0);
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	_background-color: transparent;
	z-index: 400;
	display: none;
}
 div.photoviewer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	display: none;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
}
	 div.photoviewer table {
		border-collapse: collapse;
		width: 100%;
		height: 100%;
	}
		 div.photoviewer table td {
			width: 100%;
			height: 100%;
		 	text-align: center;
		 	vertical-align: middle;
		 	padding: 0;
			margin: 0;
		}
			 div.photoviewer table td div.img {
				margin: 0px auto 0px auto;
				_margin-top: 100px;
				_height: 1px;
			}
				div.photoviewer table td div.img table {
					margin: 0px auto 0px auto;
					width: 649px;
					height: 1px;
					background-color: #FFF; /* #535353; */
					cursor: default;
				}
					div.photoviewer table td div.img table td.imgtarget {
						overflow: hidden;
						margin: 0px;
						padding: 0 25px;
						text-align: center;
						vertical-align: center;
					}
						div.photoviewer table td div.img td.imgtarget img {
							display: block;
							margin: 15px auto 5px auto;
							border: 1px solid #B3D1DA;
						}
						
					div.photoviewer table td div.img table td.nav {
						text-align: center;
						vertical-align: top;
						padding: 15px 10px 15px 0;
						width: 30px;
					}
						div.photoviewer table td div.img table td.nav a {
							cursor: pointer;
							display: block;
							color: #535353;
							width: 30px;
							height: 30px;
							margin-bottom: 10px;
							border: solid 1px #999
						}
						div.photoviewer table td div.img table td.nav a:hover {
							border: 1px solid #B3D1DA;
						}
						div.photoviewer table td div.img table td.nav a.close,
						div.photoviewer table td div.img table td.nav a.close:hover {
							background: url('/graphics/photo_balk_close.gif') 0 0 no-repeat;
						}
						div.photoviewer table td div.img table td.nav a.prev,
						div.photoviewer table td div.img table td.nav a.prev:hover {
							background: url('/graphics/photo_balk_prev.gif') 0 0 no-repeat;
						}
						div.photoviewer table td div.img table td.nav a.next,
						div.photoviewer table td div.img table td.nav a.next:hover {
							background: url('/graphics/photo_balk_next.gif') 0 0 no-repeat;
						}
					
					div.photoviewer table td div.img table td.comment {
						vertical-align: top;
						padding: 0 150px 15px 150px;
						#height: 15px;
					}
						div.photoviewer table td div.img table td.comment span {
							display: block;
							text-align: left;
						}