.gradualshine{
filter:alpha(opacity=60);
-moz-opacity:0.6;
}

.meniushine{
filter:alpha(opacity=75);
-moz-opacity:0.75;
}

h1 {
	font-family: "Magneto", Book Antiqua, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

body {
	font-family: Courier New Bold, Book Antiqua, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-right: px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a:link {
	text-decoration: none;
	color: #aaaaaa;
	margin: 0px;
}
a:visited {
	text-decoration: none;
	color: #aaaaaa;
	margin: 0px;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #bbbbbb;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #ffffff;
}

#meniu a img{
border: 0px;
}

#meniu a:hover img{ 
border: 0px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbImage{ /*DIV that holds the enlarged image */
background: white;
}

#thumbLoading{ /*DIV for showing "loading" status */
position: absolute;
text-decoration: none;
color: #eeeeee;
font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
visibility: hidden;
border: 1px solid grey;
background: #666666;
}