
/*********** Photo Gallery ************/



#photogallery {
width:918px;
overflow:hidden;
background-color:#333;
color:#fff;
}

* html #photogallery  {
height:1%;
}

#photogallery a.expand,
#photogallery a.collapse {
float:left;
}

#photogallery .gallery-image {
margin:50px 0;
}

#photogallery .gallery-image img {
display:block;
margin:0 auto;
}



#photogallery .thumbnails  {
float:right;
width:450px;
margin-top:14px;

}

* html #photogallery .thumbnails {
padding-bottom:14px;
}


#photogallery .thumbnails li {
float:left;
margin:0 15px 14px 0;
height:66px;
width:66px;
}


#photogallery .thumbnails img {
display:block;
border:0;
}

#photogallery .thumbnails a {
padding:0;
display:block;
height:66px;
width:66px;
border:4px solid #fff;
}

#photogallery .thumbnails li:hover {
height:100px;
width:100px;
margin:-10px -9px -10px -10px;
}

#photogallery .thumbnails a:hover {
padding:0;
border:4px solid #3ab0d8;
z-index:1000;
height:100px;
width:100px;
position:absolute;

}
#photogallery .thumbnails a:hover img {
height:100px;
width:100px;


}

#photogallery ul.prevnext {
overflow:hidden;
border:1px solid #fff;
border-width:1px 0;
padding:8px 4px;
text-transform:uppercase;
font-size:1.23em;
}

* html #photogallery ul.prevnext {
height:1%;
}

#photogallery ul.prevnext a {
color:#fff;
}



#photogallery li.prev  {
width:300px;
float:left;
padding:0 0 0 3px;
}
#photogallery li.next  {
width:300px;
float:right;
text-align:right;
padding:0 3px 0 0;
}


#photogallery .desc  {
width:400px;
padding:14px;
float:left;
margin:14px;
display:inline;
background:#fff;
color:#000;
font-size:.9em;
}


#photogallery .desc ul li{
line-height:1.4em;
}
#photogallery .desc #tearshare  {

background:#fff;
}


#photogallery .desc #tearshare #share {
margin-left:23px;
clear:left;
}
#photogallery .desc #tearshare #share p,
#photogallery .desc #tearshare ul {
padding:0;
}
#photogallery .desc #tearshare textarea {
margin:5px 0;
overflow-x:hidden;
overflow-y:scroll;
width:300px;
border:1px solid #7e9dba;
height:50px;
padding:8px;
font: normal 1em Verdana,Arial,Helvetica,sans-serif;

}

