div#wrap
{
    position : static !important;
}

html, body, div#wrap, div#global
{
    height : 100%;
    width  : 100%;
}

div#wrap div#global div.title
{
    position: fixed !important;
}

div#wrap div#global div#close_button
{
	position : fixed;
    right    : 25px;
    top      : 15px;
    z-index  : 500;
}

div#wrap div#global div#left_arrow
{
    left       : 0px;
    margin-top : -34px;
    position   : fixed;    
    top        : 50%;
    z-index    : 500;
}

div#wrap div#global div#right_arrow
{
    margin-top : -34px;
    position   : fixed;    
    right      : 0px;
    top        : 50%;
    z-index    : 500;
}

div#wrap div#global div#more_information
{
    bottom   : 15px;
    left     : 15px;
    position : fixed;
    z-index  : 500;
}

.img_point
{
	float: left;
	width: 23px;
	height:23px;
	background: transparent url("../../media/images/common/point.png") no-repeat;
    cursor: pointer;
}

.hover, .img_point:hover
{
	float: left;
	width: 23px;
	height:23px;
	background: transparent url("../../media/images/common/point.png") no-repeat 0 -23px;
}

div.ied
{
    float : left;
}

div.leed
{
    float       : left;
    margin-left : 10px;
}