/* SLIMBOX */

/* by Kali  http://kaliszczak.pl */
div.Y_MySlimbox {
	width: 100% !important;
	overflow: hidden !important;
	z-index:100!important; /*by DD*/
}

#Y_lbCenter, #Y_lbBottomContainer {

position : absolute;

z-index : 9999;

overflow : hidden;
color: #000000;

background-color : #ffffff;

} 

.Y_lbLoading {
	background: #ffffff url(loading.gif) no-repeat center;
}

#Y_lbImage {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}

#Y_lbPrevLink, #Y_lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	cursor: pointer;
	opacity: 0.75;
}

#Y_lbPrevLink {
	left: 0;
}

#Y_lbPrevLink:hover a {
	display: block;
}

#Y_lbNextLink {
	right: 0;
}

#Y_lbNextLink:hover a {
	display: block;
}

#Y_lbPrevLink a {
	text-decoration: none;
	display: none;
	position: absolute;
	top: 15%;
	color: gray;
	font-weight: bold;
	font-size: 120%;
	background-color: white;
	left: 0px;
	padding: 5px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px 5px 5px 0px;    /* Konqueror */
	-moz-border-radius: 0px 5px 5px 0px; /* Firefox */
}

#Y_lbNextLink a {
	text-decoration: none;
	display: none;
	position: absolute;
	top: 15%;
	color: gray;
	font-weight: bold;
	font-size: 120%;
	background-color: white;
	right: 0px;
	padding: 5px 0px 5px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px 0px 0px 5px;    /* Konqueror */
	-moz-border-radius: 5px 0px 0px 5px; /* Firefox */
}

#Y_lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	background-color: transparent;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-top-style: none;
}

#Y_lbCloseLink {
	display: block;
	float: right;
	margin: 5px 0;
	outline: none;
	cursor: pointer;
}

#Y_lbCloseLink a {
	background-color: transparent;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: 170%;
}

#Y_lbCloseLink a:hover {
	text-decoration: underline;
}

#Y_lbCaption, #Y_lbNumber {
	margin-right: 71px;
}

#Y_lbCaption {
	font-weight: bold;
}

/* by Kali, http://kaliszczak.pl */
div.Y_MySlimbox a.yasig {
	float: left !important;
	margin: 0px 10px 10px 0px !important;
}