/* Entry */
.PortfolioEntry {
	min-height: 0;
	position: relative;
}

.PortfolioEntry .Thumbnail {
	display: inline;
	float: left;
	min-height: 0;
	position: relative;
	width: 240px;
}

.PortfolioEntry .Content {
	display: inline;
	float: left;
	margin-left: 40px;
	min-height: 0;
	position: relative;
	width: 560px;
}

.PortfolioEntry h2 {

}

/* General Portfolio */

#Portfolio {
	background-image: url('../images/PortfolioBackground.jpg');
	height: 320px;
	margin: 25px -20px 1em -20px;
	position: relative;
}

#Portfolio .Viewport {
	height: 320px;
	left: 60px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 880px;
}

#Portfolio .Left, #Portfolio .Right {
	background-image: url('../images/Nav_Left.jpg');
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 240px;
	position: absolute;
	top: 3px;
	width: 40px;
}

#Portfolio .Left.NoHover:hover {
	background-image: url('../images/Nav_Left.jpg');
}


#Portfolio .Right, #Portfolio .Right.NoHover:hover {
	background-image: url('../images/Nav_Right.jpg');
	left: auto;
	right: 0;
}

#Portfolio .Left:hover {
	background-image: url('../images/Nav_Left_On.jpg');
}

#Portfolio .Right:hover {
	background-image: url('../images/Nav_Right_On.jpg');
}

#Portfolio .Left .Hover {
	background-image: url('../images/Nav_Left_On.jpg');
	display: none;
	height: 240px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

#Portfolio .Right .Hover {
	background-image: url('../images/Nav_Right_On.jpg');
	display: none;
	height: 240px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

#Portfolio ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Portfolio li {
	background-image: url('../images/ThumbnailBackground.png');
	float: left;
	height: 320px;
	margin-right: 20px;
	position: relative;
	width: 270px;
}

/* Next class added by js */
#Portfolio li.JS {
	position: absolute;
	top: 0;
}

#Portfolio li a {
	border: none;
	display: block;
	height: 185px;
	left: 42px;
	overflow: hidden;
	position: absolute;
	top: 24px;
	width: 185px;
}

#Portfolio li a span.Image {
	position: absolute;	
}

#Portfolio li a:hover span.Image {
/*	top: -185px; */
}

#Portfolio li a span.Overlay {
	background-image: url('../images/ThumbnailMask.png');
	display: block;
	height: 185px;
	left: 0;
	position: absolute;
	top: 0;
	width: 185px;
}

/* Bubble */
.BubbleContent {
	display: none;
}

#Bubble {
	display: none;
	position: absolute;
	width: 940px;
	z-index: 4;
	min-height: 0;
}

.Bubble .Inner {
	background-image: url('../images/Bubble_Main.png');
	background-repeat: no-repeat;
	padding: 50px;
	position: relative;
	z-index: 2;
	min-height: 1;
}

.Bubble .Bottom {
	background-image: url('../images/Bubble_Bottom_Center.png');
	height: 48px;
	z-index: 2;
}

.Bubble .Bottom.Left {
	background-image: url('../images/Bubble_Bottom_Left.png');
}

.Bubble .Bottom.Right {
	background-image: url('../images/Bubble_Bottom_Right.png');
}
