/* menu bookmarks */

.gallery_bookmarks{
	padding-left:5px;
	padding-right:5px;
}

/* content: gallery items */
.gallery_element {
	width:540px;
}

.gallery_title {
    color: #4277aa;
    height: 30px;
}

.thumbnail {
/*    height: 100px;
*//*    width: 480px;
*/    float: left;
	padding-left:2px;
	padding-bottom:2px;
}
.CategoryTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.fullview a{
    display: block;
    height: 200px;
    width: 24px;
    float: left;
	background: url(http://www.freewally.net/gallery/immagini/fullview.gif) 0 0 no-repeat;
}

.fullview a:hover{
	background-position: -24px 0;
}

.description {
    display: block;
    height: 200px;
    width: 200px;
    float: right;
    text-align: justify;
}

.divider {
    clear: both;
    display: block;
    height: 40px;
    width: 740px;
}

