
/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */

#indexSlider {
   position:relative;
   width:680px; /* 摜̕ */
   height:280px;
   margin:0 0 40px;
   padding:0;
}

.nivoSlider a {
   border:0;
}
.nivoSlider img {
   position:absolute;
   top:0; left:0;
   display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
   position:absolute;
   top:0; left:0;
   width:100%;
   height:100%;
   margin:0; padding:0;
   z-index:60;
   display:none;
}
/* The slices in the Slider */
.nivo-slice {
   display:block;
   position:absolute;
   z-index:50;
   height:100%;
}
/* Caption styles */
.nivo-caption {
   position:absolute;
   left:0; bottom:0;
   background:#fff;
   color:#000;
   font-size:10px;
   opacity:0.6; /* Overridden by captionOpacity setting */
   width:100%;
   z-index:89;
}
.nivo-caption p {
   margin:0; padding:5px;
}
.nivo-caption a {
   display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-controlNav a {
   position:relative;
   z-index:99;
   cursor:pointer;
}
.nivo-controlNav a.active {
   font-weight:bold;
}
.nivo-controlNav {
   position:absolute;
   left:47%; top:282px;
   left:0;
   width:100%;
   text-align:center;
}
.nivo-controlNav a {
	display:inline-block;
   width:19px;
   height:19px;
   background:url("../img/index/bullet.png") no-repeat;
   text-indent:-9999px;
   border:0;
   margin-right:3px;
   /*float:left;*/
   cursor:pointer;
}
.nivo-controlNav a.active {
   background-position:-23px 0;
}



#contents .more {
	padding:0 10px;
	text-align:right;
}
#contents .more a {
	text-align:right;
	background-image:url(../img/common/arrow02.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	width:10px;
	height:10px;
	padding-left:13px;
	color:#4D93D9;
}

#contents .facebook {
	margin-bottom:30px;
}








#remakeIdeaSlider{
	padding-top:23px;
	padding-left:228px;
	width:452px;
    height:114px;
    margin-bottom:20px;
    background-image: url(../img/idea/bg.gif);
    background-repeat: no-repeat;
}
#remakeIdeaInner {
	position:relative;
	width:452px;
    height:114px;
}
#remakeIdeaSlider .btnPrev{
        top:0;
        left:0;
        position:absolute;
}
#remakeIdeaSlider .btnNext{
        top:0;
        right:14px;
        position:absolute;
}

#remakeIdeaSlider .slider {
	overflow:hidden;
	position:absolute;
	top:8px;
	left:24px;
	width:396px;
}

#remakeIdeaSlider ul {
	position:relative;
	left:0;
	top:0;
	width:800px;
}
#remakeIdeaSlider li {
	float:left;
	width:126px;
	height:86px;
	display:inline-block;
	margin-right:6px;
	background-image: url(../img/idea/coming.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}
#remakeIdeaSlider li .thumb {
	width:126px;
	height:65px;
	background-color: #FFF;
	position:relative;
	margin-bottom:2px;
}
#remakeIdeaSlider li .thumb img {
	width:122px;
	height:61px;
	top:2px;
	left:2px;
	position:absolute;
}
#remakeIdeaSlider li .thumb a {
	width:126px;
	height:65px;
	display:block;
	top:0;
	left:0;
	position:absolute;
}
#remakeIdeaSlider li .thumb a .frame {
	width:126px;
	height:65px;
	top:0;
	left:0;
	position:absolute;
}
#remakeIdeaSlider li .thumb a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#remakeIdeaSlider li .thumb a:hover img.frame {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#remakeIdeaSlider li .txt {
	width:132px;
	overflow:hidden;
}
