/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ IMAGE GALLERY ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

/* === [ PAGING ] ============================== */

.GalleryCategories .OrderingTop {
}
.GalleryCategories .OrderingBottom {
}
.GalleryCategories .OrderingTop a,  .GalleryCategories .OrderingBottom a {
}
.GalleryCategories .OrderingTop a:hover,  .GalleryCategories .OrderingBottom a:hover {
}
.GalleryCategories .OrderingTop a.OrderingNext,  .GalleryCategories .OrderingTop a.OrderingBack,  .GalleryCategories .OrderingBottom a.OrderingNext,  .GalleryCategories .OrderingBottom a.OrderingBack {
}
.GalleryCategories .OrderingTop a.OrderingNext,  .GalleryCategories .OrderingBottom a.OrderingNext {
}
.GalleryCategories .OrderingTop a.OrderingBack,  .GalleryCategories .OrderingBottom a.OrderingBack {
}
.GalleryCategories .OrderingTop a.OrderingNext:hover,  .GalleryCategories .OrderingTop a.OrderingBack:hover,  .GalleryCategories .OrderingBottom a.OrderingNext:hover,  .GalleryCategories .OrderingBottom a.OrderingBack:hover {
}
/* -----[ IMAGE GALLERY CATEGORIES Module ]----------------------------------------------------- */

	.GalleryCategories /* === [ DIV ] === */ {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
}
.Gallery  /* === [ DIV ] === */ {
	position: relative;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
.homemodelsCPC .Gallery  /* === [ DIV ] === */ {
	display: none;
}
.GalleryCategories table tr td,  .GalleryImageRow td /* === [ TR ] === */ {
	padding: 7px;
	background: #111;
	border-top: 1px #2b2b2b solid;
	border-right: 1px #2b2b2b solid;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.GalleryCategories table tr td:hover,  .GalleryImageRow td:hover {
	background: #000;
	-webkit-transform: scale(0.95);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.ThumbBorder /* === [ Surrounding DIV of Thumbnail and GalleryHeading ] === */ {
	margin: 2px;
}
.Thumbnails /* === [ IMG ] === */ {
}
.GalleryHeading /* === [ Heading ] === */ {
	font-size: 90%;
	font-weight: bold;
	background: #111;
	color: #fff;
}
.GalleryDesc /* === [ Description ] === */ {
	font-size: 90%;
	font-weight: normal;
}
.ThumbNew  /* === [ New Icon ] === */ {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* -----[ IMAGE GALLERY THUMBNAILS Module - Table Layout ]--------------------------------------- */
	
	.GalleryThumbnails /* === [ Surrounding DIV of Table Layout ] === */ {
/* === [ Add in overflow if Table layout extends beyond Container ] === */
		/* overflow: scroll; */
	}
.GalleryThumbnails .GalleryHeading /* === [ Heading ] === */ {
	font-size: 90%;
	font-weight: normal;
}
.GalleryThumbnails .GalleryDesc /* === [ Description ] === */ {
	font-size: 75%;
	font-weight: normal;
	color: #999999;
}
.GalleryThumbnails .GalleryImageRow td /* === [ TR ] === */ {
	border-bottom-style: none;
	padding: 4px;
}
/* -----[ IMAGE GALLERY THUMBNAILS Module - Scroller Layout ]--------------------------------------- */

	.GalleryScrollerHorizontal /* === [ Surrounding DIV of Scroller ] === */ {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* === [ Home Template ] === */
 	.cHPCtable .GalleryScrollerHorizontal {
}
.GalleryScrollerVertical /* === [ Surrounding DIV of Scroller ] === */ {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.GalleryOuterH  /* === [ Surrounding DIV of Scroller Placement ] === */ {
	position: relative;
	overflow: hidden;
	float: left;
	clear: both;
	display: block;
}
.cHPCtable .GalleryOuterH  /* === [ Surrounding DIV of Scroller Placement ] === */ {
	position: relative;
	overflow: hidden;
	float: none;
	clear: both;
	display: block;
	margin: 0px auto;
}
.GalleryInnerH  /* === [ Inner DIV of Scroller - Contains Thumbnails ] === */ {
	position: absolute;
	top: 0px;
	left: 0px;
}
.GalleryInnerH img {
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: #000000;
}
.GalleryInnerH a:hover img {
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFFF;
	filter: alpha(opacity=100);
	opacity: 1;
}
.GalleryInnerH a:active img {
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFFF;
	filter: alpha(opacity=100);
	opacity: 1;
}
.cHPCtable .GalleryInnerH img {
	border-style: none;
	padding: 0px 15px;
	background: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.cHPCtable .GalleryInnerH a:hover img {
	border-style: none;
	padding: 0px 15px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: none;
}
.cHPCtable .GalleryInnerH a:active img {
	border-style: none;
	padding: 0px 15px;
	background: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.GalleryLeft  /* === [ Scroller Buttons ] === */ {
}
.GalleryRight {
}
.GalleryNext {
}
.GalleryBack {
}
.homemodelsCPC .GalleryNext {
	margin: 0 0 0 2px;
}
.homemodelsCPC .GalleryBack {
	margin: 0 2px 0 0;
}
/* -----[ IMAGE GALLERY IMAGE Module ]----------------------------------------------------------- */

	.GalleryImageHolder /* === [ Surrounding DIV of Image Gallery Image Module ] === */ {
	position: relative;
	margin: 20px auto;
	padding: 0px;
	float: left;
	display: inline;
}
/* === [ Home Template ] === */
	.cHPCtable .GalleryImageHolder {
	margin: 0px auto;
}
.HorizontalTable /* === [ Addition for Horizontal Table Option ] === */ {
	width: 100%;
}
.HorizontalScroller /* === [ Addition for Horizontal Scroller Option ] === */ {
	width: 100%;
}
.VerticalScroller /* === [ Addition for Horizontal Scroller Option ] === */ {
	padding: 0px 20px;
}
.GalleryImageControl  /* === [ Inner DIV of Image Gallery Image Module ] === */ {
	display: block;
	white-space: nowrap;
	text-align: center;
}
.homemodelsCPC .GalleryImageControl  /* === [ Inner DIV of Image Gallery Image Module ] === */ {
	display: block;
	white-space: nowrap;
	text-align: center;
}
.homemodelsCPC .GalleryImageControl div:first-child {
	background: #434242;
	height: 30px;
}
.GalleryImage  /* === [ Image ] === */ {
	margin: 0px;
}
.homemodelsCPC .GalleryImage  /* === [ Image ] === */ {
	margin: 20px 0 0 0;
}
/* === [ Home Template ] === */
 	.cHPCtable .GalleryImageControl img.GalleryImage {
	max-width: 300px;
}
* html .cHPCtable .GalleryImageControl img.GalleryImage {
	width: 300px;
}
.GalleryImageTitle  /* === [ Title ] === */ {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
.GalleryImageDescription  /* === [ Decription ] === */ {
	font-size: 90%;
	text-align: center;
}
.cHPCtable .GalleryImageDescription  /* === [ Decription ] === */ {
	font-size: 90%;
	text-align: center;
	display:none;
}
.GalleryImageCode  /* === [ Code ] === */ {
	font-size: 90%;
	text-align: center;
}
.GalleryImagePrice  /* === [ Price ] === */ {
	font-size: 90%;
	text-align: center;
}
/* -----[ IMAGE DISPLAY - POPUP WINDOW OPTION ]----------------------------------------------- */

	.ImageGalleryPopup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-color: #CCCCCC;
}
.ImageGalleryPopup a {
	color: #625e3d;
	text-decoration: none;
}
.ImageGalleryPopup a.hover {
	text-decoration: underline;
}
/* -----[ IMAGE GALLERY SEARCH module ]----------------------------------------------- */

	.ImageGallerySearch /* === [ Decription ] === */ {
		position: relative;
		display: block;
		clear: both;
		margin: 10px;
		padding: 0;
	}
.ImageGalleryHeading /* === [ Heading ] === */ {
	margin: 2px 0px;
	color: #FFFFFF;
}
.ImageGalleryTitle /* === [ Title ] === */ {
	margin: 4px 0px 2px 0px;
}
.ImageGallerySearch input /* === [ Decription ] === */ {
	font-size: 11px;
}
.ImageGallerySearch select /* === [ Decription ] === */ {
	font-size: 11px;
	width: 130px;
}
.ImageGallerySearchButton /* === [ Button ] === */ {
	margin: 6px 0px 0px 0px;
}/* Automatically Updateded in patch version 3.03.0.30500 */
/* -----[ Patch 3.6.0 ]----- */
/* -----[ Feature ID 323, 433.Defect ID 1123 Upgrade for Editor  ]----- */
/* -----[ Add to ImageGallery.css  ]----- */
/* -----[ IMAGE GALLERY CATEGORIES Module ]----------------------------------------------------- */

	.ImagePosition { /* === [ Span ] === */
}
.ThumbnailBack { /* === [ Span ] === */
}
.ThumbnailNext { /* === [ Span ] === */
}
.ImageNext { /* === [ Span ] === */
}
.ImageBack { /* === [ Span ] === */
}
.GalleryDesc {
}

