@charset "utf-8";
/* CSS Document */

/* content slider */
#content-slider {
      width:93%;
      height: 6px;
      margin: 0;
      position: relative;
	  
}

.ui-slider-handle {
      width: 45px;
      height: 46px;
      position: absolute;
      top: 0;
	  margin-top:-17px;
	  background:url(../img/arrow-arti.png);


}

#content-scroll {
      width: 100%;
      height: 367px;
      overflow:auto;
      overflow-y: hidden;
      -ms-overflow-y: hidden;
}
#content-scroll2 {
      width: 100%;
      height: 367px;
      overflow:auto;
      overflow-y: hidden;
      -ms-overflow-y: hidden;
	  background-color:#EFEFEF;
}



.scroll-content-item { 
	height: 260px; 
	float: left; 
	margin: 0px 3px; 
	text-align: left;
}

.scroll-content-item2 { 
	height: 260px; 
	float: left; 
	margin: 0px 3px; 
	text-align: left;
}

.first-item {
	padding-left:20px;
}




.proje-title {
	font-size:15px;
	font-weight:bold;
	font-family:"Century Gothic", "Lucida Sans", Arial;
	text-align:left;
	color: #262626;
	padding-left:40px;
	padding-bottom:0px;
	padding-top:40px;
	position:fixed;
	}

.scroll-item-name a {
	color:#262626}

.scroll-item-name a:hover {
	color:#000}

	
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
* html .scroll-content-item2 { display: inline; } /* IE6 float double margin bug */
