/* Gallery styles */

#gallery{
	padding: 10px 0 0px 0;
	margin-left: 10px;
	width:796px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:796px;
	height:410px;
	overflow:hidden;
}
.slide {
	width:796px;
	max-width: 796px;
	overflow:hidden;
	background-color: white;
	height:470px;
}
#gallery .slide{
	float:left;
}
#menuHolder{
	position: absolute;
	margin-left: 135px;
	top:454px;
	padding: 50px 8px 8px 8px;
	height:90px;
	max-height: 25px;
	width: 525px;
	overflow: hidden;
}
#menu{
	/* This is the container for the thumbnails */
	position: absolute;
	height:25px;
	top: 90px;
	max-height: 25px;
	width: 515px;
	padding:8px;
	background-color:#ffffff; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	overflow: hidden;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 -4px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 -4px 5px;
	-khtml-box-shadow: rgba(0,0,0,0.1) 0 -4px 5px;
	box-shadow: rgba(0,0,0,0.1) 0 -4px 5px;
}

#gallery ul{
	margin:0px;
	padding:0px;
}

#gallery li{
	/* Every thumbnail is a li element */
	width:50px;
	float: left;
	margin-left: 8px;
	list-style:none;
	height:25px;
	overflow:hidden;
}

#gallery li.inact:hover{
	padding:0px;
}

#gallery li.act,li.act:hover{
	padding:0px;
}

#gallery li.act a{
	cursor:default;
	opacity: 0.2;
}

#gallery .fbar{
	padding:0px;
}

#gallery li a{
	padding:0px;
}

#gallery a img{
	border:none;
}
.smallRoundBtn {
	font-size: 9px;
}



/* Bottom Front Slider */
#slider {
    width: 816px;
    margin: 0 auto;
    position: relative;
	list-style-image: none;
	list-style-type: none;
}

.scroll {
    width: 816px;
    height: 305px;
    max-height: 305px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: white;
}

.scrollContainer div.panel {
    width: 816px;
}

#shade {
    background: #EDEDEC;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    width: 100%;
}

ul.navigation li {
    float:left;
    margin:0;
    text-align: center;
}

ul.navigation a:link,ul.navigation a:visited,ul.navigation a:hover {
    color: #dbdbdb;
	background: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 0px;
	border-right:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	margin-left: -1px;
	float:left;
	width: 205px;
	box-sizing: border-box;
}

/*
ul.navigation a:hover {
	color: white;
	background-color: #008BD1;
}
*/

ul.navigation a.selected {
   	color: black;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
	border-bottom:1px solid #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 40%;
    cursor: pointer;
    visibility: hidden;
}

.scrollButtons.left {
    left: -20px;
    visibility: hidden;
}

.scrollButtons.right {
    right: -20px;
    visibility: hidden;
}

.hide {
    display: none;
}
