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

#project_details p{
	margin-top:0px;
	margin-bottom:14px;
	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 {
    height: 26px;
    left: 650px;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 250px;
}
.dropdown {
    color: #000000;
    float: left;
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
    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;
    margin-left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 250px;
    z-index: 200;
}
.dropdown ul {
    border-top: medium none;
    list-style: none outside none;
    padding-left: 0;
    width: 250px;
}
.dropdown .text {
    font-size: 12px;
    padding: 11px 20px 20px 17px;
}
.dropdown .text p {
    margin-bottom: 7px;
}
