body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{

	/* The width of the gallery */
	width:920px;
	overflow:hidden;

}
#main{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:920px;
	position:relative;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}
#slides{
	/* This is the slide area */
	height:400px;
	
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
	z-index:10;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */

	background-color:#000000;
	height:40px;
	text-align:right;
	z-index:100;
}
#menu_displace {
	display:block;
	padding-top:14px;
	margin-right:15px;
	}
ul{

	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;


}
a.menuLink{
font-size:0px;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
color:#a1a1a1;
	background-color:#282828;
	width:14px;
	height:14px;
	-moz-border-radius:7px;
	-webkit-borderradius:7px;
	border-radius:7px;
	-moz-box-shadow:0 0 2px #000;
	-webkit-box-shadow:0 0 2px #000;
	box-shadow:0 0 2px #000;
	margin-right:5px;
}

li.inact:hover a{
	/* The inactive state, highlighted on mouse over */
	text-decoration:none;
	background-color:#878787;
	width:14px;
	height:14px;
	-moz-border-radius:7px;
	-webkit-borderradius:7px;
	border-radius:7px;
	
}

li.act,li.act:hover{
	/* The active state of the thumb */
	text-decoration:none;
	
}

li.act a{
	cursor:default;
	background-color:#008ee0;
}
.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	
}

li a{
	display:block;

}

a img{
	border:none;
}
#Logo{
	
	position:absolute;
	left:0px;
	top:-12px;
}

/* The styles below are only necessary for the demo page */

h1{
	display:block;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight: bold;
	line-height:1;
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;

}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	text-transform:uppercase;
	top:15px;

}


