@import "events.css"; /*imports lists.css*/

	#photos .venue .all {
		position: absolute;
		top: 209px;		
		right: 0px;
	}
	
	#photos .venue .thumbs {
		height: 189px;
		padding: 0px 16px;
	}
	
		#photos .thumbnail {
			height: 146px; /*-20 from usual*/
			white-space: normal;
			overflow: hidden;
		}
	
			#photos .thumbnail .date {
				color: #ff840d;
			}
		
#photoHolder {
	text-align: center;
	min-height: 536px;
}

* html #photoHolder { /*MSIE min-height hack*/
	height: 456px;
}

	#mainPhotoLink {
		display: block;
		margin: 0px auto;
	}

	#mainPhoto {
		margin: 40px 0px;
		border: 1px solid #666;
	}

#main .box .content.comparison {
	padding: 190px 0px 30px 0px;
	text-align: center;
	background: url('http://munky.com.au/images/perver.jpg') no-repeat;
}
	
	#comparison {
		margin: 0px auto;
		padding-left: 28px;
		min-height: 338px;
	}
	
	* html #comparison { /*MSIE min-height hack*/
		height: 338px;
	}
	
		.compare {
			float: left;
			width: 450px;
			height: 338px;
			background: url('../images/ajax.gif') no-repeat 50% 50%;
		}
		
		#hotLeft {
			margin-right: 30px;
		}
		
			.compare img {
				border: 1px solid #666;
			}
			
			.compare .meta {
				text-align: right;
				font-size: 1.3em;
			}

#tags {}

	#tags p { margin: 3px 0px; }

	#tag {
		padding: 11px;
	}
	
		#makeProfile {
			margin-top: 3px;
		}
	
		#tag select {
			width: 100%;
		}
		
	#tagged {
		padding-left: 11px;
	}
	
		#noTag {
			height: 81px;
		}
			
#icons {
	padding: 7px 0px 0px 7px;
}

	#icons .photoIcon.active {
		background: #fff;
	}

		#icons .photoIcon.active img {
			width: 88px;
			height: 65px;
			margin: 1px;
		}
