div.header
{
	/*background-image: url("../images/header.png");*/
	background-color:#FF0000;
}

div.theFooter
{
	background-color:#00FF00;
}

div#images
{
/*	background-color:#00FFFF;*/
	width: 1100px;
	height: 438px;
	overflow: hidden;
	float: left;
	display: block;
}

div#images p
{
	text-align: center;
	color: #666666;
	
}
/*
div.image
{
	height: 400px;
	width: 150px;
}
*/
div.container h1,p,table
{
	
	color:#666666;
}



body
{
	margin-top:0px;
	background-color: #000000;

}

body p h1 td
{
	color:#666666;
	
}

body a:hover
{
	
	color:#FF0000
	
}

img
{
	margin-bottom:0px;
	margin-top:0px;
}

/*
img.right-arrow
{
	position:relative;
	left:800px;
}
*/
img.arrow
{
	float:left;
}

div.arrow
{
	float:left;
	width:75px;
	height:37px;
	display:block;
}

#left-arrow
{

	background-image: url("../images/left-arrow-sprite.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

#left-arrow:hover
{
	background-position: 0px -37px;
}

#left-arrow:active
{
	background-position: 0px -74px;
}

#right-arrow
{

	background-image: url("../images/right-arrow-sprite.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

#right-arrow:hover
{
	background-position: 0px -37px;
}

#right-arrow:active
{
	background-position: 0px -74px;
}


#pictureLinebar
{
	float:left;	
	width:430px;
	height:37px;
	background-image: url("../images/bar.png");
	background-repeat:repeat-x;
	display:block;	
	
}

#pictureText
{
	overflow-y: auto;
	overflow-x: hidden;
	height: 400px;
}

#pictureText p
{
	
	margin: 1px 10px 0px 10px;
	padding: 10px;
	border-style: solid;	
	border-color: #AAAAAA;	
	border-width: thin;
	color: #666666;
}
/*
#currentPicture
{
	
	z-index:25;
	
}
*/

#loadingIndicator
{
	display:block;
	position:absolute;
	top: 184px;
	right: 284px;
/*	z-index: -1;*/
}

div.linebar
{
	float:left;	
	width:800px;
	height:37px;
	background-image: url("../images/bar.png");
	background-repeat:repeat-x;
	display:block;	
}

#modal_container {
	padding:10px;
	background-color:#fff;
	border:3px solid #666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
}

#modal_overlay {
	background-color:#000;
}