@CHARSET "UTF-8";

#extGalleryMainWindow {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: block;
	font-family: Arial,Tahoma,sans-serif;
}

#extGalleryMainWindowHelper {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	background-color: #000;
}

#extGalleryPhotoWindow {
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 210px;
	width: 100%;
	z-index: 40;
	overflow: hidden;
	cursor: pointer;
	background: url("themes/infobiz/gfx/spinner.gif") center center no-repeat;
}

#extGalleryPhotoWindowWrapper {
	position: absolute;
	cursor: pointer;
	margin-top: 15px;
	z-index: 500;
}

#extGalleryPhotoWindowWrapper img {
	box-shadow: 0px 0px 22px 0px #000;
	-moz-box-shadow: 0px 0px 22px 0px #000;
}

#extGalleryPhotoWindowClose {
	display: block;
	background: url("themes/infobiz/gfx/btnCloseImage.png") top center no-repeat;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 46px;
	height: 46px;
	display: none;
	cursor: pointer;
	z-index: 250;
}

#extGalleryPhotoWindowClose:hover {
	background: url("themes/infobiz/gfx/btnCloseImage.png") bottom center no-repeat;
}


#extGalleryPhotoWindowPrev {
	display: block;
	display: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 46px;
	height: 46px;
	display: none;
	cursor: pointer;
	background: url("themes/infobiz/gfx/btnImgPrev.png") top center no-repeat;
}

#extGalleryPhotoWindowNext {
	display: block;
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	display: none;
	cursor: pointer;
	background: url("themes/infobiz/gfx/btnImgNext.png") top center no-repeat;
}

#extGalleryPhotoWindowPrev:hover {
	background: url("themes/infobiz/gfx/btnImgPrev.png") bottom center no-repeat;
}

#extGalleryPhotoWindowNext:hover {
	background: url("themes/infobiz/gfx/btnImgNext.png") bottom center no-repeat;
}

#extGalleryPhotoWindowWrapper:hover #extGalleryPhotoWindowClose,
#extGalleryPhotoWindow.fullscreen #extGalleryPhotoWindowWrapper:hover #extGalleryPhotoWindowPrev, 
#extGalleryPhotoWindow.fullscreen #extGalleryPhotoWindowWrapper:hover #extGalleryPhotoWindowNext {
	display: block;
}

#extGalleryPanel {
	position: absolute;
	z-index: 20;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 230px;
	background: url("themes/infobiz/gfx/panelBg.png") left bottom repeat-x;
}

#extGalleryHelpWindow {
	position: absolute;
	background-color: #000;
	padding: 50px;
	padding-top: 60px;
	width: 221px;
	height: 93px;
	color: #a3a4a5;
	left: 50%;
	margin-left: -160px;
	top: 50%;
	margin-top: -101px;
	z-index: 300;
	background: url("themes/infobiz/gfx/helpWindowBg.png") center center no-repeat;
}

#extGalleryHelpWindowClose {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 46px;
	height: 46px;
	display: block;
	background: url("themes/infobiz/gfx/btnCloseImage.png") top center no-repeat;
}

#extGalleryHelpWindowClose:hover {
	background: url("themes/infobiz/gfx/btnCloseImage.png") bottom center no-repeat;
}

#extGalleryButtonsWindow {
	height: 75px;
	width: 100%;
	margin-bottom: 12px;
}

#extGalleryNavButtons {
	position: absolute;
	left: 50%;
	margin-left: -74px;
	width: 148px;
	height: 72px;
	background: url("themes/infobiz/gfx/navBg.png") center 9px no-repeat;	
}

#extGalleryToolsButtons {
	position: absolute;
	right: 10px;
	width: 165px;
	height: 72px;
	background: url("themes/infobiz/gfx/toolsBg.png") center 21px no-repeat;
}

#extGalleryCounterPanel {
	color: #6b6b6b;
}

#extGalleryTitle {
	position: absolute;
	top: 59px;
	left: 45px;
	display: block;
	color: #b1b1b1;
}

#extGalleryTitle p {
	margin: 0;
	padding: 0;	
}

#extGalleryCounterPanel {
	display: block;
	position: absolute;
	top: 59px;
	left: 70%;
}

