body { }
p { }
td { }
a.gallery_link:link {    color: #D5D5D5; font-weight: bold;font-size: 12px;}
a.gallery_link:visited { color: #D5D5D5; font-weight: bold;font-size: 12px;}
a.gallery_link:hover {   color: #D5D5D5; font-weight: bold;font-size: 12px;}
a.gallery_link:active {  color: #D5D5D5; font-weight: bold;font-size: 12px;}
  


.pics {  
    clear: both;
    height:  396px;  
    width:   548px;  
    padding: 0;  
    margin:  0;  
    overflow: hidden;
	cursor: default;
} 
 
.pics img {  
    padding: 0px;  
    width:  548px; 
    height: 366px; 
    top:  0; 
    left: 0 
} 

.slide_base  {
	background-image: url(../images/home/slide_base.gif);
	background-repeat: no-repeat;
	width: 548px;
	height: 30px;
	}

.slide_info  {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 4px;
        text-align: left;
}

.gallery_link {
	position: relative;
	top: -11px;
	left: 7px;
	z-index: 50;
	width: 500px;
	font:12px, sans-serif;
}

.info {
	position: relative;
	top: 4px;
	left: 20px;
	color: #ffffff;
	width: 500px;
	font:10px Arial, Helvetica, sans-serif;

}

.info h1 {
	font:15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 5px;

}

.info p {
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	color: #ffffff;
	line-height: 15px;

}

#slide_container  {
	background-image: url(../images/home/slide_bg.gif);
	background-repeat: no-repeat;
	width: 548px;
	height: 396px;
	padding: 0px 4px 4px 0px;
}

ul#nav {
	margin:0px;
	padding:0px;
	position: relative;
	left: 450px;
	z-index: 50;
	top: -32px;
	cursor: pointer;
}

#nav li {
	float: left;
	list-style: none;
	width:16px;
	height:20px;
	margin: 0px;
	padding: 0px;
}

#nav span {
	display: none;
}



#nav a { 
	border: none; 

	text-decoration: none; 
	margin: 0 5px; 
	padding: 3px 5px;  
}

#nav a.activeSlide { 
	background-image: url(../images/home/slide_button_on.gif);
	background-repeat: no-repeat;
}
#nav a:focus { 
	outline: none;
}

#nav li:hover {
background-image: url(../images/home/slide_button_on.gif) !important;
	background-repeat: no-repeat;
}

#scroll li {
	margin:0;
	padding:0;
	height: 396px !important;
}

.onBtn {
background-image: url(../images/home/slide_button_on.gif) !important;
	background-repeat: no-repeat;

}

.btns {
	background-image: url(../images/home/slide_button_off.gif);
	background-repeat: no-repeat;
}
