#tooltip  h3 {
    font-size: 11px !important;
    font-weight: normal !important;
}

#gallery a {
    text-decoration:none;
    color: #005419;
    font-weight:bold;
}

.photoFrame, .albumFrame {
    /* border: solid 1px #c9c9c9; */
    padding: 5px;
    margin: 4px 4px 20px 20px;
    width: 250px;
    float: left;
}

/*
.photoFrame:hover, .albumFrame:hover{
    background-color:#EE6C00;
    border-color:#EE6C00;
}
*/


#galleryPager {
    clear: both;
}

#galleryPager li {
    display: inline;
    margin: 0 3px;
}

.albumCategory {
    /* background-color: #e9e9e9; */
    padding:0 3px;
    font-size: 13px;
    font-weight:bold;
    text-align:center;
    color:#005419;
}

#adminPhotoBack {
    padding-right:10px;
}

.mini {
    font-size:xx-small;
}

.albumDescription {
    /* background-color: #e9e9e9; */
    height: 35px;
    overflow: hidden;
    padding:3px;
    font-size: 12px;
    font-weight:bold;
    color: #EE6C00;
}

.albumView {
    background-image: url(../../../public/img/vermas.jpg);
    width: 74px;
    height: 26px;
    border:none;
    font-weight: bold;
    cursor:pointer;
    color:transparent;
}

.ie6 .albumView,.ie7 .albumView {
    background-color: #EE6C00 !important;
    font-size: 14px !important;
    color: #fff !important;
}

.albumButton {
    text-align:right;
    margin-top: 5px;
}

.photoFrame {
    border: solid 1px #c9c9c9;
    padding: 5px;
    margin: 4px;
    width: 175px;
    float: left;
}

.photoFrame:hover{
    border-color:#EE6C00;
}

.photoTitle {
    background-color: #e9e9e9;
    padding:0 3px;
    font-size: 11px;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
    height: 35px;
}

.renderImage {
    height: 135px;
    overflow:hidden;
}

.albumImage {
    height: 175px;
    overflow:hidden;
}
