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


/* Gallery styles */

#gallery{
	position:relative;
	float:left;
	/* CSS3 Box Shadow */
	
	
	/* CSS3 Rounded Corners */
	
	
	
	
	

	
	background:url(../images/slider/panel.jpg) repeat-x;
	background-position:0px 300px;
	
	/* The width of the gallery */
	width:780px;
	height:auto;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:282px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:780px;
	overflow:hidden;

}

.slide{
	float:left;
}

#menu2{
	/* This is the container for the thumbnails */
	height:16px;
	width:780px;
	background:#FFF;
	overflow:hidden;
}

#menu2 ul{
	margin:0px;
	padding:0px;
	float:right;
	
}

#menu2 li{
	/* Every thumbnail is a li element */
	width:30px;
	display:inline-block;
	list-style:none;
	height:27px;
	overflow:hidden;
	float:left;
	
}

#menu2 li:hover{
	background:url(../images/slider/mainslider/slider_button_hover.png);
	z-index:10;
	
}

#menu2 li.act,li.act:hover{
	background:url(../images/slider/mainslider/slider_button_hover_active.png);
	z-index:10;

}

#menu2 li.act a{
	cursor:pointer;
}


#menu2 li a{
	display:block;
	height:27px;
}

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:503px;
	position:relative;
}

.menuItem a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

.menuItem a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}

