@charset "utf-8";
/* CSS Document */
body {
	background: rgb(0,0,s0);
}

#myslides {
	width: 700px;
	height: 500px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#myslides img {
    padding: 0px;
    background-color: rgb(230,230,230);
    top:  0;
    left: 0
}

/*     
'Add these two properties to the #myslides img section to control the size of the pictures
width: 450px;
height: 450px;

border:  1px solid rgb(100,100,100);
*/
