@charset "UTF-8";
/* CSS Document */

.pics {  
		height:400px;/*	height of image + r & l padding + border*/
		width:700px;/*	width of image + r & l padding + border*/    
		border:0px;
		padding: 0;  
		margin:0 auto;
} 
 
.pics img {    
    border:  0px;    
    height:  400px; /*	width of image*/
    width: 700px; /*	height of image*/
}

#subContentaudio{
	clear:both;
	width:750px;
	height:400px;
}

#subContentaudio div{
	float:left;
}


