/* 	[ 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 ] ============================== */

/* Displays at the Top of list */
.GalleryCategories .OrderingTop {
}
/* Displays at the Bottom of list */
.GalleryCategories .OrderingBottom {
}
/* Numbers */
	.GalleryCategories .OrderingTop a,  .GalleryCategories .OrderingBottom a {
}
.GalleryCategories .OrderingTop a:hover,  .GalleryCategories .OrderingBottom a:hover {
}
/* Selected Page */
	.SelectedPage {
}
/* Next and Back */
 	.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;
}
.GalleryCategories td /* === [ TR ] === */ {
	background-color: #FFFFFF;
	padding: 8px;
}
.ThumbBorder /* === [ Surrounding DIV of Thumbnail and GalleryHeading ] === */ {
	margin: 2px;
}
.ThumbBorder img /* === [ IMG ] === */ {
	border: 5px solid #505152 !important;
}
.GalleryHeading /* === [ Heading ] === */ {
	font-size: 1.2em;
	font-weight: bold;
	color: #3D6079;
}
.GalleryDesc /* === [ Description ] === */ {
	font-size: 80%;
	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: 80%;
	font-weight: normal;
}
.GalleryThumbnails .GalleryDesc /* === [ Description ] === */ {
	font-size: 75%;
	font-weight: normal;
	color: #999999;
}
.GalleryThumbnails .GalleryImageRow td /* === [ TR ] === */ {
	border-bottom-style: none;
	background-color: #FFFFFF;
	padding: 4px;
}
/* -----[ IMAGE GALLERY THUMBNAILS Module - Scroller Layout ]--------------------------------------- */

.GalleryScrollerHorizontal /* === [ Surrounding DIV of Scroller ] === */ {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0px;
	display: block;
}
.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;
	margin: 5px 0 0 0;
	background: url(/Templates/Panelrok/_images/_panelrok/bg_thumbs.png) no-repeat;
}
.GalleryInnerH  /* === [ Inner DIV of Scroller - Contains Thumbnails ] === */ {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 20px 0 20px;
}
.GalleryInnerH img  /* === [ Inner DIV of Scroller - Contains Thumbnails ] === */ {
	width: auto !important;
	height: 90px;
}
.GalleryLeft  /* === [ Scroller Buttons ] === */ {
}
.GalleryRight {
}
.GalleryNext {
}
.GalleryBack {
}
/* -----[ IMAGE GALLERY IMAGE Module ]----------------------------------------------------------- */

.GalleryImageHolder /* === [ Surrounding DIV of Image Gallery Image Module ] === */ {
	position: relative;
	margin: -20px 0	20px 0;
	padding: 0px;
	float: left;
	display: inline;
}
.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;
}
.GalleryImage  /* === [ Image ] === */ {
	margin: 0 -5px 0 -5px;
	background: #333333;
}
.GalleryImageTitle  /* === [ Title ] === */ {
	font-size: 1.8em;
	font-weight: bold;
	color: #3D6079;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
.GalleryImageDescription  /* === [ Decription ] === */ {
	font-size: 1.3em;
	text-align: center;
}
.GalleryImageCode  /* === [ Code ] === */ {
	font-size: 1.3em;
	text-align: center;
}
.GalleryImagePrice  /* === [ Price ] === */ {
	font-size: 1.3em;
	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: #FFFFFF;
}
.ImageGalleryPopup a {
	color: #666666;
	text-decoration: none;
}
.ImageGalleryPopup a.hover {
	text-decoration: underline;
}
/* -----[ IMAGE GALLERY SEARCH module ]----------------------------------------------- */

.ImageGallerySearch /* === [ Decription ] === */ {
	position: relative;
	display: block;
	clear: both;
	font-size: 11px;
	margin: 20px 10px;
	padding: 8px;
	border: 1px solid #999999;
}
.ImageGalleryHeading /* === [ Heading ] === */ {
	margin: 2px 0px;
	font-weight: bold;
}
.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;
}
