* {
	border: 0;
}

#logo{
	display: block;
	margin-bottom:	10px;
}

#logo h1 {
	display:	none;
}

#desc_content{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: black;
	overflow: auto;
	
}

#portfolioSlideshow{
	display: block;
}

.slide {
	visibility: visible !important; 
	opacity: 1!important;
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: auto;
	border-bottom:		8px solid #FFFFFF;
	clear:	both;
}

.slide {
	filter: alpha(opacity = 100)!important;
}
/*** Buttons ***/
ul.portfolioButtons, .portfolio_right {
	display: none;
}

.project_thumb {
	border: none;
	float: left;
}

#mainmenu, .projectTitle, #desc_link, #desc_print, #desc_close, .scrollarea, #footer, .arrow{
	display: none;
}

body{

	  float: none;
	  width: auto; 
	  margin: 0;
	  padding: 0; 	
	color: #000000;
}

#positioning {
	height:			auto;
	width:			auto;
	float:			none;
	margin-bottom:	0;
}


#container {
	width:				auto;
	height:				auto;
	margin:				0;
	padding:			0;
	clear:				left;
	position:			static;
	overflow:			visible;
	background:			#FFFFFF;
	color: #000000;
}

/* TEXT BOX */

#desc{
	width: auto;
	background: #FFFFFF;
	margin-bottom: 0;
	color: black !important;
	visibility: visible !important;;
	display: block !important;
	opacity: 1;
	margin-bottom:		10px;
	position:			relative;
}

#desc_title{
	margin-bottom: 14px;
	padding-top: 	0;
}


#desc_content{
	/*width: 650px;*/
	height:	auto;
	margin-left: 0;
	margin-top:  0;
	overflow: visible;
/*	float: none !important;
	display: block !important;*/
}

.scroll_content{
	padding-right: 0;
	overflow: visible;
	float: none;
	
}

.StickyWinInstance{
	position: static !important;
	
}

#modalOverlay{
	display: none !important;
}
#desc_txt, .p{
	color: black !important;
}

#txt_content{
	float: none !important;
	display: block !important;
	overflow: visible !important;
	height: auto;
	width: auto;
}

#backLink{
	display: none;
}

#banner{
	margin-bottom:	10px;
}