/* ELEMENT SETTINGS */

body {
	text-align: center ;
        background: #D4EDFA ;
}
img {
	border: 0px
}

#frame {
/*	position: absolute ;
        top: 50px ;
        left: 150px ;  */
        display: block ;
	margin-left: auto ;
        margin-right: auto ;
	padding: 10px ;
	border: 1px solid #66CCFF ;
	background: #FFFFFF ;
        width: 420px ;
}
#photo {
	text-align: center ;
	display: block;
	margin-left: auto;
	margin-right: auto ;
	border: 1px solid #000000 ;
}
.info {
	text-align: center ;
	font: 70% sans-serif ;
        color: #666666 ;
}
.info p {
	padding: 5px ;
        margin: 0px ;
}
#controls {
	text-align: center ;
}
#counter {
	text-align: center ;
	font: 70% sans-serif ;
        color: #666666 ;
	padding: 5px ;
        margin: 0px ;
}

#GoBack {
	position: absolute ;
        top: 10px ;
        left: 10px ;
	border: 1px solid #66CCFF ;
        background-color: #FFFFFF ;
        font: bold 70% sans-serif ;
        padding: 2px 5px ;
}

a.goBackLink, a.goBackLink:visited {
        color: #660099 ;
	text-decoration: none ;
}
a.goBackLink:hover {
        color: #666666 ;
	text-decoration: underline ;
}


