<style>

body div #home #header{
display:none
}

#footer{
display:none
}


.headermaintitle{
display:none
}
#blogTitle{
display:none
}

#navigator{
display:none
}
#sideBar{
display:none
}
.thumbTitle{
text-align:center;
}
#GalleryThumbNailViewer1_ThumbNails{
width:50%;
margin-left: auto;
margin-right: auto;
box-shadow: darkgrey 10px 10px 30px 5px ;
}

#GalleryThumbNailViewer1_ThumbNails tbody tr td{
text-align:center;
}

#GalleryThumbNailViewer1_ThumbNails img {
        border: 5px solid #ddd;
        padding: 5px;
        background: #fff;
}

#GalleryThumbNailViewer1_ThumbNails .ThumbNail{
box-shadow: 0px 2px 1px #888888;
}

</style>