/*Comments*/

body {
	background-color: #52B848;
	background-image: url(images/owl_bg.jpg);
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}


#mainContainer {
	width: 771px;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
	background-color: #404098;
}

#backText {
	width: 771px;
	display: block;
	position: relative;
	background-color: #52B848;
	text-align: center;
	color: #ffffff;
	font-size: xx-small;
}

#topNavbar {
	width: 771px;
	float: left;
	margin: 0 auto 0 auto;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #000099;
}

#worldWatch{
	background-color:#0089cf;
}


#sideGraphic{
	background-color:#fefefe;
	width: 383px;
	height: 420px;
	float: left;
	position: relative;
}

/* --- IMAGE STAGE */
#fullimg{
	width:383px;
	overflow:hidden;
	height:420px;
	float:left;
}
#fullimg img{ width:383px; border:0;}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:360px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#img_gallery{
	margin-left:32px;
}


#wrapper{
	overflow:hidden;
	padding:4px 4px;
	width: 620px;
	float: left;
	height:83px;
	background-color:#52B848;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:4px;
}
#items .thumb{
	width:100px;
	height:83px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	border: 0px;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin-top:22px;
	height:58px;
	color: white;
	width: 40px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left2.gif');}
#moveright{background: url('images/right2.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
