#galleriesWrapper {
	background-color:#eaecf1;
	border:1px solid black;
	position:relative;
	min-height:750px;
	/* to make the thumbnails shift a bit to the right so they appear in the middle*/
	padding:15px 0 15px 15px;
}


ul#galleryPreviewList {
  	display:inline;
  	vertical-align:middle;
	list-style-type: none;
	list-style-position: inline;
	z-index:3;
}

ul#galleryPreviewList li {
  	float:left;
}

ul#galleryPreviewList li, ul#galleryPreviewList li img {
	width:250px;
	height:250px;
}
ul#galleryPreviewList li img {
	background:url(/img/loading-animation-small-light-blue.gif) center no-repeat;
	position:absolute;
}

span.gallery-thumbnail-wrapper {
	display:block;
	float:left;
	position:relative;
}

ul#galleryPreviewList li a {
	cursor: url('/img/zoomin.cur'), pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}


#galleriesLeft, #galleriesRight {
	position:absolute;
	background-color:green;
	width:50px;
	height:100%;
	top:0%;
	z-index:1000;
	opacity:0.3;
}

#galleriesLeft {
	left: 0px;
	background:url(/img/navigation-left.png) left no-repeat;
}

#galleriesRight {
	right: 0px;
	background:url(/img/navigation-right.png) right no-repeat;
}

/*  TAG CLOUD */
#tagCloud {
	width: 900px;
	height:auto;
	line-height:1.5;
	font-size:16px;
	text-align:justify;
}
#tagCloud span a {
	color:blue;
}

#tagCloud span a:hover {
	background-color:#aaaaff;
	text-decoration:none;
}

#tagCloud a.tag1 { font-size: 100%; font-weight: 100; opacity: 0.5 }
#tagCloud a.tag2 { font-size: 130%; font-weight: 200; opacity: 0.55}
#tagCloud a.tag3 { font-size: 160%; font-weight: 300; opacity: 0.6}
#tagCloud a.tag4 { font-size: 190%; font-weight: 400; opacity: 0.65}
#tagCloud a.tag5 { font-size: 210%; font-weight: 500; opacity: 0.70}
#tagCloud a.tag6 { font-size: 230%; font-weight: 600; opacity: 0.75}
#tagCloud a.tag7 { font-size: 250%; font-weight: 700; opacity: 0.80}
#tagCloud a.tag8 { font-size: 265%; font-weight: 800; opacity: 0.85 }
#tagCloud a.tag9 { font-size: 280%; font-weight: 900; opacity: 0.90}
#tagCloud a.tag10 { font-size: 290%; font-weight: 900; opacity: 1}
 
.TagCloudWeight1 {
    font-size: 100%;
}
.TagCloudWeight2 {
    font-size: 130%;
}
.TagCloudWeight3 {
    font-size: 160%;
}
.TagCloudWeight4 {
    font-size: 190%;
}
.TagCloudWeight5 {
    font-size: 210%;
}

#showTagCloudWrapper {
	height:100%;
	float:right;
	font-size: small;
}

/* Seitenlinks */

span#seitenlinks {
	height:20px;
}

span#seitenlinks a {
	color: #505050;
	font-weight:normal;
}

a.seitenlink:hover {
	background-color:#3388dd;
	color:#333333 !important;
	text-decoration:none !important;
	border:1px solid #3388dd;
}

a.seitenlink {
    border-radius: 3px 3px 3px 3px;
    padding: 2px 5px;
	font-size:16px;
	font-weight:normal;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
	border:1px solid transparent;
	color: #3388DD;
}

span#seitenlinks a.seitenlink.current {
	border:1px solid gray;
	color:#222222;
}

div#contentHeadingRight {
	position:relative;
	width:60px;
}

div#toolbox {
	border-radius: 5px;
	position:absolute;
	right:-15px;
	top:-10px;
	z-index:3;
}

div#toolbox img {
	opacity:0.3;
}

div#toolbox img:hover {
	opacity:1;
}