body,h1,h2,h3,quote,small {
	/* Page reset */
	margin:0px;
	padding:0px;
}

#gallery p, form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}
/*
body{
	color:#ffffff;
	font-size:13px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
*/
/* 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;*/
	
	
	
	background: url(../images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:auto;
	overflow:hidden;
	padding-left:0;
	background-image:url(../images/bannerself_bg.png);
	background-repeat:no-repeat;
	height:350px;
}

#slides{
	/* This is the slide area */
	height:350px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1200px;
	margin:0 auto 0 atuo;
	overflow:hidden;
	
}

.slide{
	float:left;
	width:1440px;
	height:500px;
}
.menucontainer{
	width:500px;
	height:67px;
	margin:0 0;
	padding:0 0;
	float:left;
}
.menucontainer1{
	width:550px;
	height:54px;
	margin:13px 0 0 0;
	padding:0 0;
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:80px;
	width:auto;
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	
}
#menu1{
	/* This is the container for the thumbnails */
	height:80px;
	width:945px;
	margin:0 auto;
	padding:0 0 0 190px;
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
}

ul{
	margin:0px;
	padding:0px;
	
}

#menu1 li{
	/* Every thumbnail is a li element */
	width:225px; /* width:192px; */
	display:inline-block;
	list-style:none;
	height:70px;
	overflow:hidden;
	margin-top:6px;
	float:left;
}

#menu1 li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(../images/pic_bg.png) repeat; */
}

#menu1 li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/divider.png) no-repeat right;
	
}

#menu li a{
	display:block;
	background:url(../images/divider.png) no-repeat right;
	height:70px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#mainbanner{
	/* The main container */
	margin:0 auto;
	width:1200px;
	position:relative;
	background:url(../images/bannerself_bg.png) no-repeat;
}

#menu1 a, a:visited {
	/*color:#0196e3;*/
	text-decoration:none;
	outline:none;
}

#menu1  a:hover{
	text-decoration:underline;
}

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