#wordbubblehome{
position: absolute;
left: 45px;
top: 20px;
height: 150px;
width: 170px;
z-index: 13;
}

#wordbubblehome img{
width: 120%;
height: 120%;
}

#babylucas{
width: 215px;
height: 185px;
float: left;
position: absolute;
top: 150px;
left: -35px;
}

#babylucas img{
width:130%;
height:120%;
position: absolute;
left: 0px;
z-index: 100;
}

#main{
text-align: center;
float: right;
width: 895px;
margin-bottom:0px;
padding-bottom:0px;

}

#leftside{
float:left;
width: 530px;
height:522px;
padding: 15px;
padding-left: 30px;
margin-bottom:0px;
padding-bottom: 0px;
}

#rightside{
float:right;
width:290px;
height:522px;
padding: 15px;
margin-bottom:0px;
padding-bottom:0px;
}

#imagebox{
margin-left: 35px; 
background-color: black;
width: 450px;
height: 235px;
border: 1px dotted black;
border-radius: 5px;
box-shadow: 5px 5px 2px #222222;
}

#imagebox img{
height:100%;
width:100%;
border-radius: 5px;
}

#imagebox .button{
	height:20px;
	width:100px;
	opacity: 0.3;
	cursor:pointer;
	z-index:2000;
	}

#imagebox .prevButton{
	background:url('images/buttons/paintbrushleft.png');
	float:left;
	background-size: 100%;
	margin-top: 7px;
	margin-left: 80px;

}

#imagebox .prevButton:hover{ 
opacity: 1.0;
}

#imagebox .nextButton{
	background:url('images/buttons/paintbrushright.png');
	background-size: 100%;
	margin-right: 95px;
	margin-top: 7px;
	float: right;
}

#imagebox .nextButton:hover{
opacity: 1.0;
}

#imagebox ul{
	width: 100%;
	height: 237px;
	margin:0px;
	padding: 0px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	}

#imagebox li:first-child{
	display:list-item;
	position:absolute;
}

#imagebox li{
position:absolute;
display:none;
height: 237px;
width: 100%;
}



#summary{
margin-top:5px;
width: 380px;
height: 255px;

padding-top: 15px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 35px;

text-align: left;
text-indent: 18px;
margin-left: 35px;
font-size: 15px;
}

#worklist{
width: 255px;
height: 100%;
padding-right: 7px;
}

#worklist table{
vertical-align: top;
padding-right: 10px;
margin-left: -10px;
}

#worklist table td{
font-size: 16px;
text-align: left;
padding-bottom: 3px;
}