/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
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: 50px;
border: 10px solid #fff;
overflow: auto;
background-color: #FFF;
/*background : url(../img/testimonial_big_bubble_bottom.png) left bottom no-repeat;*/
visibility: hidden;
}

div#mb_contents_top {
width: 400px;
height: 11px;
border: 10px solid #fff;
border-bottom:0;
background : url(../img/testimonial_big_bubble_top.png) no-repeat;
}

.mb_loading {
background: #DDD url(../img/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: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
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: 20px;
height: 20px;
background: transparent url(../img/close.gif) no-repeat;
margin: 5px 0 0 0;
border : 0px;
}
a#mb_next_link {
display: block;
float: right;
width:17px;
height: 20px;
background: transparent url(../img/next.gif) no-repeat;
margin: 5px 0 0 0;
border : 0px;
}
a#mb_prev_link {
display: block;
float: right;
width:17px;
height: 20px;
background: transparent url(../img/prev.gif) no-repeat;
margin: 5px 0 0 0;
border : 0px;
}
#mb_info {
float:right;
clear:both;	
}

a#mb_prev_link:hover,a#mb_next_link:hover,a#mb_close_link:hover { background-position: 0 -23px; }

div#mb_caption {
margin-right: 71px;
}
