/* CSS Document 

 CSS Document for Voiceless, The Fund for Animals
 Compiled by Farsite 
 Rights Reserved, Copying Prohibited
 Oct 2008
 
 */
 
 /*
 Organisation:
 
 1. Positioning Styles
 2. Headers & Fonts
 3. Navigation Styles
 4. Links
 5. Lists

 
 */

body, html {
  margin: 0px 0px;
  background-color: #FFFFFF;
  background-image: url(../images/background.png);
  background-repeat: repeat-x;

}
	* body, * html { margin: 0px 20px; }
	.clear { clear: both;}

.caption {font-family: 'Verdana, Century Gothic', Helvetica, sans-serif;  color: #1b4261; font-size: 12px; font-weight: normal; }

.caption2, span.caption2 {font-family: 'Verdana, Century Gothic', Helvetica, sans-serif;  color: #000; font-size: 10px; font-weight: bold; margin-top: 8px;}
		
/* Gallery */


.gallery {
width: 900px !important;
padding-left: 0px !important;
}

	
/* =Hoverbox Code
----------------------------------------------------------------------*/


.hoverbox
{
	cursor: default;
	list-style: none;
	/*
padding-left: 0px;
	margin: 0px;
*/
	}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #000;
	/*
border-color: #aaa #ccc #ddd #bbb;
	border-style: dotted;
	border-width: 1px;
	color: inherit;
*/
	padding: 2px;
	vertical-align: top;
	width: 170px;
	height: 104px;
	margin-bottom: -7px;
}

	
.hoverbox li
{
	background: #efefef;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: dotted;
	border-width: 1px;
	color: inherit;
	display: inline;
	width: 178px;
	height: 160px;
	float: left;
	/* margin: 3px 10px 3px 0 !important; */
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #fff;
	width: 220px;
	height: 135px;
}

