/* styles for works img popups */

/* Yahoo reset */
@import url(http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css);

/* basic html bits */
body{
	background:#fff;
	color:#000;
	font:11px/14px Arial, Helvetica, sans-serif;
}

/* galleria stuff */
.galleria{list-style:none;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.caption{display:block;padding:0 0 0.5em;width:auto;}
* html .galleria li div span{width:400px} /* MSIE bug */

/* statement block */
div.statement{
	height:590px;
	left:670px;
	overflow:auto;
	padding-right:10px;
	position:absolute;
	top:29px;
	width:200px;
}
