body
{

	background-color: #d4d1ca;

}
#project_details{
	width:710px;
	float:left;
}

#project_details p{
	margin-top:0px;
	margin-bottom:50px;
	padding:0px;
	float:left;
}
#controls{
	
	
}
#next{
	position:fixed;
	width:55px;
	height:30px;
		
}
.next_image {
	position:fixed;
	top:520px;
	left:895px;
	width:55px;
	height:30px;
	background: url("/assets/images/site/next.png");
  	background-size: 55px 30px;
	}
.next_image:hover {
	position:fixed;
	top:520px;
	left:895px;
	width:55px;
	height:30px;
	background-image: url("/assets/images/site/next_on.png");
  	background-size: 55px 30px;
	}
#back{
	position:fixed;
	width:55px;
	height:30px;		
}
.back_image {
	
	left: 895px;
    	position: fixed;
    	top: 554px;
	width:55px;
	height:30px;
	background-image: url("/assets/images/site/back.png");
  	background-size: 55px 30px;
	
}
.back_image:hover {
	left: 895px;
    	position: fixed;
    	top: 554px;
	width:55px;
	height:30px;
	background-image: url("/assets/images/site/back_on.png");
  	background-size: 55px 30px;
	}
#project_desc{
   position:absolute;
	left:645px;
	margin-top:0px;
	padding-top:0px;
	width:250px;
	height:26px;
}
.dropdown {
	margin-top:0px;
	padding-top:0px;
    color: #000000;
    float: left;
    font-size: 13px;
    position: fixed;
    width: 250px;
    z-index: 10;
}

.dropdown dt {
    background-color: #FFFFFF;
    cursor: pointer;
    height: 26px;
    width: 250px;
}
.dropdown dt p {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
    padding: 5px;
}

#button3 {
    float: right;
    font-size: 15px;
    font-weight: normal;
    left: 230px;
    margin-right: 4px;
    margin-top: 0;
    position: absolute;
    top: 5px;
}
.dropdown dd {
    background-color:white;
    display: none;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 250px;
    margin-left:0px;
    z-index: 200;
}
.dropdown ul {
	padding-left:0px;
    border-top: medium none;
    list-style: none outside none;
    width: 250px;
}

.dropdown .text {
    font-size: 12px;
    padding: 11px 20px 20px 17px;
}
.dropdown .text p {
    margin-bottom: 7px;
}

#three-ddcontent ul .text p{
	margin-top:0px;
	margin-bottom:20px;
}
#three-ddcontent ul #client p{
	margin-top:0px;
	margin-bottom:0px;
}
