/* CSS for the location map & colorbox */

.locations-map {
    width: 845px;

    margin: 0 auto;

}
.locations-map .clearfloat {
    padding:0!important;
    margin:0!important;
}
.location-list {

    color: #fff;
    background-color: #222;
    width: 271px;
    margin: 0 0 0 10px;
    float: left;
}
.location-list h4 {
    font-size: 14px;
    font-family: DFGillSansRegular;
    font-weight: bold;
    border-bottom: 1px solid red;
    padding: 0!important;
    margin-bottom: 5px;
}
.location-list ul {
    margin-left: -40px;

}

.location-list li {

    padding-left: 10px!important;
    font-family: DFGillSansRegular;
    font-size: 11px!important;
    line-height: 16px;
    text-transform: uppercase;
    width: 400px;

}
.location-list li a {
    color: #fff;
}
.location-list li a:hover {
    color:red;
}
.location-list .region-block {
    width: 115px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: -10px;
    float: left;
}
.locations-padding {
    padding: 10px;
}
.australia-map-wrap {
    padding: 0;
    margin: 0;
    position: relative;
    width: 562px;
    height: 324px;
    overflow: hidden;
    background-image: url('../images/map_bg.jpg');
    background-repeat: no-repeat;
    float: left;
}
.australia-map-transparency {
    position: absolute;
    z-index: 500;
}
.animation {
    position: absolute;
    background-repeat: no-repeat;

    z-index: 5;

}

#queensland {
    width:174px;
    height:169px;
    right: 140px;
    top: 24px;
    z-index: 50;
    background-image: url('../images/map/qld.png');
    cursor: pointer;
}
#new-south-wales {
    width:115px;
    height:133px;
    bottom: 15px;
    right: 146px;
    z-index: 50;
    background-image: url('../images/map/nsw.png');
    cursor: pointer;
}
#victoria {
    width:82px;
    height:67px;
    bottom: 31px;
    right: 181px;
    z-index: 50;
    background-image: url('../images/map/VIC.png');
    cursor: pointer;
}

#new-zealand {
    width:122px;
    height:165px;
    right: -14px;
    bottom: 21px;
    z-index: 50;
    background-image: url('../images/map/nz_north.png');
    cursor: pointer;
}
#new-zealand-south {
    width:122px;
    height:165px;
    right: 37px;
    bottom: -40px;
    z-index: 50;
    background-image: url('../images/map/nz_south.png');
    cursor: pointer;
}
#south-australia {
    width:118px;
    height:143px;
    bottom: 20px;
    left: 182px;
    z-index: 50;
    background-image: url('../images/map/sa.png');
    cursor: pointer;
}
#western-australia {
    width:143px;
    height:291px;
    top: 18px;
    left: 39px;
    z-index: 50;
    background-image: url('../images/map/wa.png');
    cursor: pointer; 
}
#act {
    width:21px;
    height:10px;
    bottom: 87px;
    right: 189px;
    z-index: 50;
    background-image: url('../images/map/act.png');
    cursor: pointer; 
}
#australia-link {
	width: 400px;
	height: 300px;
	top: 16px;
    left: 37px;
    z-index: 50;
    background-image: url('../images/map/aus.png');
    cursor: pointer;
}




.off {
    display: none!important;
}
.on {
    display: block!important;
}




/* Colorbox code */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}



#cboxOverlay{background: #000 repeat 0 0;}

#cboxContent{background:#000 url(images/border.jpg) repeat-x; overflow:hidden!important; padding: 10px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
/* Removing the box space for the close button.
#cboxLoadedContent{margin-bottom:28px;}
*/
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:10px; right:11px; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

a,map,area {
    outline: 0!important;
}
