/******************************************************************************/
/* Much of the CSS for the slide show gets set in the JavaScript object.      */
/* Be aware that some settings in here might get overwritten.                 */
/* MAINLY margins and padding should be adjusted very carefully.              */
/******************************************************************************/
#imgGallerySlideShow {

}

#imgGallerySlideShow.leftAlign {
	float: left;
	margin-right: 10px;
}

#imgGallerySlideShow.rightAlign {
	float: right;
	margin-left: 10px;
}

#imgGallerySlideShow #imgViewer #imgViewerCover {
	position: relative;
	display: none;
	background-color: #333333;
}

#imgGallerySlideShow #imgViewer #imgsContainer {
	position: relative;
	top: 0px;
	left: 0px;
}

#imgGallerySlideShow #imgViewer #imgsContainer div.galleryImage {
	line-height: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#imgGallerySlideShow #imgViewer {
	position: relative;
	border: 1px solid #727272;
	width: 160px;
	height: 120px;
}

#imgGallerySlideShow #imgViewerController #buttonReverse {
	cursor: pointer;
}

#imgGallerySlideShow #imgViewerController #buttonForward {
	cursor: pointer;
}






/* HORIZONTAL SETTINGS */
#imgGallerySlideShow.horizontal #imgViewer {
	background-image: url(../../../images/cmsIT/imgGallery/h_mainbar_background.gif);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
}

#imgGallerySlideShow.horizontal #imgViewerController {
	height: 13px;
	background-image: url(../../../images/cmsIT/imgGallery/h_bar_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #383838;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonForward {
	float: left;
	background-image: url(../../../images/cmsIT/imgGallery/h_arrow_right.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 13px;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonForward.disabled {
	background-image: url(../../../images/cmsIT/imgGallery/h_arrow_right_disable.gif);
	cursor: default;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonReverse {
	background-image: url(../../../images/cmsIT/imgGallery/h_arrow_left.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 13px;
	float: left;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonReverse.disabled {
	background-image: url(../../../images/cmsIT/imgGallery/h_arrow_left_disable.gif);
	cursor: default;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonPlay {
	background-image: url(../../../images/cmsIT/imgGallery/h_pause.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 29px;
	height: 13px;
	float: left;
}

#imgGallerySlideShow.horizontal #imgViewerController #buttonPlay.disabled {
	background-image: url(../../../images/cmsIT/imgGallery/h_play.gif);
}

#imgGallerySlideShow.horizontal #imgViewer #imgsContainer div.imgContainer {
	float: left;
}

#imgGallerySlideShow.horizontal #imgViewer #imgsContainer div.imgContainer div.galleryImage {
	border: 1px solid #FFFFFF;
	margin: 0px auto;
}






/* VERTICAL SETTINGS */
#imgGallerySlideShow.vertical #imgViewer {
	float: left;
	background-image: url(../../../images/cmsIT/imgGallery/v_mainbar_background.gif);
	background-repeat: repeat-y;
	background-color: #DFDFDF;
}

#imgGallerySlideShow.vertical #imgViewerController {
	float: left;
	background-image: url(../../../images/cmsIT/imgGallery/v_bar_background.gif);
	background-repeat: repeat-y;
	width: 13px;
	border: 1px solid #383838;
}

#imgGallerySlideShow.vertical #imgViewerController #buttonForward {
	background-image: url(../../../images/cmsIT/imgGallery/v_arrow_bottom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 18px;
}

#imgGallerySlideShow.vertical #imgViewerController #buttonForward.disabled {
	background-image: url(../../../images/cmsIT/imgGallery/v_arrow_bottom_disable.gif);
	cursor: default;
}

#imgGallerySlideShow.vertical #imgViewerController #buttonReverse {
	background-image: url(../../../images/cmsIT/imgGallery/v_arrow_top.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 18px;
}

#imgGallerySlideShow.vertical #imgViewerController #buttonReverse.disabled {
	background-image: url(../../../images/cmsIT/imgGallery/v_arrow_top_disable.gif);
	cursor: default;
}

#imgGallerySlideShow.vertical #imgViewer #imgsContainer div.imgContainer {
	text-align: center;
}

#imgGallerySlideShow.vertical #imgViewer #imgsContainer div.imgContainer div.galleryImage {
	border: 1px solid #FFFFFF;
	margin: 0px auto;
}

div.imgClear {
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



