/* Zoomed area */
.MPZoomBigImageCont {
border: 1px solid #efefef;
}

/* Header (shown if "title" attribute is present in the <a> tag) */
.MPZoomHeader {
font: 0.8em;
color: #3f3f3f;
background: #dfdfdf;
text-align: center !important; 
}

/* Small zoom area under mouse */
.MPZoomPup {
border: 1px solid #aaa;
background: #ffffff;
cursor: hand;


}

/* Loading box (displays while large image is downloading) */
.MPZoomLoading {
text-align: center;
background: #ffffff;
color: #444;
border: 1px solid #ccc;
opacity: 0.8;
padding: 3px 3px 3px 3px !important;
display: none; /* do not edit this line please */
}

/* Loading box image */
.MPZoomLoading img {
padding-top: 3px !important;
}

/* Thumbnail link <a> */
.MPThumb {
cursor: url(/images/zoomin.cur), pointer;
outline: none;
}

/* Thumbnail link <a> when the big image is zoomed */
.MPThumb-zoomed {
cursor: default;
}

/* Span inside the thumbnail <a> */
.MPThumb span {
display: none;
}

/* Thumbnail image */
.MPThumb img {
border: none;
outline: none;
}

/* Image while enlarging */
.MPThumb-image {
border: 1px solid #cccccc;
outline: none;
}

/* The enlarged image */
.MPThumb-image-zoomed {
cursor: url(/images/zoomout.cur), pointer;
}

/* Caption under the enlarged image */
.MPThumb-caption {
color: #333333;
background-color: #F0F0F0;
border: 1px solid #CCCCCC;
border-top: none;
font-family: Verdana, Helvetica;
font-size: 11px;
padding: 8px 16px;
}

/* Control bar at top of enlarged image */
.MPThumb-controlbar {
display: block;
height: 18px;
}

.MPThumb-controlbar a {
display: block;
width: 18px;
height: 18px;
margin: 0px 1px;
outline: none;
float: left;
overflow: hidden;
}

.MPThumb-controlbar a span {
display: block;
width: 1000px;
height: 1000px;
background: transparent url(/images/controlbar.png) no-repeat 0 0;
outline: none;
position: absolute;
left: 0px;
top: 0px;
}

/* Loading message box */
.MPThumb-loading {
border: 1px solid #000000;
background: #ffffff url(/images/miniloader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
}
