@media screen and (max-width: 750px) {


#work {
	max-width: 450px;
}

#worktext {
	max-width: 450px;

}

img {
	width: 450px;
}


#work #project-bodytext p{
	clear: left;
	width: 450px;
}


#header {
}

#work #project-details{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 400px;
	margin-bottom: 18px;
	position: relative;
	float: left;
}

#header #view a#textview:before {
	position: relative;
}

#header #logo {
}

#header #links {
	margin-left: 14px;
}

br.break {
	display: none;
}

#project {

}

#about {

}

#header #view a#prev:after {
	content: '←';
	position: relative;
}

#header #view a#next:before {
	content: '→';
	position: relative;
}
}

