div.slide
{
    position:relative;
}

div#slider{
	max-width: 900px;
	height: 380px;
	margin-left: auto;
    margin-right: auto;
}
	@media only screen and (max-width: 559px) {
div#slider{
	width: 100%;
	height: 132px;
}
}
div#slider p.bgTop,
div#slider p.bgBottom{
	vertical-align:text-bottom;
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	font-size: 0px;
	line-height:0;
}

div.infoWindow
{
    position:absolute;
    width : 412px;
    top : 0px;
    left : 0px;
    display: none;
    opacity : 0;
    font-size: 12px;
    z-index : 3;
}

div.infoWindow_inner{
    background-image : url("../_img/bg_middle.png");
    background-repeat:repeat-y;
    width : 412px;
    overflow: hidden;
}

div.infoWindow div.left
{
    padding : 0px 0px 0px 15px;
    width : 227px;
    float:left;
				line-height: 1.3em;

}

div.infoWindow div.right
{
    padding : 0px 15px;
    float:right;
}

.point
{
    position:absolute;
    top : 0px;
    left : 0px;
    z-index : 2;
    cursor: pointer;
}

.arrow
{
    position : absolute;
    z-index : 4;
    opacity : 0;
    display : none;
}

img.arrow,
img.point {
width: auto;
}

.marker {
    position : absolute;
    top : 0px;
    left : 0px;
    opacity : 0;
    width : 450px;
    height : 166px;
    background-image : url("../_img/transparent.png");
    zoom : 0;
}

.wrap-relative
{
    position:relative;
}

div.infoWindow p.infoTitle{
    font-size:15px;
    font-weight: bold;
    color : rgb(0,153,162);
    overflow:hidden;
	padding-top: 35px;
	padding-bottom: 3px;
}

div.infoWindow p.infoKubota{
	position: absolute;
	top: -3px;
	left: 13px;
}

div.infoWindow p a{
	background-image: url(../_img/icon_r_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: inline-block;
}

div#slide2
{
    display:none;
}

div#slide3
{
    display:none;
}

div#slide4
{
    display:none;
}