@CHARSET "UTF-8";

div.queoSlideshow div.bic {
	background-color: #000;
	overflow: hidden;
	position: relative;
	text-align: center;
}

div.queoSlideshow div.bic div.bi img {
	cursor: pointer;
	margin: 0 auto;	
}

div.queoSlideshow div.bic div.prev, div.queoSlideshow div.bic div.next {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 25%;
}

div.queoSlideshow div.bic div.prev {
	background: transparent url(images/left.gif) no-repeat left 55%;
	left: 0;
	z-index: 100;
}

div.queoSlideshow div.bic div.next {
	background: transparent url(images/right.gif) no-repeat right 55%;
	right: 0;
	z-index: 100;
}

div.queoSlideshow div.bic div.pnp {
	height: 52px;
	left: 25%;
	position: absolute;
	top: 44%;
	width: 50%;
}

div.queoSlideshow div.bic div.pnp img {
	cursor: pointer;
}

div.queoSlideshow div.bic div.info {
	background-color: #000;
	bottom: 0;
	color: #fff;
	height: 0;
	left: 0;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 100;
}

div.queoSlideshow div.bic div.info div {
	padding: 2px;	
}

div.queoSlideshow div.bic div.info div.title {
	font-weight: bold;
}

div.queoSlideshow a.sl {
	background: #000 url(images/scroll-left.gif) no-repeat center center;
	float: left;
	margin-top: 10px;
	opacity: 0.5;
	width: 20px;
}

div.queoSlideshow div.sm {
	float: left;
	margin: 10px 5px 10px 5px;
	overflow: hidden;
}

div.queoSlideshow div.sm div.sldr a {
	display: block;
	float: left;
	margin-right: 2px;
}

div.queoSlideshow div.sm div.sldr a img {
	border: 2px solid;
}

div.queoSlideshow a.sr {
	background: #000 url(images/scroll-right.gif) no-repeat center center;
	float: left;
	margin: 10px 0 0 0;
	opacity: 0.5;
	width: 20px;
}

.nojs div.prev, .nojs div.next, .nojs div.pnp, .nojs .sl, .nojs .sr {
	display: none;
}

div.queoSlideshow.nojs div.sm {
	margin: 10px 0;
	overflow: scroll;
}

/* SLIMBOX */
			
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}