body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.general {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.general:Hover {
	text-decoration:underline;
}
.font1 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color:#990000;
	text-decoration:none;
}
.font2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color:#990000;
	text-decoration:none;
}.bordesall {
	border: 1px solid #990000;
}
.textfield {
	height: 22px;
	border: 1px solid #666666;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.font4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.font6 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color:#990000;
	text-decoration:none;
}

/*Gallery*/
#gallery{
    text-align:left;
}

#panelGallery{
    width:770px;
    height:90px;
    overflow:hidden;
    margin: auto;
}
#panelGallery ul{
    padding:0px;
    margin:0px;
    list-style:none;
    width:870px;
    height:120px;
    overflow:hidden;
}
#panelGallery li{
    float:left;
    text-align: center;
}
#panelGallery li div{
    height: 50px;
    width: 70px;
}
#panelGallery img{
    cursor:pointer;
    margin: auto;
}
#panelGallery div.block{
    width:250px;
    height:105px;
    padding:0px;
    margin:0px;
}

#controlPanel{
    background: url(../images/gallery-panel.png) top center no-repeat;
    height: 60px;
    margin: auto;
    padding-top: 5px;
    width: 650px;
}
#controlPanel-arrow{
    text-align: center;
    display: none;
    padding-top: 20px;
}
#controlPanel-arrow img{
    margin: 0px 2px;
}

#gallery .prev{
    float: left;
    padding-top:20px;
    width: 22px;
    text-align: center;
    font-weight: bold;
    cursor:pointer;
}
#gallery .next{
    float: right;
    padding-top:20px;
    width: 22px;
    text-align: center;
    font-weight: bold;
    cursor:pointer;
}
#viewGallery{
    width:650px;
    height:350px;
    margin:auto;
    overflow: hidden;
}
.photoGallery{
    width:650px;
    height:350px;
    background:no-repeat center center;
    display:none;
    text-align: center;
}

.photoGallery .panel{
    color:#818181;
    text-align: left;
    padding:5px 0px;
    font-size: 11px;
    width: 300px;
    height: 350px;
    float: right;
}
.photoGallery .panel div{
    text-transform: uppercase;
    color: #99b404;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}
.photoGallery .image{
    width: 650px;
    height:350px;
    overflow: hidden;
    text-align: center;
}
.photoGallery .image img{
   
}
.photoGallery .block{
    background:#000000;
    color:#ffffff;
    padding: 0px 5px;
    overflow:hidden;
    font-size: 12px;
    position: relative;
    top: 475px;
    text-align: right;
    height: 2em;
}
.photoGallery .block p{
    padding-top: 5px;
    margin: 0px;
}
