/* global */
.fotoboxes_container {
float: none;
margin: 0 auto;
} 

.fotoboxes_container img {
position:absolute; 
border:none; 
display:none;
}

.fotoboxes_container a.imgLink {
z-index:2; 
display:none; 
position:absolute; 
top:0px; 
left:0px; 
border:0; 
padding:0; 
margin:0; 
width:100%; 
height:100%;
}

#FotoBoxAdminSlide h4, #FotoBoxAdminThumbs h4 {
color: #222;
font-size: 24px;
padding: 0 0 12px 0;
margin: 0;
}

#FotoBoxMain input.text {
background: #fff;
color: #222;
}

#FotoBoxMain textarea {
background: #fff;
color: #222;
}

#FotoBoxThumbsThumbs img {
width: 76px;
}

#FotoBoxAdminSlide {
background: #fff;
color: #333;
border: 1px solid #999;
padding: 12px 20px 20px 20px;
margin: 8px 0;
}

#FotoBoxAdminThumbs {
background: #ddd;
color: #000;
border: 1px solid #666;
padding: 12px 20px 20px 20px;
margin: 8px 0;
}


/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
position:absolute;
width:100%;
height:auto;
padding:0;
right:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
z-index:3;
overflow:hidden;
font-size: 0;
}

div.mc-caption-bg {
background-color:#000;
}

div.mc-caption {
font-family: arial, sans-serif;
font-size: 15px;
color:#ccc;
z-index:4;
padding:6px 12px;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
text-align: center;
}

div.mc-caption a {
color:#fff;
text-decoration: underline;
}

div.mc-caption a:hover {
color:#f90;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper {
top: -24px; /* Its position is relative to the #slider */
background:#ccc;
text-align: center;
position:relative;
z-index:5;
cursor:pointer;
margin: 0 auto;
}

/* each bullet */
div.navBulletsWrapper div 
{
width:11px; 
height:11px;
background:transparent url(bullet.png) no-repeat 0 0;
float:left;
overflow:hidden;
vertical-align:middle;
cursor:pointer;
margin-right:11px;/* distance between each bullet*/
position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {
background-position:0 -11px;
}

div.navBulletsWrapper {visibility: hidden;}
