
#photocontainer{width:700px;  margin:0; background:#FFFFFF;}
.bigPhoto{height:440px; min-height:440px;padding:5px 0 5px 0;text-align:center;}
.bigPhoto img{padding:1px;margin:1px; display:inline;border:1px #cccccc solid;}
html>body .bigPhoto{height:auto;}
.thumbs{float:left;width:700px; height:auto;background:#FFFFFF;padding:5px 0 5px 0; text-align:center;}
.thumbs img{display:inline;cursor:pointer; padding:1px;margin:1px; display:inline;border:1px #cccccc solid;}
.phototxt{float:left;width:700px; height:18px;border-top: 1px #cccccc solid; border-bottom: 1px #cccccc solid;padding:2px 0 2px 0;text-align:center; font-weight:bold;margin:5px 0 4px 0;background:#FFFFFF;}
.phototxt span{float:left;width:460px;text-align:center;}
#prev{float:left;width:100px; height:15px; padding-left:20px; background:transparent url(/Modules/PhotoGallery/img/prev.gif) no-repeat left 0;text-align:left;}
#next{float:right;width:100px; height:15px; padding-right:20px; background:transparent url(/Modules/PhotoGallery/img/next.gif) no-repeat right 0;text-align:right;}
#prev:hover{background-position: 0 -15px;}
#next:hover{background-position: right -15px;}
#photocontainer .selected{border:2px #7ba2b9 solid; padding:0;}