@import url("home.css");

/* FORMAT THE LEFT MARGIN IMAGES */

.sq-img {
  width:150px;
  height:150px;
  display:block; 
  float:left;
  clear:both;
  margin:20px 20px 0px 0;
  }
  
.rec-img {
  width:150px;
  height:210px;
  display:block; 
  float:left;
  clear:both;
  margin:20px 20px 0px 0;
  }

/* FORMAT THE HORIZONTAL IMAGES */

.histio-gallery-container {
	position:relative;
	width:762px;
	margin:-12px auto 0 auto;
	}

.histio-gallery-container ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:762px;
	height:166px;
	}
	
.histio-gallery-container li {
	float:left;
	}
	
.histio-gallery-container a.histiogallery span{
	position:absolute;
	width:1px;
	height:1px;
	top:5px;
	left:5px;
	overflow:hidden;
	}
	
.histio-gallery-container a.histiogallery, 
.histio-gallery-container a.histiogallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    margin:0 4px 16px 0; 
    text-align:left; 
    cursor:default;
	height:146px; 
    width:146px;
    }
	
.histio-gallery-container a.histioslide1 {
    background:url(./img/hand3.jpg); 
    }
	
.histio-gallery-container a.histioslide2 {
    background:url(./img/hand2.jpg); 
    }

.histio-gallery-container a.histioslide3 {
    background:url(./img/hand1.jpg); 
    }
	
.histio-gallery-container a.histioslide4 {
    background:url(./img/foot1.jpg); 
    }

.histio-gallery-container a.histioslide5 {
    background:url(./img/foot2.jpg); 
	clear:both;
    }
	
.histio-gallery-container a.histiogallery:hover {
	border:0;
	}

.histio-gallery-container a.histiogallery:hover span {
    background:#fff; 
	position:absolute; 
    width:450px; 
    height:600px; 
    top:150px; 
    left:0px; 
    color:#000; 
    }


/* FORMAT THE MOVIE AND RESOURCE SECTIONS */

.resource-divider  {
	border-top:2px solid #cc0000;
	clear:both;
	margin:32px 16px 0 0;
	padding:0;
	}
	
.resourcetitle {
	margin:8px 20px 18px 0;
	}

.movieobject {
	display:block;
	}

.sofiamovieobject {
	display:block;
	margin:12px 0 24px 0;
	}
	
