div#page{
	height:				540px;
	width:				952px;
}

#slides{
	margin-left: -5px;
}

/*** Overview Page ***/
.project_thumb {
	width:			238px;
	height:			136px;
	overflow:		hidden;
	float:			left;
}

/*** Slides ***/
#portfolioSlides .slide {
	position:		absolute;
	width:			948px;
	height:			533px;
	overflow:		hidden;
	opacity:		0;				/* Hide slides so they fade in nicely */
}

/*** Buttons ***/
ul.portfolioButtons {
/*	float:			right;
	margin-top:		452px;*/
	margin-right: 	4px;
	text-align:		right;
	float:	left;
}

ul.portfolioButtons li.slideButton {
	float:			left;
	list-style:		none;
	background:		url(../images/button.gif) no-repeat;
	height:			12px;
	width:			12px;
	overflow:		hidden;
}

ul.portfolioButtons li.slideButton:hover,
ul.portfolioButtons li.selected {
	cursor:			pointer;
	background:		url(../images/button.gif) -12px 0 no-repeat;
}

ul.portfolioButtons span {
	display:		none;
}

#pause_resume {
	width:			16px;
	height:			16px;
	overflow:		hidden;
	cursor:			pointer;
	float:			right;
	margin:			2px 6px 0 0;
}

#pause_resume:hover img {
	margin-left:	-16px;
}

.paused img {
	margin-top:		-16px;
}


/**** Other Data *****/
h3.projectTitle {
	margin-top:0px;
	color:			#8AADBD;
	font-size:		12px;
	text-transform:	uppercase;
	font-weight:	normal;
	margin-bottom: 0;
}

a.projectDescriptionLink {
	font-size:		10px;
	float: left;
/*	margin-top:	15px;*/
}

/* TEXT BOX */

#desc{
	width: 476px;
	height:	540px;
	background: #FFFFFF;
	margin-top: 20px;
	color: #3e270f;
	overflow: hidden;
	/*background: url('../images/bgtrans.png');*/
}

#desc_title{
	margin-bottom: 14px;
	/*padding-top: 	50px;*/
	text-transform: uppercase;
/*	margin-left: 60px;*/
}


#desc_content{
	width: 				366px;
	height:				355px;
	margin:				40px 50px 0 50px;
	overflow: 			hidden;
	padding-top: 		15px;
}

#desc_txt{
	line-height:		19px;
}

.close_print {
	float: right;
	padding-right: 15px;
	padding-top: 14px;
	font-size: 10px;
}

.portfolio_right {
		float:			right;
		margin-top:		540px;
}

#all_projects {
		clear:			both;
		font-size:		10px;
		margin: 		0 0 0 -7px;
		text-align:		right;
		padding:		0 7px 0 0;
}

#modalOverlay {
	cursor:				pointer;
}

#gregnoble {
    text-align: center;
	}