body
{
	background-color: #f2f2f2;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 6px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

li 
{
	list-style-type: none; 
	float: left; 
	width: 150px; 
	height: 100px; 
	padding:10px; 
	margin: 10px;
}
	
li img
{
	padding: 5px; 
	border: 1px solid black;
}
form{
	padding:0;
	margin:0;
}
#container
{
	margin-left: auto;
	margin-right: auto;
}

#footer a
{
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

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

#footer
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-image: url("../images/footerBackground.jpg");
	background-repeat: repeat-x;
	background-color: #5871ce;
}

.box
{
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #6BB2DB;
	padding: 5px;
}

.yellow
{

	background-color: #ffff99;
	width: 250px;
}

td
{
	font-size: 13px;
}

#shareTitle
{
	color: #364e99;
	font-size: 18px;
}

#filename
{
	font-size: 15px;
	float: left;
	padding-top: 4px;
}

#button-BackToGallery
{
	background-image: url(../images/button-BackToGallery.jpg);
	height: 25px;
	width: 126px;
}

#button-BackToGallery:hover
{
	background-image: url(../images/button-BackToGalleryOver.jpg);
	height: 25px;
	width: 126px;
}

#button-Next
{
	background-image: url(../images/button-Next.jpg);
	height: 25px;
	width: 63px;
}

#button-Next:hover
{
	background-image: url(../images/button-nextOver.jpg);
	height: 25px;
	width: 63px;
}

#button-Previous
{
	background-image: url(../images/button-Previous.jpg);
	height: 25px;
	width: 90px;
}

#button-Previous:hover
{
	background-image: url(../images/button-PreviousOver.jpg);
	height: 25px;
	width: 90px;
}

#preload
{
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/button-BackToGalleryOver.jpg);
	background-image: url(../images/button-nextOver.jpg);
	background-image: url(../images/button-PreviousOver.jpg);
}

