.igallery-next {
float:right;
width:60px;
color:#A0A0A0;
text-align:center;
}

.igallery-count {
float:left;
width:350px;
color:#C0C0C0;
font-weight:bold;
text-align:center;
}


.igallery-header {
padding:5px 0px;
background:#505050;
height:20px
}
.igallery-desc {
padding:5px 0px;
background:#505050;
height:20px;
color:#C0C0C0;
overflow:hidden;
text-align:center;
}

.igallery-prev {
float:left;
width:60px;
color:#A0A0A0;
text-align:center;
}

.igallery_bloc {
    margin: 0px 0px 0px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    cursor: grab;
    cursor: -moz-grab;
}

.igallery:hover {
    cursor: hand;

}

.igallery-clear {
    clear: both;
}
.igallery {
    position: absolute;
    overflow:hidden;
    top: 0;
    left: 0;
}

.igallery img {
    display: block;
    float: left;
}

