ol li {
list-style-type:decimal;
}

h1 {
	font-size: X-Large;
	font-weight:bold;
	
}

.navigation {
	font-size:large;
	background:#C0C0C0;
}
#map {
	border-size: medium;
	border-style: solid;
	border-color:#000000;
	width:505px;
}

#map_canvas {
	height: 320px;
}

#dmap {
	border-size: medium;
	border-style: solid;
	border-color:#000000;
	width:260px;
}

#dmap_canvas {
	height: 200px;
}


// Carousel stuff from http://billwscott.com/carousel/source.php?url=carousel_html_static.html
// YUI 2.6 will have a YUI version soon, maybe Sept 2008?
.carousel-component { 
    padding:8px 22px 4px 22px;
    margin:0px;
}

.allthumbslinkparent {
 text-align:right;
 font-weight:bold;
}

.carousel-component .carousel-list li { 
    margin:4px;
    width:144;
    height:190px;
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:1px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}

.thumb-link {
  width:128px;
  height:128px;
  text-align: center;
  border: none;
}

.thumb {
  border: none;
}

#continentDestinationNav {
  width:505px;
  margin-top:1em;
}

#continentDestinationNav tr td {
  padding:.3em;
  background: #C0C0F0;
}



#continentNav {
  width:505px;
  margin-top:1em;
}

#continentNav tr td {
  padding:.3em;
  background: #C0C0F0;
}
.storydestlink{
 font-weight:bold;
 padding: .3em;
}
#searchbox {
 padding-left: 8.0em;
}
