@charset "UTF-8";

#sliderbox {
	height: 425px;
	width: 330px;
	overflow: hidden;

}


/*-------------------------------------------------------------
  nivoSlider
-------------------------------------------------------------*/
.nivoSlider {
    height: 425px;
    overflow: hidden;
    position: relative;
    width: 330px;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a {
    border: 0 none;
    display: block;
}
.nivo-directionNav a {
    border: 0 none;
    display: block;
	width: 7px;
    height: 7px;
    text-indent: -9999px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
#slider .nivo-controlNav {
background: url(../images/common/slider_markbg.gif) no-repeat;
    position: absolute;
    top: 418px;
	left:130px;
	width: 100px;
    height: 7px;
    margin: 0 auto;
    z-index: 100;
}
#slider .nivo-caption {
    display: none;
}
#slider .nivo-controlNav a {
    cursor: pointer;
    display: block;
    float: left;
    height: 7px;
    margin: 0 5px 0 0;
}
:first-child + html #top .main #slider .nivo-controlNav a {
    cursor: pointer;
    display: block;
    float: left;
	width: 7px;
    height: 7px;
    margin: 0;
}
#slider .nivo-controlNav a, x:-moz-any-link {
    margin-right: 5px;
}
#slider .nivo-controlNav a, x:-moz-any-link, x:default {
    margin-right: 5px;
}
#slider .nivo-controlNav img {
	display: inline;
	position: relative;
    opacity: 0.0;
}
#slider .nivo-controlNav img:hover {
    opacity: 0.3;
	background-color:#FFF;
}
#slider .nivo-controlNav .active img {
}
#slider .nivo-controlNav a.active {
    padding: 0;
	width: 7px;
    height: 7px;
background: url(../images/common/slider_mark_on.jpg) no-repeat;
}
.pointer {
    cursor: pointer;
}


/*-------------------------------------------------------------
  area_top
-------------------------------------------------------------*/

#title_slider {
position:relative;
margin-bottom:15px;
}

.map_photo {
position:relative;
z-index:1;
}

#title_slider #titleBlock {
position:absolute; top:0px;
z-index:0;
}

#title_slider .nivo-controlNav {
	display: none;
}
