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

/*-----SLIDESHOW BUTTON LAYOUT-----*/

div#piece-information{
  width:852px;
  height:12px;
  margin-top:13px;
}
  div#piece-information-content{
	width:282px;
	height:12px;
	position:relative;
	left:300px;
  }
    div#left-arrow{
	  width:10px;
	  height:13px;
	  float:left;
	}
	div#piece-title{
	  width:262px;
	  float:left;
	}
	div#right-arrow{
	  width:10px;
	  height:13px;
	  float:left;
	}

/*-----THUMBNAIL BEHAVIOR-----*/

img.thumbnail{
  border:1px solid #ccc;
  margin-right:8px;
}
img.thumbnail:hover{
  border:1px solid #333;
  margin-right:8px;
}

img#thumbnail{
  border:1px solid #ccc;
}
img#thumbnail:hover{
  border:1px solid #333;
}

/*----PROJECT DESCRIPTION-----*/

div#script{
  background-color:#fff;
  width:832px;
  height:75px;
  text-align:left;
  padding:10px;
  margin-top:10px;
}
  div#description-header{
    width:832px;
	height:15px;
  }
    div#description-header-left{
	  width:622px;
	  float:left;
	}
	div#description-header-right{
	  width:200px;
	  float:right;
	  text-align:right;
	}
  div#description-body{
	width:832px;
	height:50px;
	margin-top:10px;	
  }

	div#description-body-left{
	  width:406px;
	  text-align:justify;
	  float:left;
	}
	div#description-body-right{
	  width:406px;
	  text-align:justify;
	  float:right;
	}
  