#refine {
    text-align: right;
}

#portfolioWrap{
	min-height:600px;
}

#picknmix_btn {
    margin-right: 8px;
    cursor: hand;
    cursor: pointer;
}

.portfolio {
    z-index: 2;
}

.panel {
    float: left;
    position: relative;
    width: 128px;
    height: 128px;
    margin: 4px;
    cursor: pointer;
}

.panel a div.thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 128px;
    height: 128px;
}

.panel div.hover {
    position: absolute;
    top: -44px;
    left: -44px;
    width: 215px;
    height: 215px;
    overflow: hidden;
    display: none;
}

.panel div.description {
    position: absolute;
    top: -44px;
    left: -44px;
    width: 215px;
    height: 215px;
    overflow: hidden;
    display: none;
}

.panel img {
    border: none;
}

#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0.45;
    background: #000;
	z-index:2;
	cursor:hand;
	cursor:pointer;
}

#popup {
    position: fixed;
	_position: absolute;
	left:0;
	top:0;
	_top:50%;
	width:100%;
	height:100%;
	z-index:9999;
	cursor:hand;
	cursor:pointer;
}

#loading {
	position:absolute;
	top:277px;
	left:416px;
    width: 50px;
    height: 50px;
	overflow: visible;
    margin: 0 auto;
}

#loadtext {
	top:-267px;
	left:4px;	
}

#project-container {
	position: absolute;
	left: 50%;
    top: 50%;
	cursor:default;
}

#panel {
	position:absolute;
	top:-303px;
	left:-450px;
	width: 882px;
    height: 605px;
    overflow: visible;
    margin: 0 auto;
    background: #FFFFFF url(/images/projectbox/bg.gif) repeat-y top left;
	text-align:left;
	
	border: 2px solid lightgrey;
}

#panel.filtered {
	border: 2px solid #DE6200;
}

#project {
    padding: 45px 25px 10px 25px;
    background: #FFFFFF url(/images/projectbox/bg.gif) repeat-y top left;
    overflow: visible;
}

#previous, #next, #close, #closemix, #topbar, #loadtext {
    position: absolute;
    overflow: visible;
    cursor: hand;
    cursor: pointer;
}

#topbar {
	width:649px;
	top: 25px;
	left:116px;
}

#previous {
    width:100px;
    height:30px;
    top: 3px;
    left: 0px;
    background: url(/images/projectbox/arrows_grey.png) top left;
}

#next {
    width:100px;
    height: 30px;
    top: 3px;
    right: 0px;
    background: url(/images/projectbox/arrows_grey.png) top right;
}

#close, #closemix {
    width: 36px;
    height: 16px;
    top: 10px;
    left: 420px;
    background: url(/images/projectbox/close_btn.png) top left !important;
}

#previous:hover {
    background-position: bottom left;
}

#next:hover {
    background-position: bottom right;
}

#close:hover, #closemix:hover {
    background-position: top right;
}

#previous.orangeButton, #next.orangeButton {
    background-image: url(/images/projectbox/arrows_orange.png);
}

/* */

div#slideshow{float:left;width:400px;overflow:hidden;margin-left:5px;}
div#details {float:right;width:400px;overflow:hidden;margin-right:5px;}

div#top {
	width:100%;
	overflow:hidden;
	position:relative;
}

div#details div#title {
	width:280px;
	display:block;
	float:left;
}

div#details div#title {
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	bottom:0px;
}

div#details div#client {
	display: block;
	width: 111px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	float:right;
}

div#details div#links {
	font-weight:bold;
	font-size:1em;
	float:left;
}

div#details div#links div { display:inline; margin-left:5px;}

div#details div#links img {
	padding: 0 5px;
	vertical-align:middle;
}

div#details h2 {
	color: #DE6200;
}

div#details div#body {
	height:420px;
	margin:15px 0;
	line-height:1.6em;
	padding-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	clear:both;
}

/* */

#slideshow {
    margin: 0 auto;
}

#slides {
    position: absolute;
    width: 400px;
    height: 450px;
}

#slides img {
    width: 400px;
    height: 450px;
}

#slides img.stage {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#slides img.off {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#thumbnails {
    position: absolute;
    bottom: 10px;
	left:35px;
	
    list-style: none;
    padding: 0;
}

#thumbnails li {
    list-style: none;
    float: left;
    margin: 1px;
    padding: 2px;
    border: 1px solid #000;
    opacity: 0.2;
    filter: alpha(opacity = 20);
    cursor: hand;
    cursor: pointer;
}

#thumbnails li:hover {
    border: 1px solid #555555;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

#thumbnails li.current {
    border: 1px solid #DE6200;
    opacity: 1;
    filter: alpha(opacity = 100);
}

#thumbnails img {
    width: 70px;
    border: none;
    display: block;
}

/* wrapper divs */
.custom-checkbox, .custom-radio {
    position: relative;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
}

/* input, label positioning */
.custom-checkbox input, .custom-radio input {
    display: block;
    position: absolute;
    left: 2px;
    top: 3px;
    margin: 0;
    z-index: 0;
}

.custom-checkbox label, .custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.2em;
    padding-right: 1em;
    line-height: 1;
    padding: .4em 0 .2em 30px;
    margin: 0 0 .3em;
    cursor: pointer;
}

.custom-checkbox label {
    background: url(/images/form/checkbox.gif) no-repeat;
}

.custom-radio label {
    background: url(/images/form/radiobutton.gif) no-repeat;
}

.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
    color: #999;
}

.custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
    background-position: -10px -114px;
    color: #000;
}

.custom-checkbox label.checked, .custom-radio label.checked {
    background-position: -10px -214px;
    color: #DE6200;
    font-weight: bold;
}

.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
    background-position: -10px -314px;
}

.custom-checkbox label.focus, .custom-radio label.focus {
    outline: 1px dotted #ccc;
}


#picknmix-container {
	position:fixed;
	_position:absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    overflow: visible;
    z-index: 9999;
    display: block;
}

#picknmix {
	position:absolute;
	top:-303px;
	left:-400px;
	width: 782px;
	overflow:hidden;
    margin: 0 auto;
    display: block;
    text-align: left;
}

#lists {
	background: #FFFFFF url(/images/projectbox/bg_narrow.gif) repeat-y top left;
	border:1px solid #FFF;
}

#picknmix div {
	overflow:hidden;
}

#picknmix h3 {
	margin: 20px;
    padding: 0;
    color: #de6200;
    font-size: 1.6em;
}

#picknmix hr {
	clear:both;
    color: #CCC;
	margin: 0 20px;
}

#picknmix p {
    margin: 20px 20px;
    font-size: 1.2em;
    color: #000;
}

#picknmix ul {
	list-style-type:none;
	width:782px;
	overflow:hidden;
	margin:10px 40px
}

#picknmix ul li {
	float:left;
	width:351px;
	margin:0;
	padding:0;
}

#closemix {
	top:10px;
	left:auto;
	right:15px;
}

#backto {
	clear:both;
	width:100%;
	padding:20px 0 15px 0;
	background: #252525 url(/images/portfolio/picknmixbg.gif) repeat-y top left;
	text-align:center;
}

#backtostudio {
	cursor:hand;
	cursor:pointer;
}

