#swPanel, #swSite{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("/images/bg.jpg") no-repeat scroll center top #000000;text-align:center;
}

#swSite {
	margin-left: auto;
	margin-right: auto;text-align:center;
}

a.swThumb {
	opacity: 0.4;
}

#swPanel img#loading {
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -58px;
	margin-top: -8px;
}

a.swThumb img#loading {
	margin: 55px 2px 0px -119px;
	width: 117px;
	height: auto;
}

a.swThumb img {
	height: 118px;
	width: 118px;
	margin: 1px;
	float: left;
}

a.swThumb:hover {
	opacity: 1.0;
}

#swControls {
	position: absolute;
	width: 100%;text-align:left;
	left: 0px;
}

#swControls #swPrev {
	position: absolute;
	left: 0px;
	margin-left: 20px;
}

#swControls #swNext {
	position: absolute;
	right: 0px;
	margin-right: 20px;
}

div#swBody {
	height: 100%;
	width: 100%;text-align:left;
}

a#swNext,
a#swPrev{background:transparent url(/images/bg_slide.png) repeat-x top
left;height:32px;width:32px;}

a#swNext{background-position:top right;}
a#swPrev{background-position:top left;}
a#swNext:hover {background-position:bottom right;}
a#swPrev:hover{background-position:bottom left;}

a#swClose, a#swClose:visited {position:absolute;width:32px;height:32px;overflow:hidden;text-indent:-999em;background:transparent url(/images/bg_buttons.png) no-repeat 0 -121px;border:none;}
a#swClose:hover {background-position:-40px -121px;}

#swDescription {
	position:absolute;
	bottom: 0px;
	width:100%;
	text-align: center;
}

