#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 100;
text-align: left;
line-height: 0;	
}

#lightbox a img{ 
border: none;
}

#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}

#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}

#imageContainer>#hoverNav{
left: 0;
}

#hoverNav a{
outline: none;
}

#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(../images/blank.gif) no-repeat; 
/* Trick IE into showing hover */
display: block;
}

#prevLink {
left: 0;
float: left;
}

#nextLink {
right: 0;
float: right;
}

#prevLink:hover, #prevLink:visited:hover {
background: url(../images/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
background: url(../images/next.gif) right 15% no-repeat;
}

#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}

#imageData{
padding:0 10px;
color: #666;
}

/*#imageData #imageDetails{
width: 70%;
float: left;
text-align: left;
}*/

#imageData #caption{
font-weight: bold;
}

#imageData #numberDisplay{
display: block;
clear: left;
padding-bottom: 1.0em;
}

#imageData #bottomNavClose{
width: 66px;
float: right; 
padding-bottom: 0.7em;
}

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #00001e;
}


/* Min-Width */

.lbWidth { /* most browsers */
position: absolute;
top: 0px;
left: 0px;
width: 100%;
min-width: 790px;
}

* html .lbContent { /* IE6 */
margin-left: -790px;
position:relative;
}

* html .lbMinWidth { /* IE6 */
padding-left: 790px;
}

/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/* html

.clearfix {
height: 1%;
}

.clearfix {
display: block;
}

/* End hide from IE-mac */ 


/*----Video Lightbox----*/

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
padding:5px;
}

#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background-color: #00001e;
cursor: pointer;
}

/*----End Video Lightbox----*/	

/* moodalbox CSS (Booking Conditions)*/

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #00001e;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
}


div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 200px;
border: 10px solid #fff;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/sce/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #fff;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/sce/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

/*----ibox styles----*/

#ibox_wrapper {
    padding: 10px 10px 35px 10px;
    line-height: 25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a {
background-color:#fff;
border:none;
}

#ibox_content { background-color:#fff; border:0; }
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -10000px;
    background: url(../images/sce/closelabel.gif);
    width: 56px;
    height: 22px;
}
#ibox_progress {
    background: #fff url(../images/sce/loading.gif) center center no-repeat;
}

#ibox_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #00001e;
cursor: pointer;
z-index: 90;
-moz-opacity: 0.8;
opacity:.80;
filter:alpha(opacity=80);
}

