/* Gallery styles */
#flashContent #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:776px;
	height:298px;
	overflow:hidden;
	position: relative;
}

*:first-child+html #flashContent #menu ul{
right: 0px;
bottom: 0px;
overflow: hidden;
position: absolute;
}

*:first-child+html #flashContent #main{
	text-align:left;	
}

*:first-child+html #flashContent #menu ul li {
float: left;
}

#flashContent #slides{
	/* This is the slide area */
	height:258px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:776px;
	overflow:hidden;
	position: relative;
}

#flashContent .slide{
	float:left;
}

#flashContent #menuslides{
	/* This is the slide area */
	height:40px;
	left:10px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:255px;
	overflow:hidden;
	position: relative;
}

#flashContent .menuslide{
	float:left;
}


#flashContent #menu{
	/* This is the container for the thumbnails */
	height:40px;
	top:-40px;
	overflow:hidden;
	position: relative;
}

#flashContent ul{
	margin:0px;
	padding:0px;
}

#flashContent #menuitem{
	/* This is the container for the thumbnails */
	width:40px;
}

#flashContent li{
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;
	height:40px;
	overflow:hidden;
}

#flashContent li.inact{
	/* The active state of the thumb */
	opacity: 0.4;
	width:40px;
}


#flashContent li.vis{
	/* The active state of the thumb */
	width:255px;
	height:40px;
}

#flashContent li.invis{
	/* The active state of the thumb */
	width:0px;
	height:0px;
}

#flashContent li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/* background:url(img/pic_bg.png) repeat; */
	opacity: 1;
	width:40px;
}

#flashContent li.act,#flashContent li.act:hover{
	/* The active state of the thumb */
	/* background:url(img/active_bg.png) no-repeat; */ 
	opacity: 1;
	width:40px;
}

#flashContent li.act a{
	cursor:default;
	opacity: 1;
	width:40px;
}

#flashContent .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	/* background:url(img/divider.png) no-repeat right;  */
}

#flashContent li a{
	display:block;
	 background:url(img/divider.png) no-repeat right; 
	height:45px;
	padding-top:1px;
}

#flashContent a img{
	border:none;
}

/* The styles below are only necessary for the demo page */
#flashContent h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

#flashContent h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#flashContent #main{
	/* The main container */
	margin:0px auto;
	text-align:right;
	width:776px;
	position:relative;
}

#flashContent a, #flashContent a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#flashContent a:hover{
	text-decoration:underline;
}

#flashContent p{
	padding:10px;
	text-align:center;
}
