

/* Photo
---------------------------------------------*/

#PhotoBox {
	padding: 0;
}

#Container {
	position: relative;
	height: 420px;
	width: 600px;
	margin: 0;
	border: none;
	font-size: 0px;
	background-color: #808080;

}


/* Photo Navigation
---------------------------------------------*/

#Controls {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../images/controls.gif) left top no-repeat;
	height: 28px;
	width: 67px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#Controls a {
	text-indent: -9000px;
	float: left;
	display: block;
	height: 28px;
}

#PrevLink { width: 25px; background: transparent url(../images/controls.gif) left top no-repeat; }
#PlayToggle { width: 17px; background: transparent url(../images/controls.gif) -25px top no-repeat; }
#NextLink { width: 25px; background: transparent url(../images/controls.gif) -42px top no-repeat; }

#PrevLink:hover { width: 25px; background: transparent url(../images/controls.gif) left -28px no-repeat; }
#PlayToggle:hover { width: 17px; background: transparent url(../images/controls.gif) -25px -28px no-repeat; }
#NextLink:hover { width: 25px; background: transparent url(../images/controls.gif) -42px -28px no-repeat; }


/* Loading
---------------------------------------------*/

#Loading {
	text-align: left;
	padding: 20px 0 0 20px;
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
	vertical-align: middle;
}

#Loading img {
	vertical-align: -30%;
	margin-right: 3px;
}


/* Caption
---------------------------------------------*/

#CaptionContainer {
	margin: 0;
	text-align: left;
	padding: 5px 0;
	width: 600px;
}

#CaptionContainer p {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#Counter {
	padding-right: 5px;
	color: #999;
}


/* Thumbnail View
---------------------------------------------*/

#ViewThumbs {
	margin-top: 2px;
	display: block;
	float: right;
	text-indent: -9000px;
	height: 13px;
	width: 71px;
	overflow: hidden;
	background: transparent url(../images/thumbnails.gif) left top no-repeat;
}

#ViewThumbs:hover, #ViewThumbs:visited:hover {
	background: transparent url(../images/thumbnails.gif) left -13px no-repeat;
}

#ThumbContainer {
	display: none;
}

#ThumbContainer img {
	display: block;
	border: none;
}

#ThumbContainer a {
	float: left;
	margin: 0 4px 4px 0;
	padding: 2px;
}

#ThumbContainer a:link, #ThumbContainer a:visited { border: 2px solid #999; }
#ThumbContainer a:hover, #ThumbContainer a:visited:hover { border: 2px solid #198bd7; }
#ThumbContainer a.selected:link, #ThumbContainer a.selected:visited, 
#ThumbContainer a.selected:hover, #ThumbContainer a.selected:visited:hover { 
	border: 2px solid #198bd7; }


#main-block2 #TagCloud  { 	
 			font-family: "Lucida Sans Unicode","Lucida Grande",verdana, arial, helvetica, sans-serif;
 			text-align: left;
 			padding:0px;
			line-height: 2em;
			margin: 0px;
			width: 500px;
 } 
 
#main-block2  #TagCloud a {
 			text-decoration:none;		
 			color: #666; 
 			padding: 3px;
			font-size: 12px;
 }
 
#main-block2 #TagCloud .tag1 { font-size: 0.7em; color: #d3cfc9;} /* smallest font */
#main-block2 #TagCloud .tag2 { font-size: 0.8em; color: #c9c3bc;}
#main-block2 #TagCloud .tag3 { font-size: 0.95em; color: #beb4a8;}
#main-block2 #TagCloud .tag4 { font-size: 1.05em; color: #ada191;}
#main-block2 #TagCloud .tag5 { font-size: 1.2em; color: #a49178;}
#main-block2 #TagCloud .tag6 { font-size: 1.3em; color: #a28865;}
#main-block2 #TagCloud .tag7 { font-size: 1.45em; color: #9e7a4b;}
#main-block2 #TagCloud .tag8 { font-size: 1.55em; color: #9b6e32;}
#main-block2 #TagCloud .tag9 { font-size: 1.7em; color: #9a6a2a;} /* largest font */

