@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	width: 770px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 55px;
	padding: 1px;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	.lbGallery ul a:hover img {
	color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	.lbGallery ul a:hover {
	color: #FFF;
}
	
#wraper #navagation #space {
	background-color: bcbec0;
	color: #bcbec0;
	height: 25px;
}
#wraper #right #next {
	width: 590px;
	background-color: #BDBEC0;
	text-align: center;
}
#wraper #right #next a {
	text-align: center;
}
#wraper #right #next a {
	text-align: center;
}
