@charset "UTF-8";
/* CSS Document */

/* Styles for Project Gallery*/

#gallery {
	width:619px;
	height:436px;
	background:none;
	margin:0;
	float:left;
	left:402px;
	position:absolute;
	border: solid white 2px;
	padding:0px;
	box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
}

#big_image {
	float:left;
	width:619px;
	height:436px;
	padding:0;
	position:relative;
}

.bigImgClass {
	width:619px;
	height:436px;
}

#menu_wrap {
	position:absolute;
	bottom:0;
	height:70px;
	width:619px;
}

#menubar {
	background:rgba(10,10,10,0.9);
	opacity:0.85;
	height:100%;
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
}

.image_menu {
	background: none;
	opacity:0.9;
	height:70px;
	width:619px;
	float:left;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu1 {
	position:absolute;
	left:0;
	-webkit-transition: left 1s ease;
     -moz-transition: left 1s ease;
      -ms-transition: left 1s ease;
       -o-transition: left 1s ease;
          transition: left 1s ease;
}

#menu2 {
	position:absolute;
	left:619px;
	-webkit-transition: left 1s ease;
     -moz-transition: left 1s ease;
      -ms-transition: left 1s ease;
       -o-transition: left 1s ease;
          transition: left 1s ease;
}

#menu3 {
	position:absolute;
	left:619px;
	-webkit-transition: left 1s ease;
     -moz-transition: left 1s ease;
      -ms-transition: left 1s ease;
       -o-transition: left 1s ease;
          transition: left 1s ease;
}

#menu4 {
	position:absolute;
	left:619px;
	-webkit-transition: left 1s ease;
     -moz-transition: left 1s ease;
      -ms-transition: left 1s ease;
       -o-transition: left 1s ease;
          transition: left 1s ease;
}

#menu5 {
	position:absolute;
	left:619px;
	-webkit-transition: left 1s ease;
     -moz-transition: left 1s ease;
      -ms-transition: left 1s ease;
       -o-transition: left 1s ease;
          transition: left 1s ease;
}

#left_arrow {
	position:absolute;
	left:12px;
	top:2px;
	z-index:100;
	cursor:pointer;
	cursor:hand;
}

#right_arrow {
	z-index:100;
	position:absolute;
	right:15px;
	top:2px;
	cursor:pointer;
	cursor:hand;
}

#left_arrow a, #right_arrow a {
	font-size:45px;
	line-height:50px;
	color:white;
}

#left_arrow a:hover, #right_arrow a:hover {
	font-size:50px;
}

.thumb {
	padding:0;
	margin-top:10px;
	margin-left:44px;
	display:inline;
	height:50px;
	width:67px;
	float:left;
	overflow:hidden;
}

.thumb img {
	float:left;
	display:inline;
	padding:0;
	margin:0;
}

.thumb:hover {
	border:solid white 1px;
}

#pageNum {
	position:absolute;
	right:7px;
	bottom:5px;
	z-index:100;
	color:white;
	font-size:13px;
	font-weight:bold;
}

#bigImg {
	padding:0;
	margin:0;
}

/**************************

 	Nav Button Styles 
 
 ****************************/

.btn {
	margin-left:0px !important;
}

.fwdBtn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin: 7px 0px 0px 0px;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
	-webkit-transition: right 0.3s ease;
     -moz-transition: right 0.3s ease;
      -ms-transition: right 0.3s ease;
       -o-transition: right 0.3s ease;
          transition: right 0.3s ease;
}

.fwdBtn:hover,
.fwdBtn:active,
.fwdBtn.active,
.fwdBtn.disabled,
.fwdBtn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.fwdBtn:active,
.fwdBtn.active {
  background-color: #cccccc \9;
}

.fwdBtn:first-child {
  *margin-left: 0;
}

.fwdBtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#backBtn {
	position:absolute;
	left:30px;
	top:5px;
	opacity:0.85;
	-webkit-transition: left 0.3s ease;
     -moz-transition: left 0.3s ease;
      -ms-transition: left 0.3s ease;
       -o-transition: left 0.3s ease;
          transition: left 0.3s ease;
}

#backBtn:hover {
	left:45px;
	-webkit-transition: left 0.3s ease;
     -moz-transition: left 0.3s ease;
      -ms-transition: left 0.3s ease;
       -o-transition: left 0.3s ease;
          transition: left 0.3s ease;
}

.fwdBtn.one {
	position:absolute;
	right:7px;
	top:5px;
	opacity:0.85;
}

.fwdBtn.two {	
	position:absolute;
	right:7px;
	top:37px;
	opacity:0.85;
}

.fwdBtn.three {
	position:absolute;
	right:7px;
	top:69px;
	opacity:0.85;
}

.fwdBtn.four {
	position:absolute;
	right:7px;
	top:101px;
	opacity:0.85;
}

.fwdBtn.full {
	position:absolute;
	right:7px;
	top:315px;
	opacity:0.9;
}

.fwdBtn:hover {
	right:25px;
	-webkit-transition: right 0.3s ease;
     -moz-transition: right 0.3s ease;
      -ms-transition: right 0.3s ease;
       -o-transition: right 0.3s ease;
          transition: right 0.3s ease;
}

#openBtn {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	color:#fff !important;
	background-color: #063 !important;
  *background-color: #063 !important;
  background-image: -ms-linear-gradient(top, #390, #063) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#360), to(#063)) !important;
  background-image: -webkit-linear-gradient(top, #390, #063) !important;
  background-image: -o-linear-gradient(top, #390, #390) !important;
  background-image: linear-gradient(top, #390, #390) !important;
  background-image: -moz-linear-gradient(top, #390, #390) !important;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
}

#openBtn:hover {
	right:7px !important;
}