/**** GALLERY LAYOUT ****/

.clsGalleryWrapper {
	width:730px;
	height:220px;
	margin-bottom:20px;}
	
	.clsGalleryMask {
		position:absolute;
		width:730px;
		height:220px;
		z-index:6;}
	
	ul.clsGallery {
		width:730px;
		height:220px;
		margin:0px;}
	
		ul.clsGallery li {
			width:730px;
			height:220px;
			overflow:hidden;
		} 


.clsClickGallery {
	width:650px;
	margin-top:20px;
	}
	
	
	.clsClickGallery .clsTop {
		background-image:url("../images/click-gallery-top.png");
		height:23px;
	}
	
	.clsClickGallery .clsGalleryWrapper {
		background-image:url("../images/click-gallery-main.png");
		width:650px;
		margin-bottom:0px;
		height:271px;
		overflow:visible;}
		
		.clsClickGallery .clsGalleryWrapper .clsNext {
			width:102px;
			height:57px;
			position:absolute;
			margin-top:70px;
			margin-left:558px;	
			cursor:pointer;					
			background-image:url("../images/click-gallery-next.png");
		}
		
		.clsClickGallery .clsGalleryWrapper .clsPrev {
			width:90px;
			height:58px;
			margin-left:-10px;
			margin-top:70px;
			position:absolute;
			cursor:pointer;					
			background-image:url("../images/click-gallery-prev.png");
		}
		
		.clsClickGallery ul.clsGallery {
			margin:0px 0px 0px 87px;
			width:464px;
			height:271px;
			overflow:visible;
			list-style:none;
			padding:0px;}
		
			.clsClickGallery ul.clsGallery li {
				width:464px;
				height:271px;
				overflow:visible;}
				
				.clsClickGallery ul.clsGallery li .clsImageText {
					position:absolute;
					z-index:9999;
					margin-top:285px;
					font-size:0.8em;
					font-style:italic;
					background-image:url("../images/click-gallery-text-bg.png");
					width:464px;
					height:70px;
				}

	.clsClickGallery .clsBottom {
		background-image:url("../images/click-gallery-bottom.png");
		height:101px;
	}
