/* dummy */
body{
	/* Setting default text color, background and a font stack */

}

/* Gallery styles */

ul.inline a,
ul.inline span {
 display: inline;
/* padding: 7px 10px; */
}

#gallery{
position:absolute;
left:424px;
	/* 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 0px 1px 0px solid silver;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:600px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:600px;
	overflow:hidden;
}

.slide{
	float:left;div 
     
  }

}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */


#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:600px;
	position:absolute;
	top:120px;
}


