.user_photos_gallery {height:75px;width:400px;float: left;}
.user_photos_gallery ul li {display:block;width:75px;height:75px;}


#user_photos_gallery_holder a.prev, #user_photos_gallery_holder a.next {
    display: block;
    float: left;
    width: 30px;
    height: 80px;
    line-height: 65px;
}


.gifts {height:80px;width:425px;float: left;}
.gifts ul li {display:block;width:80px;height:80px;}


#gifts_holder a.prev, #gifts_holder a.next {
    display: block;
    float: left;
    width: 30px;
    height: 80px;
    text-decoration: none;
    background: url("/img/jquery/carousel/nav_left.png") 0 25px no-repeat;
}
#gifts_holder a.next {
    background: url("/img/jquery/carousel/nav_right.png") 0 25px no-repeat;
}
#gifts_holder a:hover, #gifts_holder a:active {
    border: none;
    outline: none;
}
