/* @override 
	http://192.168.1.200/flickr_enlarger/viewer.css
	http://enlarger.myd3.com/styles/viewer.css
*/

/*
Based off of the code by fricca <http://d-graff.de/fricca/center.html>
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	overflow: auto;
}

/* horizontal centering for IE Win quirks */

body {
	text-align: center;
}

#distance {
	width: 1px;
	height: 50%;
	float: left;
}

/* puts container in front of distance */

#container {
	margin: 0 auto;
	position: relative;
	text-align:left;
	clear: left;
}


#container img {
	background-repeat: no-repeat;
	background-position: center center;
	border-width: 0;
	border-style: none;
}

a, a:link, a:visited, a:active{
	outline: none;
}

#sharetext {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 16px;
}

#notice {
	position: absolute;
	width: auto;
	right: 0;
	bottom: 0;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#notice a{
	text-decoration: none;
	opacity: 0.5;
}
#notice a:hover{
	opacity: 1;
}
