@charset "UTF-8";

/* CSS Document */

/* Select Controls
----------------------------------------------- */
#effectsSelect { width: 180px; }
#effectsControls {	margin:0 auto 10px auto;}
#effectsGalleries {	margin:0 auto 20px auto; }
#effectsGalleries label { padding-bottom: 2px; }


#container {
	width: 800px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: 0px;
/*	background-position: left top; */
	z-index:4;
	position: relative;
	}

.effectsReload_0 {
   margin: 0;
  padding: 0;
  list-style: none;
  position:absolute;
  top: 325px;
  left: 0px;
}

.effectsReload_1 {
  margin: 0;
  padding: 0;
  list-style: none;
  top: 180px;
  left: 0px;
 position:fixed;
 z-index:10;
}

.effectsReload_1_container_page{
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100px;
  left: 0px;
 position:fixed;
 z-index:10;
}


.effectsReload_1_contact_page{
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100px;
  left: 0px;
 position:fixed;
 z-index:20;
}











#effectsReload a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#effectsReload a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width:100px; 
	}
#effectsReload a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width:100px; 
	}
#effectsReload a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #333;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width:100px; 
	}
#effectsReload a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

