/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 8px;
	margin: 0px 6px 7px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}

.paginare {
	width:100%;
	float:left;
	border:0px solid red;
	margin-bottom:12px;
	text-align:center;
}
.paginare a {
	padding: 3px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1; 
	margin-right:1px;
	text-align:center;
	font-size:12px;
}
.paginare a:hover {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}
.selectedpag {
	background-color: #dadada;
	color: #FFF;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}
.inside_right {
	width:220px;
	float:left;
}
.inside {
	border:0px solid red;
	width:220px;
	float:left;
}