#yearAlbum{
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.album2009, .album2010, .album2011 {
    background: #DD4B39;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font-family: Segoe UI,"Lucida Grande",Arial,sans-serif;
    font-size: 13px;
    height: 50px;
    margin-left: 32px;
    text-align: center;
    width: 130px;
}
.album2009:hover, .album2010:hover, .album2011:hover{
    background: #eee;
    color: #000;
    cursor: pointer;
}

#addAlbum, #addImage {
    float:left;
    height:40px;
    margin:20px 0 20px 80px;
    width:250px;
}

#addAlbum{
    background-image: url('../module/galerija/template/default/images/addAlbum.png');
    background-repeat: no-repeat;
}


#addImage{
    background-image: url('../module/galerija/template/default/images/addImage.png');
    background-repeat: no-repeat;
}

#addAlbum:hover{
    background-image: url('../module/galerija/template/default/images/addAlbumHover.png');
    background-repeat: no-repeat;
}


#addImage:hover{
    background-image: url('../module/galerija/template/default/images/addImageHover.png');
    background-repeat: no-repeat;
}

.galleryWrp{
    width: 100%;
    height: auto;
}
.imageWrp2{
    float: left;
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

ul.imageWrp2 li {
    background: url("shadow.png") no-repeat scroll right bottom transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-bottom: 6px;
}

.gallImage {
    border: 0 none;
    float: left;
}
.gallImage img{
    padding: 3px;
    border:1px solid #cccccc;
    float: left;
}

.galleryBorder, #albumBorder{
    margin: 0 auto;
    width:680px;
    border-radius:5px;
}
.galleryBorder:hover{
    cursor:pointer;
    background: #eee;
}
.description{
    width: 100%;
    color: #DD4B39;
    text-align: center
}
.slikeGalerija {
    background: url("shadow.png") no-repeat scroll right bottom transparent;
    float: left;
    margin: 0 14px 14px 0;
    padding-bottom: 6px;
}
.slikeGalerija a{
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.figitm{
    float: left;
    position: relative;
}
.slikeGalerija img{
    background: none repeat scroll 0 0 white;
    border: 1px solid #D0D0D0;
    float: left;
    margin: 0;
    padding: 4px;
}

.imageBottom {
    border-style: none;
    background-color:  #fff;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.editAlbum{
    z-index: 200;
    position: absolute;
    margin-left: 570px;
    width: 50px;
    height: 50px;
    background-image: url('../module/galerija/editAlbum.png');
    margin-top: 17px;
}
.editAlbum:hover{
    background-image: url('../module/galerija/editAlbumHover.png');
}

.deleteAlbum{
    position: absolute;
    margin-left: 620px;
    width: 68px;
    height: 68px;
    background-image: url('../module/galerija/delete.png');
    margin-top: 8px;
}
.deleteAlbum:hover{
    background-image: url('../module/galerija/deleteHover.png');
}
.editImage{
    position: absolute;
    margin-left: 45px;
    margin-top: 2px;
    width: 35px;
    height: 35px;
    background-image: url('../module/galerija/edit.png');
}
.editImage:hover{
    background-image: url('../module/galerija/editHover.png');
}

.deleteImage{
    position: absolute;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-image: url('../module/galerija/deleteImage.png');
}
.deleteImage:hover{
    background-image: url('../module/galerija/deleteImageHover.png');
}

.moveImage{
    position: absolute;
    margin-left: 85px;
    width: 38px;
    height: 38px;
    background-image: url('../module/galerija/move.png');
}
.moveImage:hover{
    background-image: url('../module/galerija/moveHover.png');
}

.desc {
    color: #404040;
    font-size: 12px;
    margin: 0 auto;
    text-align: justify;
    width: 570px;
}

.galleryDate{
    text-align: center; 
    width: 100%; 
    color: #D14836; 
    font-size: 14px; 
    margin-bottom: 10px;
}
.imagesWrp{
    margin-left: 42px;
    text-align: center;
    width: 616px;
}
.imageContainer{
    width: 600px;
    margin: 0 auto;
}
