#presentations{
	width: 200px;
}

#container{
	position: relative;
	height: 70px;
	left: -5px;
	top: -5px;
	margin-bottom: 5px;
}
#border{
	position: absolute;
	z-index: 20;
	width: 200px;
	height: 55px;
	top: 1px;
}
#border img{
	border: 0px;
}
#inside_image{
	position: absolute;
	z-index: 10px;
	top: 30px;
	
}
#inside_image img{
	border: 0px;
}
.container_small_pic{
	position: relative;
	float: left;
	height: 78px;
	width: 75px;
		
}
.border_small{
	position: absolute;
	z-index: 10;
}
.border_small img{
	border: 0px
}
.pic_small{
	position: absolute;
	top: 4px;
	width: 59px;
	height: 59px;
}
.pic_small img{
	border: 0px;
}
.decription{
	float: left;
}
.spacer{
	clear: both;
}

#present_pop_up{
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 270px;
	width: 800px;
	height: 630px;
	background: #EFEFEF;
	border: 3px solid #999999;
    z-index: 20;
}
#present_pop_up a{
	color: #666666;
	float: right;
	margin-right: 5px;
}
#present_pop_up a:hover{
	text-decoration: underline;
}
