#overlay-gallery-main {
	width:940px;
	display:none;
}

.gallery-inner {
	clear:both;
	padding:26px;
}

#gallery-close {
	position:relative;
	float:right;
	margin-top:-32px;
	margin-right:15px;
	height:31px;
	width:83px;
	text-align:center;
	border:1px solid #000;
	background-color:#333333;
	color:#fff;
	font-weight:bold;	
	z-index:999;
	background-image:url(../images/bg_close.jpg);
	background-repeat:repeat-x;
}

#gallery-close div {
		padding-top:9px;
}

/*HEADER AREA*/
#gallery-header-main {
	border-bottom:1px solid #333;
	height:61px;
}

.gallery-title {
	float:left;
	color:#fff;
	font-size:26px;
	line-height:30px;
	padding-top:15px;
}

.gallery-nav-tab {
	color:#999;
	height:60px;
	width:180px;
	border:1px solid #333;
	border-bottom:none;
	float:right;
	margin-left:5px;
	background-image:url(../images/bg_tab.jpg);
	background-repeat:repeat-x;


}

.gallery-nav-tab div {
	font-size:13px;
	padding:20px;
}

/*NAVIGATION*/
.gallery-nav-main {
	color:#999;
	padding:10px 0;
	clear:both;
}
.gallery-nav {
	float:right;
	margin-left:5px;
	
}

#gallery-top-nav-cu {
	margin:15px auto;
	margin-top:5px;
	width:200px;
}

/*MAIN GALLERY AREA*/
#gallery-main {
	clear:both;
	height:314px;
	position:relative;
}

#gallery-main-cu
 {
	clear:both;
	height:420px;
	position:relative;
}

.panel {
  overflow:hidden;
    height:314px;
}

.column {
  float: left;
  width:200px;
  margin:11px 22px 11px 0px;;
  border:1px solid #333;
  text-align:center;

}
.last { margin-right: 0; }

.column img{
	cursor:pointer;
}

.selected {
	font-weight:bold;
	color:#fff;
}