/* css for commonwealth picture storyboard */

*html #picture-container {
  padding: 0; 
  margin: 0;
 }

#picture-container {
   /* width: 640px;*/
    background: #E2EAF5;
	margin:  0 auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left:10px; 
}

ul#thumbnail-container {
    margin: 0;
    /*width: 544px;*/
    float: left;
	padding: 18px 0 0 0px;
    background: transparent;
 }

ul#thumbnail-container li {
	list-style-type:none;
	display:inline;
	margin: 0;
	padding: 0;
}

ul#thumbnail-container li a img, ul#thumbnail-container li img {
    float: left;
    padding-right: 3px;
}

div.pointer
{
    float: left;
    height: 37px; 
    /*width: 500px;*/
    padding: 0 0 0 0px; 
}
/* begin arrows that point to main and correlating thumbnail*/    
div.shape1, div.shape2, div.shape3, div.shape4, div.shape5,  div.shape6, div.shape7, div.shape8,  div.shape9, div.shape10 { 
    float: left;
    height: 37px; 
    width: 500px;
    padding: 0 0 0 19px; 
}

div.shape1 {
	background: url(../images/shape1a.gif) no-repeat top right; 
}

div.shape2 {
	background: url(../images/shape2.gif) no-repeat top right; 
}

div.shape3 {
	background: url(../images/shape3.gif) no-repeat top right; 
}

div.shape4 {
	background: url(../images/shape4.gif) no-repeat top right; 
}

div.shape5  {
   background: url(../images/shape5.gif) no-repeat top right; 
}

div.shape6  {
   background: url(../images/shape6.gif) no-repeat top right; 
}

div.shape7  {
   background: url(../images/shape7.gif) no-repeat top right; 
}

div.shape8  {
   background: url(../images/shape8.gif) no-repeat top right; 
}

div.shape9 {
   background: url(../images/shape9.gif) no-repeat top right; 
    padding: 0 0 0 26px; 
}

div.shape10 {
   background: url(../images/shape10.gif) no-repeat top right; 
    padding: 0 0 0 80px; 
}
span.next, #active-image, span.previous { /* float next button, large image and previous button */
	float: left;
    margin: 0;
}
#active-image
{
	text-align:center;
	width:400px;
	background-color:#8797b7;
}

#active-image-container { /* large image */
    clear: both;
    /*width: 544px;*/
    padding: 0 0 0 32px;
    margin: 0;
    background: transparent;
}

span.next, span.previous {
	padding-top: 132px;
}

div.description { /* description of image */
    clear: both;
	background: #fff;
	border-bottom: 1px solid #000052;
    width: 400px;
    margin-left: 36px;
 	padding: 10px 0 10px 0;
}


p.photographer { /* photographers citing*/ 
	clear: both;
    color: #000052;
    font-weight: bold;
	margin: 15px 0 15px 36px;
}

div.help-utility { /* slideshow and help container*/ 
 	width: 420px;
    clear: both;
	margin: 0 auto;
    padding-bottom: 20px;
}

div.help-utility p {
	float: left;
  
	color: #000052;
}

div.help-utility p a {
text-decoration: none;  	
	font-weight: bold;
}

div.help-utility p img {
	vertical-align:middle;
}


div.help-utility p.slideshow {
	margin: 0 180px 0 10px;
}

ul.explore li a.current {
	background: #F5FAFF;
}
