.photoBig {
	margin-bottom:10px;
}
				
	.photoBig td {
		/*width:550px;*/
		width:100%;
		height:300px;
		background:white;
		border:solid 1px #e2e2e2;
		text-align:center;
		vertical-align:middle;
	}

		.photoBig img {
			border:none;
		}

.gThumbs {
	/*width:560px;*/
	margin-left:1px;
}
	
	.gThumbs .imgPrev, .gThumbs .imgNext {
		width:29px;
		height:60px;
		line-height:60px;
		text-align:center;
		background:url(/components/com_galleryview/images/imgNextPrev.gif) no-repeat center;
	}
	
	.gThumbs .imgPrev span, .gThumbs .imgNext span {
		cursor:pointer;
		color:black;
	}

	.gThumbs .holder {
		margin:0 6px;
		
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	
	.gThumbs .images {
		position:relative;
	}
	
	.gThumbs .images img {
		border:solid 1px #eeeeee;
		cursor:pointer;
		margin:0 2px;
		position:relative;
	}
	
		.gThumbs .images img.active {
			border:solid 1px black;
		}
	
.preloader {
	display:none;
	position:absolute;
	z-index:9;
	background:url(/components/com_galleryview/images/preloader.gif) no-repeat center white;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

.galleryText {
	margin-bottom:10px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

div.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

