body
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Courier New', 'Andale Mono', Courier, Monaco, monospace;
	font-size: 14px;
	color: black;
}

a
{
	text-decoration: none;
	color: black;
	/*font-weight: bold;*/
	padding-bottom: 2px;
}

a:hover
{
	background-image: url(../../img/stip.gif);
	background-repeat: repeat-x;
	background-position: 0 0.8em;
	background-attachment: scroll;
}

div#thumbs
{
	margin-top: 5px;
}

div#horizon
{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

div#content
{
	position: absolute;
	left: 50%;
	visibility: visible;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
	width: 760px;
	height: 480px;
	margin-left: -380px;
	top: -240px;
}


#gallery div#content
{
	width: 700px;
	margin-left: -350px;
}

div#paging
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div#paging a
{
	/*font-weight: bold;*/
	padding-bottom: 2px;
}

div#paging a.selected
{
	background-image: url(../../img/stip.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.8em;
	background-attachment: scroll;
}

div#paging ol, div#paging ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

div#paging ol li, div#paging ul li
{
	display: inline;
	padding: 0;
	margin: 0 0.3em 0 0;
}

div#paging ol li a { float: none; }

div.thumb
{
	margin: 0 3px 3px 0;
	float:left;
	width: 172px;
	height: 147px;
	text-align: center;
	overflow: hidden;
}
div.thumb:hover, div.cardSelect
{
	background: white url('gallery_ro.gif') no-repeat;
}

div.thumb img
{
	margin: 5px 0 0 0;
	border: 0;
	clear: right;
}

/*div.thumb a
{
	display: block;
	width: 160px;
	height: 114px;
	overflow: hidden;
}*/

div.thumb a:hover
{
	background: none;
}
