@charset "utf-8";
/* GALLERY CSS Document */

#gallerycontainer {
/*margin: 0px auto 0px;*/
width: 650px;
height: 500px;
border: 1px solid #333333;
float:left;
}

.tdgallery {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 200px;
height: 230px;
border: 1px solid #dad9d9;
}

.tdfooter {
width: 100%;
background: #edecec;
height: 17px;
text-align: right;
}

#td_text {
text-align:center;
float:left;
line-height: 20px;
margin-left: 35px;
font-size: 10px;
}

/*********** CSS LOOPER ***********/

.gallerytable {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 200px;
height: 240px;
border: 1px solid #dad9d9;
}

.galleryheader {
width: 100%;
height: 20px;
border-bottom: 1px solid #dad9d9;
text-align:center;
line-height: 20px;
}

.galleryimage {
width: 200px;
height: 200px;
border: 0px;
}

.galleryfooter {
widows: 100%;
height: 17px;
}

.galleryfootertext {
font-size:10px;
color:#666666;
float: left;
line-height: 17px;
margin-left: 50px;
}

.galleryzoomicon {
width: 20px;
height: 17px;
float:right;
}