/*Mike's Jquery CSS*/
.prodbanner {  
    height:  587px;  
    width:   199px;  
    padding: 0;  
    margin:  0;  
} 

.prodbanner img {
	padding: 0px;
	background-color: #eee;
	width:  587px;
	height: 199px;
	margin:  0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.pics {  
    height:  587px;  
    width:   199px;  
    padding: 0;  
    margin:  0;  
} 

.pics img {
	padding: 0px;
	border:  none;
	background-color: #eee;
	width:  587px;
	height: 199px;
	margin:  0;
} 
#s1 {
	height: 199px;
	width: 587px;
}
#next2 {
	height: 30px;
	width: 90px;
	background-color: #0066CC;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#prodnext {
	height: 30px;
	width: 100px;
	float: right;
}
/* validation */
#commentForm label { width: 250px; }
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
