/* Sample CSS for photo gallery module */

.galleryContainer
		{
		width: 410px;
		padding: 10px;
		border: solid 1px #ccc;
		border-right: none;
		}

.galleryContainer table
		{
		width: 100%;
		}

#gallerySelectForm
		{
		text-align: right;
		}
		
#thumbnailBox
		{
		height: 90px;
		width: 100%;
		overflow: auto;
		}

#thumbnailBox img
		{
		border-right: dashed 1px #ccc;
		}		
		
.thumbsRow
		{
		}		

table.thumbsRow td
		{
		}

		
#fullPhoto
		{
		background: url(../images/loading.gif) center center no-repeat;
		}	
		
#fullPhoto img
		{
		padding: 2px; 
		border: solid 1px #ccc;
		}
			
		
#imageCaption
		{
		text-align: left;
		padding: 10px;
		}		
		

