﻿
 body
 {
 	background-image: url('../images/background_blue.gif');
 	background-repeat:repeat-x;
 	
 }

div.Main
{
	position:relative;
	top: 75px;
	text-align: center;
}

div.Menu
{
	position: relative;
	top: 50px;
	text-align: center;
}

 div.container
{
    border-style: solid;
    border-width: 1px;
    position: relative;
    width: 650px;
    height: 220px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left:auto;
	margin-right:auto;
	top: 64px;
	background-color:White;
    border-color: rgb(26,73,125);
}

div.photos
{
    border-style: solid;
    border-width: 1px;
    position: relative;
    width: 650px;
    height: 500px;
    overflow-y: auto;
    margin-left:auto;
	margin-right:auto;
	background-color:white;
	top: 61px;
	display: none;
	border-color: rgb(26,73,125);
}

.slider
{
    
    height: 220px;
    padding: 20px;
}

div.items
{
    height: auto;
    width: auto;
    font-family: Calibri,Verdanai;
    font-size: 10px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

img.thumb
{
    border: 1px solid #ffffff;
    /*opacity: 0.4;*/
   
}

img.thumb:hover
{
    display: inline;
    opacity: 0.4;
   
}

