/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 September 2010 22:33:32
*/


/***************PHOTO GALLERY JCAROUSEL***************/

.gallery-jcarousel-skin-tango .jcarousel-container  {
    background: url(http://www.centennialparklands.com.au/__data/assets/image/0005/42683/gallery_template_home.gif) no-repeat;
    width:647px;
    height:158px;
    float:left;
    clear:both;
    margin:0 0 0 9px;
}

.gallery-inside-jcarousel-skin-tango .jcarousel-container  {
    background: url(http://www.centennialparklands.com.au/__data/assets/image/0020/41627/gallery_template_inside.gif) no-repeat;
    width:393px;
    height:101px;
    float:left;
    clear:both;
}

.gallery-jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 155px;
}

.gallery-inside-jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 113px;
}

.gallery-jcarousel-skin-tango .jcarousel-item {
    width:  158px;
    height: 132px;
    padding: 3px 0 3px 3px;
}

.gallery-inside-jcarousel-skin-tango .jcarousel-item {
    width:  127px;
    height: 95px;
    padding: 3px 0 3px 3px;
}

.gallery-jcarousel-skin-tango .jcarousel-item-placeholder, .gallery-inside-jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
} 

/**
 *  Horizontal Buttons
 */
.gallery-jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: -14px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: transparent url(http://www.centennialparklands.com.au/__data/assets/image/0018/41346/next.png) no-repeat -26px 0;
}

.gallery-inside-jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: -14px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: transparent url(http://www.centennialparklands.com.au/__data/assets/image/0018/41346/next.png) no-repeat -26px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-next-horizontal:hover, .gallery-inside-jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -26px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-next-horizontal:active, .gallery-inside-jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -26px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.gallery-jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.gallery-jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.gallery-inside-jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.gallery-inside-jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.gallery-inside-jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: -11px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: transparent url(http://www.centennialparklands.com.au/__data/assets/image/0017/41345/prev.png) no-repeat 0 0;
}

.gallery-inside-jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: -11px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: transparent url(http://www.centennialparklands.com.au/__data/assets/image/0017/41345/prev.png) no-repeat 0 0;
}

.gallery-jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .gallery-inside-jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-prev-horizontal:active, .gallery-inside-jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.gallery-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.gallery-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.gallery-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active,
.gallery-inside-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.gallery-inside-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.gallery-inside-jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -26px 0;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/***************BEGIN GALLERY STYLING***************/
#gallery {
float:left;
padding:1px;
margin:10px 45px 20px 45px;
}

#gallery-home {
float:left;
padding:1px;
margin:10px 20px 10px 30px;
}

#gallery ul, #gallery-home ul {
list-style:none; 
float:left;margin:0;
padding:0;
}

#gallery-home ul li {
display:inline;
float:left;
height:155px;
border:0;
}

#gallery ul li {
display:inline;
float:left;
height:95px;
/*height:132px;*/
border:0;
}

#gallery ul li img, #gallery-home ul li img {
float:left;
display:inline;
}

#gallery ul li a:link, #gallery ul li a:visited, #gallery-home ul li a:link, #gallery-home ul li a:visited {
border:none;
}

/***************END GALLERY STYLING***************/


/***************BEGIN LIGHTBOX STYLING***************/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border:none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 2.0em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 80%; 
    float: left; 
    text-align: left; 
}    
#lightbox-image-details-caption { /*font-weight: bold; color:#7a8721;*/ }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;    
}

/***************END LIGHTBOX STYLING***************/

/***************PHOTO GALLERY ROUNDED CORNER FOR HOME***************/


#gallery_top_lft_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0003/41349/top_left_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:-158px;
margin-top:0px;
}

#gallery_bot_lft_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0014/41351/bot_left_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:0;
margin-top:-5px;
}

#gallery_top_rght_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0020/41348/top_right_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:153px;
margin-top:-152px;
}

#gallery_bot_rght_cnr {
background: url(http://www.centennialparklands.com.au/__data/assets/image/0013/41350/bot_right_cnr.gif) no-repeat;
float:left;
height:5px;
width:5px;
margin-left:153px;
margin-top:-5px;
}

/***************PHOTO GALLERY ROUNDED CORNER FOR INSIDE***************/


#gallery_inside_top_lft_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0003/41349/top_left_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:-127px;
margin-top:0px;
}

#gallery_inside_bot_lft_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0014/41351/bot_left_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:-127px;
margin-top:90px;
}

#gallery_inside_top_rght_cnr {
background: url("http://www.centennialparklands.com.au/__data/assets/image/0020/41348/top_right_cnr.gif") no-repeat;
float:left;
height:5px;
width:5px;
margin-left:122px;
margin-top:-95px;
}

#gallery_inside_bot_rght_cnr {
background: url(http://www.centennialparklands.com.au/__data/assets/image/0013/41350/bot_right_cnr.gif) no-repeat;
float:left;
height:5px;
width:5px;
margin-left:122px;
margin-top:-5px;
}