﻿@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 {
	padding: 10px;
	width: 725px;
	background-image: none;
	height: 300px;
	display: inline;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	.lbGallery ul {
	list-style: none;
	background-image: none;
	border-top-color: #4965ED;
	border-right-color: #4965ED;
	border-bottom-color: #4965ED;
	border-left-color: #4965ED;
	text-align: center;
	color: #FFF;
}
	.lbGallery ul li {
	display: inline;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
	.lbGallery ul img {
	background-image: url(../images/gallery_main_content.jpg);
	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: #4762ED;
	border-right-color: #4762ED;
	border-bottom-color: #4762ED;
	border-left-color: #4762ED;
	background-repeat: no-repeat;
	}
	.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;
	background-color: #F90;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
	.lbGallery ul a:hover {
	color: #fff;
	background-color: #F90;
}
	
#gallery_layout #Table_01 tr td #gallery_main_content p {
	font-size: 18px;
	color: #FFF;
}
