
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    overflow: hidden;
    position: relative;
    padding: 3px 0 0;
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    background: #818181 no-repeat scroll -20px -20px;
    color: #ffffff;
    height: 22px;
}

.cloud-zoom-title .cloud-zoom-save {
    position: absolute;
    top: 0px;
    right: 30px;
    color: #ffffff;
    margin:3px 5px 0 0;
}

.cloud-zoom-title #cloud-zoom-close {
  float: right;
  position: absolute;
  top: 1px;
  right: 3px;
}

/* This is the zoom window. */
.cloud-zoom-big #cloud-zoom-outer {
	position: relative;
    margin: 0;
    padding:0;
    color: #fff;
    border : 1px solid #000;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.cloud-zoom-arrows {
    display: none;
    z-index: 101;
    position: absolute;
    top: 6px;
    left: -15px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cloud-zoom-right-default .cloud-zoom-arrows {
    background: url('../../../themes/default/Images/darrows.png') no-repeat;
    width:16px;
    height:16px;
    background-position: -48px 0;
}
.cloud-zoom-left-default .cloud-zoom-arrows {
    background-image:url('../../../themes/default/Images/darrows.png');
    left:99%;
    margin-right:-15px;
    background-position: -16px 0;
}

div#cloud-zoom-close span.closeCross{
    background-image:url('../../../themes/default/Images/btn-closealpha.png');
}
