#wrapper {
    width: 600px;
	
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}


/*barra de links*/
#slider {
    width: 560px;
	

	
	
	
	background : url(http://www.mycostaricalink.com/images/tabs/link-background.png) repeat-x;
	
    margin: 0 auto;
    position: relative;
	z-index:99;
}

.scroll {
    height: 257px;
    width: 560px;
	
	
    overflow: auto;
    overflow-x: hidden;
	overflow-y: hidden;
    position: relative;
    clear: left;
	
    background: #FeFefe url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
   
	padding-left:3px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	height: 255px;
    width: 560px;
}
.panel1 {
	font-size:8pt;
	font-weight: bold;

}
	

#shade {
    background: #006600;
    height: 1px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding-top: 7px;
	height: 30px;
    padding-bottom: 1px;
}

ul.navigation li {
    
	display: inline;
	height: 30px;
	border-right: 1px solid #399949;
   
}

ul.navigation a {
   
	
	padding: 8px;
	padding-top: 7px;
    color: #fff;
	font-weight:bold;
	
    text-decoration: none;
}

ul.navigation a:hover {
    color: #ff6600;
	
}

ul.navigation a.selected {
	 color: #ff6600;
	 text-decoration:underline;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.azul {color:#1365ac}
.orange {
	color: #ff6600;
	size:9px;
}
