/*


   magic thumb v2.0.58 
   copyright 2012 magic toolbox
   buy a license: www.magictoolbox.com/magicthumb/
   license agreement: http://www.magictoolbox.com/license/


*/

/* style of the small image link */
.magicthumb, .magicthumb:hover {
/*cursor: url(/uploads/image/emgraphics/zoomin.cur), pointer;*/
outline: 0 !important;
}

/* style of the small image when the large image is expanded */ 
.magicthumb-expanded-thumbnail {
cursor: default;
}

/* style of the span inside the small image link */
.magicthumb span {
display: none !important;
}

/* style of the small image */
.magicthumb img {
border: 0;
outline: 0;
}

/* style of the expanded image */
.magicthumb-expanded {
cursor: , pointer;
background: transparent;
border: 1px solid #ccc;
outline: 0;
padding: 0;
}

/* style of the caption for the expanded image */
.magicthumb-caption {
color: #333;
font: normal 10pt verdana, helvetica;
background: #ccc;
text-align: left;
padding: 8px;
border: 0 !important;
outline: 0 !important;
}

/* style of the close/next/previous buttons */
.magicthumb-buttons {
background: transparent url(/uploads/image/emgraphics/buttons1.png) no-repeat 0 0;
height: 24px;
display: block;
}

.magicthumb-buttons a {
width: 24px;
height: 24px;
margin: 0px 1px !important;
overflow: hidden;
}

/* style of the loading message box */
.magicthumb-loader {
font: normal 12pt sans-serif;
border: 1px solid #000;
background: #fff  no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
}

/* style of the small images which swap the main image */
.magicthumb-swap {
}

/* style to hide caption on page. only needed for #id method. */
.magicthumb-external-caption {
display: none;
}