/*
	Lightweight Image Viewer For Your Website
	Copyright © 2010 Yury Plashenkov
	http://www.plashenkov.com/
*/

#slwin_overlay {
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: Black;
}

#slwin_wnd {
	z-index: 100;
	position: absolute;
}

#slwin_tl, #slwin_tr, #slwin_bl, #slwin_br {
	width: 20px;
	height: 20px;
}

.slwin_mc { background: White }

#slwin_imgArea { line-height: 0 }

#slwin_imgNum, #slwin_imgTitle {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	line-height: 150%;
}

#slwin_imgNum { color: Gray }