
/*-- Image box 
--------------------------------------------------------*/
.image_box.hidden {
	display: none;
}
.shadow.hidden {
	display: none;
}
.shadow {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	z-index: 7;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	background-color: #000;
}

.image_box {
	position:absolute;
	z-index:10;
	background-color:#ffffff;
	width:574px;
	padding:11px;
	top:20px;
	left:50%;
	margin: 0 0 0 -287px;
}

.image_box .gallery_title{
	position:absolute;
	z-index:6;
	left:0px;
	top:0px;
	font-size:16px;
	color:#353535;
	font-weight:bold;
	padding-left:11px;
	padding-top:11px;
}

.image_box h3 {
	font-size:16px;
	color:#353535;
	font-weight:bold;
	padding-left:89px;
	padding-right:40px;
	padding-bottom:25px;
	clear:both;
}

.image_box a.close {
	background-image:url('../img/close.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	z-index:6;
	right:11px;
	top:11px;
	height:32px;
	width:32px;
	overflow:hidden;
	display:block;
}

.image_box .close img {
	border:0px;
	width:32px;
	height:32px;
}

.image_box a:hover.close {
	background-position:0px -32px;
}

.image_box .big_image {
	cursor: pointer;
	position:relative;
	width:100%;
	text-align: center;
	clear:both;
}

.image_box .small_images {
	position:relative;
	z-index:6;
	margin-left:-14px;
	clear:both;
	padding:0px;
}

.image_box .small_images img{
	border:0px;
}

.image_box .small_images a{
	margin-left:14px;
	margin-bottom:11px;
	float:left;
	display:block;
	padding:0px;
}

.image_box .small_images a.active{
	cursor:default;
	/*text-indent: -99999px;*/
	overflow: hidden;
	/*width: 59px;
	height: 45px;*/
	background-image:url('../img/active_img.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.image_box .small_images a.active img {
	visibility: hidden;
}