#center-x {width: 960px;}

#header {
	height:           40px;
	padding:          0;
	width:            960px;
}

table#body{
	width:            960px;
	border-bottom:    1px solid #ee8126;
	border-right:     1px solid #ee8126;
}

td#content {padding-left: 0px;}

td#left {width: 150px;}
td#left img{display:none;}

#footer {width: 960px;}



#hometext
{
	margin-top:       20px;
	color:            rgb(51, 51, 51);
	font-weight:      bold;
	font-size:        13px;
	width:            400px;
}

#flags { 
	margin-top:           20px; 
	text-align:       center; 
	padding-right:    10px;
}

#flags img {
	height:           80px; 
	width:            54px;
	padding:          0px 20px 0 20px;
}

#galleryHolder {
	height:           310px;
	width:            310px;
	margin:           20px;
	float:            right;
}

#gallery {
	margin:           auto;
	position:         relative;
	height:           300px;
	overflow:         hidden;
}

#gallery a {
	float:            left;
	
	position:         absolute;
	text-align:       center;
}

#gallery a img {
	border:           none;
}

#gallery a.show {
	z-index:          500;
	left:             0;
}

#gallery .caption {
	z-index:          600; 
	background-color: #fff; 
	color:            #fff; 
	height:           60px; 
	width:            100%; 
	position:         absolute;
	bottom:           0;
	display:none;
/*	filter: alpha(opacity=90); */
	-moz-opacity: 0.9;      
	opacity: 0.9;
}

#gallery .caption .content {
	margin:           5px;
}

#gallery .caption .content h3 {
	font-size:        14px;
	margin:           0;
	padding:          0;
	color:            #000;
	line-height: 1em;
}

#gallery .caption .content p {
	font-size:        12px;
	margin:           0;
	padding:          0;
	color:            #333;
}	
#gallery p { font-size:0.5em; color:#999;}
