
/* Gallery styles */

#portgallery{
	
	
	
	/* The width of the gallery */
	width:638px;
	overflow:hidden;
	margin:30px 0 0 1px;
}

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

.portslide{
	float:left;
}

#portmenu{
	/* This is the container for the thumbnails */
	height:389px;
margin:-325px 0 0 -295px;
position:absolute;
width:560px;
}

#portmenu ul{
  margin:0;
  padding:0;
  list-style:none;
}

#portmenu li{
  margin:0;
  padding:0;
  list-style:none;
  float:left;
}


div#portmenu ul li.portt01 {
   margin:30px 0 0 0;
}

	div#portmenu ul li.portt02 {
   margin:10px 0 0 -100px;
}


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

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

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}


li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	z-index:500;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	z-index:500;
}

li.act a{
	cursor:default;
}

