#carousel {
    background: url('../img/map9/bckgrd_logo.png?v=1.1') no-repeat;
    width: 920px;
    height: 136px;
    padding-bottom: 12px;
}
#tabs_wrapper {
    padding-top: 0;
}
#tabs_container {
    border: 0;
    margin-bottom: 0;
}
#tabs {
    list-style: none;
}
#tabs li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}
#tabs li a {
    display: table-cell;
    vertical-align: middle;
    outline: none;
    position: relative;
    width: 197px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-left: none;       
    color: #013c60;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    background-color: #fefefe;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient( top, #fff, #eee);
    -moz-box-shadow: inset 0 0 25px #ccc;
    -webkit-box-shadow: inset 0 0 25px #ccc;    
    -khtml-box-shadow: inset 0 0 25px #ccc;
    -ms-box-shadow: inset 0 0 25px #ccc;
    -o-box-shadow: inset 0 0 25px #ccc;
    box-shadow: inset 0 0 25px #ccc;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0 0;
}
#tabs li a.last {
    padding: 0 18px;
}
#tabs li a.current {
    background-color: #fff;
    -moz-box-shadow: inset 0 0 25px #fff;
    -webkit-box-shadow: inset 0 0 25px #fff;
    -khtml-box-shadow: inset 0 0 25px #fff;
    -ms-box-shadow: inset 0 0 25px #fff;
    -o-box-shadow: inset 0 0 25px #fff;
    box-shadow: inset 0 0 25px #fff;
}
#tabs_content_container {  
    min-height: 350px;
    clear: both;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #fff;
    padding: 20px 30px 20px 20px;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient( top, #fff, #eee);   
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 0 5px 5px;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 20px 10px 5px;
	padding: 8px;
	background: url(images/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery span {
	background: url(images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
