body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	border-width:0px;
	margin:0px;
	padding:0px;
}

a img{
	border-width:0px;
	margin:0px;
	/**
	position:relative;
    **/
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #D6D6FF;
	
	border-width:0px;
	margin:0px;
	padding:0px;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	color: green;
	display:flex;
	background:url(img/divider.png) no-repeat right;
	height:45px;
	position:absolute;
	width:2px;
}

/* Gallery styles */
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:720px;
	/*
	width:920px;
	*/
	overflow:hidden;
}

li a{ /*** How the thumbnails display ***/
    position:relative;
	display:inline-block;
	background:url(img/divider.png) no-repeat right;
	height:40px;
	padding-top:5px;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:0px;
	border-width:0px;
	margin:0px;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
	
	border-width:0px;
	margin:0px;
	padding:0px;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
	
	border-width:0px;
	margin:0px;
	padding:0px;
}

li.act a{
	cursor:default;
	
	border-width:0px;
	margin:0px;
	padding:0px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:720px;
	/*
	width:920px;
	
	position:relative;
    **/
}

#menu{
	/* This is the container for the thumbnails */
	/** menu is gathered by jquery **/
	background-color: orange;
	border-width:0px;
	display:inline-block;
	font-size:0;
	height:45px;
	list-style:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
	position:absolute;
}

.menuItem{
    background-color: yellow;
    border:0px;
	display:inline-block;
	height:45px;
	list-style:none;
	margin:0px;
	overflow:hidden;
	/**relative**/
	position:relative;
	width:60px;
}

p{
	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:720px;
	/*
	width:920px;
	*/
	overflow:hidden;
}

.slide{
	float:left;
}

ul{ /*** How the main view looks in the window ***/
    border-width:0px;
    list-style:none;
	margin:0px;
	padding:0px;
}