/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 



















.AmiantImageGalleryBlock611{
	position: relative;
	margin: 0 auto;
}

.AmiantImageGallery611{
	width: 300px;
	height: 105px;
	text-align: center;
}

.AmiantImageGalleryThumbnailContainerWrapper611 {
	width: 70px;
	height: 100px;
	float: left;
	margin: 10px;
	position: relative;
}

.AmiantImageGalleryThumbnailContainer611 {
	width: 100%;
	height: 100px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px;
	position: relative;
}

.AmiantImageGalleryThumbnailContainer611:hover {
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*opacity: 0.7;*/
}

.AmiantImageGalleryThumbnailContainerLoading611 {
	background-image: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.AmiantImageGalleryThumbnailContainerError611 {
	background-image: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/error.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.AmiantImageGalleryThumbnail611 {
	margin: 0 auto;
	position: relative;
	top: 50%;
}

.AmiantImageGalleryThumbnailContainer611 .AmiantImageGalleryThumbnailLink {
	border: none;
	text-decoration: none;
}

.AmiantImageGalleryBlockControlBar611 {
	height: 30px;
	background: #EEEEEE;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 3px;
	clear: both;
}

.AmiantImageGalleryBlockFileInfo {
	width: 100%;
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
}

.AmiantImageGalleryBlockFileInfoNoCaption {
	width: 100%;
	padding: 5px;
	text-align: left;
}

.AmiantImageGalleryBlockPopup {
    position: absolute;
    border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
    display: none; /* keeps the popup hidden if no JS available */
}

.AmiantImageGalleryBlockPopup td.top_left {
	width: 15px;
	height: 20px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_top_left_corner_arrow.png') bottom right no-repeat;
}

.AmiantImageGalleryBlockPopup td.top_left_small {
	width: 50px;
	height: 20px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_top.png') bottom right repeat-x;
}

.AmiantImageGalleryBlockPopup td.top_right {
	width: 17px;
	height: 20px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_top_right_corner.png') bottom left no-repeat;
}

.AmiantImageGalleryBlockPopup td.top_center {
	width: 26px;
	height: 20px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_top_arrow.png') bottom left no-repeat;
}

.AmiantImageGalleryBlockPopup td.top {
	height: 20px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_top.png') bottom left repeat-x;
}

.AmiantImageGalleryBlockPopup td.left {
	width: 15px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_left.png') top right repeat-y;
}

.AmiantImageGalleryBlockPopup td.right {
	width: 17px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_right.png') repeat-y;
}

.AmiantImageGalleryBlockPopup td.center {
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
}

.AmiantImageGalleryBlockPopup td.bottom_left {
	width: 15px;
	height: 17px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_bottom_left_corner.png') top right no-repeat;
}

.AmiantImageGalleryBlockPopup td.bottom_right {
	width: 17px;
	height: 17px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_bottom_right_corner.png') no-repeat; 
}

.AmiantImageGalleryBlockPopup td.bottom {
	height: 17px;
	background: url('/packages/amiant_image_gallery/blocks/amiant_gallery/images/popup_bubble_bottom.png') repeat-x;
}

#AmiantImageGallerySlidesWrapper611 {
	width: 300px;
	height: 80px;
	text-align: center;
}

.AmiantImageGallerySlidesWrapper611 {
	
}

.AmiantImageGallerySlide611 {
	width: 300px;
	height: 80px;
	text-align: center;
}

.AmiantImageGallerySlideInfo611 {
	width: 100%;
	background: black;
	opacity: 0.7;
	position: absolute;
	z-index: 1500;
	bottom: 0px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}

.AmiantImageGallerySlideControllsWrapper611 {
	float: right;
}

.AmiantImageGallerySlideControllPrev611 {
	font-weight: bold;
	color: green;
	cursor: pointer;
}

.AmiantImageGallerySlideControllNext611 {
	font-weight: bold;
	color: green;
	cursor: pointer;
}

#AmiantImageGalleryImagesLoadingWaiter611 {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin-left: 10px;
	float: left;
}

.ig_pagination {clear: both; padding: 5px;}
.ig_pagination_controls {float: right;}

.ig_pageLeft {}
.ig_pageRight {}
.ig_pager {}

#zoom-mode-image-title {
	padding: 10px;
}




















