@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}


.anchors {list-style: none; margin: 0; padding: 0; float:left; margin-left:1px}
.anchors li { margin: 0;margin-bottom:2px;*margin-bottom:-1px;*padding:0px; *display:inline-block;}

/* attaching active state to background of li for pre-loading */
/*.anchors .tab1 {	background: url(images/link_logo.png) top left no-repeat; width: 217px;}
.anchors .tab2 {	background: url(images/private.png) top left no-repeat; width: 217px;}
.anchors .tab3 {	background: url(images/public.png) top left no-repeat; width: 215px;}
.anchors .tab4 {	background: url(images/service.png) top left no-repeat; width: 217px;}*/

.anchors a {display: block; position: inherit; top: 0px; left:0; z-index: 2; padding: 0px; color: #000; height: 83px;*height: 83px}


/* Tab Rollovers */
.anchors .tab1 a:link, .anchors .tab1 a:visited { background: url(http://route66carouselpark.com/main/wp-content/uploads/2010/05/ind-small.jpg) top left no-repeat; width: 200px; position:static;}
.anchors .tab2 a:link, .anchors .tab2 a:visited { background: url(http://route66carouselpark.com/main/wp-content/uploads/2010/05/crazy-small.jpg) top left no-repeat; width: 200px; position:static;}
.anchors .tab3 a:link, .anchors .tab3 a:visited { background: url(images/water_bumper_cars1.jpg) top left no-repeat;width: 200px; position:static;}
.anchors .tab4 a:link, .anchors .tab4 a:visited { background: url(images/bumper_cars1.jpg) top left no-repeat;width: 200px; position:static;}
 

/*
.anchors .tab1 a:hover { background: url(images/link_logo_active.png) top left no-repeat; width: 217px; position:static;}
.anchors .tab2 a:hover { background: url(images/private_active.png) top left no-repeat; width: 217px; position:static;}
.anchors .tab3 a:hover { background: url(images/public_active.png) top left no-repeat; width: 215px; position:static;}
.anchors .tab4 a:hover { background: url(images/service_active.png) top left no-repeat;width: 217px; position:static;}
*/

/* Makes the text disappear 
.anchors span {display:block;height:0;width:0; overflow: hidden;font-size: 1px;color: #3B88AF;}
*/

/*
.anchors .tabOn1 {	background: url(images/link_logo_active.png) top left no-repeat; width: 217px;}
.anchors .tabOn2 {	background: url(images/private_active.png) top left no-repeat; width: 217px;}
.anchors .tabOn3 {	background: url(images/public_active.png) top left no-repeat; width: 215px;}
.anchors .tabOn4 {	background: url(images/service_active.png) top left no-repeat; width: 217px;}
*/
