

/* Global properties ======================================================== */
body { 
	font-family:Arial, Helvetica, sans-serif;
}



/* Global Structure ============================================================= */




.wrapper { 
	width:100%;
	overflow:hidden;
}



/* Content
---------------------------------------- */








/* Gallery */
.gallery {
	
	}
	.gallery ul {
		float:left;
		width:180px;
		margin-left:18px;
		}
	.gallery ul.first {
		margin-left:0;
		}
		.gallery dl {
			width:100%;
			overflow:hidden;
			}
			.gallery dl dt {
				display:block;
				width:180px;
				height:240px;
				overflow:hidden;
				background:url(images/loading.gif) no-repeat 50% 50%;
				
				}
			.gallery dl dd {
				cursor:pointer;
				}

		.gallery .divider {
			height:12px;
			background:url(images/arrow_up.gif) no-repeat 0 0;
			margin-bottom:5px;
			margin-top:5px;
			overflow:hidden;
			cursor:pointer;
			}
		.gallery .last-arrow {
			margin-top:5px;
			cursor:pointer;
			background:url(images/ex-coll-arrow.gif) no-repeat 0 -12px;
			height:12px;
			overflow:hidden;
			}
		.gallery .last-arrow.alt {
			background-position:0 0;
			}
			.gallery .description {
				background:#a00;
				color:#fff;
				padding:5px;
				margin:0;
				}
				.gallery .description strong {
					color:#fff;
					}
				.gallery .view {
					display:inline-block;
					color:#222;
					padding:2px 0px;
					width:100%;
					text-align:right;
					}
				.gallery .iframe {
					display:inline-block;
					color:#222;
					padding:2px 0px;
					width:100%;
					text-align:right;
					}
			
			
			.gallery .description:hover,
			.gallery .description.active{
				background:#222;
				}
				
				.gallery .description:hover strong,
				.gallery .description.active strong{
					color:#bcbcbc;
					}
				
			.gallery .description:hover .view,
			.gallery .description.active .view,
			.gallery .description:hover .iframe{
				color:#fff;
				}
				
				
			.gallery .description.active:hover {
				background:#bcbcbc;
				}
				.gallery .description.active:hover strong {
					color:#fff;
					}
			
			
		









