/* ERIC MEYER'S CSS RESET RELOADED */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.container {
	margin: 0px 10px;
}

h1#logo {
	background: url(../../art/ellipse_logo.gif) no-repeat center center;
	text-indent: -9999px;
	margin: 20px auto 10px;
	padding: 0px;
	height: 140px;
	width: 361px;
}


.galleria{list-style:none;}
.galleria li{display:block;float:left;margin:0 5px 5px 0;}

#gallery_main {
	width: 570px;
	height: 570px;
}
#gallery_main img {
	border: 10px solid #222;
}


.galleria {
	display: block;
}


.gallery_holder {
	display: block;
	margin: 0px auto;
	width: 870px;
	height: 580px;
}



.gallery li a{display: block;height: 70px;}
.gallery li a:link{border: 3px solid #ddd;}
.gallery li a:visited{border: 3px solid #ddd;}
.gallery li a:hover{border: 3px solid #555;}
.gallery li a:active{border: 3px solid #222;}

.gallery li a.selected {
border: 3px solid #ff0000;
}

#gallery_main {
	float: right;
}

.gallery {
	width: 300px;
	float: left;
}

#paging {
	display: block;
	margin: 0px auto;
	width: 870px;
	height: 20px;
}

#paging .next {
	float: right;
	display: block;
}
#paging .previous {
	float: left;
	display: block;
}

#paging a:link, #paging a:visited {
	color: black;
}
#paging a:hover, #paging a:active {
	color: #45c3d3;
}