#extGalleryPagination {
	position: absolute;
	bottom: 8px;
	width: 100%;
	overflow: hidden;
	float: left;
	height: 20px;
}

#extGalleryPagination ul {
	clear: left;
	position: relative;
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#extGalleryPagination ul li {
	position: relative;
	display: block;
	float: left;
	right: 50%;
	margin: 0 3px;
	width: 20px;
	height: 20px;
}

#extGalleryPagination ul li {
	background: url("themes/infobiz/gfx/paginationBg.png") right center no-repeat;
}

#extGalleryPagination ul li.active {
	background: url("themes/infobiz/gfx/paginationBg.png") left center no-repeat;
}

#extGalleryPagination ul li a {
	display: block;
	outline: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -9000px;
}

#extGalleryThumbsWindow {
	margin: 0 40px;
	margin-bottom: 8px;
}

#extGalleryThumbsWindow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#extGalleryThumbsWindow ul li {
    float: left;
    padding: 0 5px;
    cursor: pointer;
}

#extGalleryThumbsWindow ul li div.thumbWrap {
    padding: 3px;
    background-color: #000;
    text-align: center;
}

#extGalleryThumbsWindow ul li div.thumbWrap div {
	overflow: hidden;
}



#extGalleryThumbsWindow ul li.active div.thumbWrap {
	background-color: #fff; 
}




#extGalleryStartButton, #extGalleryStopButton {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -19px;
	text-indent: -9000px;
	outline: none;
	width: 40px;
	height: 56px;
}

#extGalleryStartButton {
	background: url("themes/infobiz/gfx/btnStart.png") center top no-repeat;
}

#extGalleryStartButton:hover {
	background: url("themes/infobiz/gfx/btnStart.png") center bottom no-repeat;
}

#extGalleryStopButton {
	background: url("themes/infobiz/gfx/btnPause.png") center top no-repeat;
}

#extGalleryStopButton:hover {
	background: url("themes/infobiz/gfx/btnPause.png") center bottom no-repeat;
}

#extGalleryNextButton {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 36px;
	text-indent: -9000px;
	outline: none;
	width: 38px;
	height: 46px;
	background: url("themes/infobiz/gfx/btnNext.png") center top no-repeat;
}

#extGalleryNextButton:hover {
	background: url("themes/infobiz/gfx/btnNext.png") center bottom no-repeat;
}

#extGalleryPrevButton {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -77px;
	text-indent: -9000px;
	outline: none;
	width: 43px;
	height: 45px;
	background: url("themes/infobiz/gfx/btnPrev.png") center top no-repeat;
}

#extGalleryPrevButton:hover {
	background: url("themes/infobiz/gfx/btnPrev.png") center bottom no-repeat;
}

#extGalleryCloseButton {
	display: block;
	position: absolute;
	right: 61px;
	bottom: 0;
	text-indent: -9000px;
	outline: none;
	width: 43px;
	height: 45px;
	background: url("themes/infobiz/gfx/btnClose.png") center top no-repeat;
}

#extGalleryCloseButton:hover {
	background: url("themes/infobiz/gfx/btnClose.png") center bottom no-repeat;
}

#extGalleryFullscreenButton {
	display: block;
	position: absolute;
	right: 112px;
	bottom: 0;
	text-indent: -9000px;
	outline: none;
	width: 50px;
	height: 45px;
	background: url("themes/infobiz/gfx/btnFullscreen.png") center top no-repeat;
}

#extGalleryFullscreenButton:hover {
	background: url("themes/infobiz/gfx/btnFullscreen.png") center bottom no-repeat;
}

#extGalleryHelpButton {
	display: block;
	position: absolute;
	right: 7px;
	bottom: 0;
	text-indent: -9000px;
	outline: none;
	width: 43px;
	height: 45px;
	background: url("themes/infobiz/gfx/btnHelp.png") center top no-repeat;
}

#extGalleryHelpButton:hover {
	background: url("themes/infobiz/gfx/btnHelp.png") center bottom no-repeat;
}

#extGalleryTradeMark {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 113px;
	height: 23px;
	background: url("themes/infobiz/gfx/infobizLogo.png") center bottom no-repeat;
}