#slide-cont{
	margin-top:1px;
	text-align:center;
	width: 463px;
	height:284px;
	float: left;
	display: inline;
	background: #fff url(none) repeat-x scroll 0 0;

}


#prev{
float: left;
display: inline;
width: 28px;
height:52px;
background: url(../images/scrollprev.jpg) no-repeat scroll 0 0;
margin:100px 0 0 30px;
}

#next{
float: left;
display: inline;
width: 28px;
height:52px;
background: url(../images/scrollnext.jpg) no-repeat scroll 0 0;
margin:80px 0 0 0px;
}

#picscont{
width: 345px;
height:210px;
background: url(../images/picsbg.gif) no-repeat scroll 0 0;
float: left;
display: inline;
margin:10px 0 0 0;
}

.pics {  
    height:  204px;  
    width:   340px;  
    padding: 0;  
    margin:  0 0 0 0px;
	 float: left;
	 display: inline;
	    
}
.pics img {  
	 padding: 8px;   
    background-color: #660000;  
    width:  324px; 
    height: 190px; 
    top:  0; 
    left: 0 
}
