#slides_container {
                width:170px;
                height:213px;
		border: solid 1px black;
            }
            #caption1 {
            background: none repeat scroll 0 0 #FFFFFF;
            width:170px; 
            height:213px; 
            position:absolute;
            left: 0;
            top: 0;
            }

            #slide {
                position: relative;
            }

            #caption {
                background: none repeat scroll 0 0 #FFFFFF;
                position: absolute;
                width: 100%;
                height: auto;
                left: 0;
                top: 0;
           }
            .capdisplay
            {
               width:175px; 
               height:213px;
               top:25px;
               left :15px;
               color:Black;
               text-align:center;
            }

            .innerdiv
            {
              margin-left : 10px;
            }