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

/* DANCECHATTER GALLERY CSS */
#Content {
	width: 630px ;
}
	#Gallery {
		position: relative ;					
		width: 630px ;
	}
		#Categories {
			width: 100px ;
			border-right: 1px dotted rgb(150,150,150) ;
			float: left ;
			font-size: 12px ;
			padding: 4px ;
		}
			.CatGal {
				margin-left: 15px ;
				margin-bottom: 5px ;
				padding-bottom: 5px ;
			}
		#Images {
			float: left ;
			overflow: visible ;
			width: 510px ;
			padding: 2px ;
		}
			#Galleries {
			}
				.GalleryThumb {
					float: left ;
					width: 110px ;
					overflow: visible ;
					margin: 8px ;
				}
			#Thumbnails {
				position: relative ;
				height: 112px ;
				width: 500px ;
				border-bottom: 1px dotted rgb(150,150,150) ;
				overflow: auto ;
				white-space: nowrap ;
				padding: 5px ;
				margin-bottom: 10px ;
			}
				#Thumbnails ul{
					list-style: none ;
					padding: 5px ;
				}
					#Thumbnails li {
						margin: 0px 10px ;
						display: inline-block ;
					}
						#Thumbnails Img {
							cursor: pointer ;
							border: 1px solid rgb(50,50,50) ;
						}