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



#viewer {
    margin:15px 0 0px 0;
    width: 750px;
    height: 250px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
	padding:10px 0 10px 0;
    top: 0;
    left: 0;
    position: absolute;
}