/* CSS Document */

.heading{ font-family:Arial; font-size:16px; font-style:normal; font-weight: bold; color:#F26C13; font-size-adjust:none;}

.User{ font-family:Arial; font-size:10px; font-style:normal; font-weight: bold; color:#706c6c; font-size-adjust:none;}

.Pages{font-family:Arial; font-size:10px; font-style:normal; font-weight: bold; color:#706c6c; font-size-adjust:none;}

.Pages:hover{font-family:Arial; font-size:10px; font-style:normal; font-weight: bold; color:#000000; font-size-adjust:none;}

.copy{ font-family:Arial; font-size:10px; font-style:normal; font-weight: normal; color:#706c6c; font-size-adjust:none;}

.home{font-family:Arial; font-size:11px; font-style:normal; font-weight: bold; color:#000000; font-size-adjust:none;}

.home:hover{font-family:Arial; font-size:11px; font-style:normal; font-weight: bold; color:#706c6c; font-size-adjust:none;}

.des{font-family:Arial; font-size:12px; font-style:normal; font-weight:normal; color:#706c6c; font-size-adjust:none;}





/* PAGINATOR Flickr */
/*actual .PagesFlickr { text-align: center; margin-bottom: 20px; margin-top: 20px; }*/
.PagesFlickr {font-family:Arial, Helvetica, sans-serif; margin-bottom: 20px; margin-top: 20px; }
.Paginator { font-size: 12px; padding-top: 10px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(http://l.yimg.com/g/images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:link { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; color:#000; font-family:Arial; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; color:#000;font-family:Arial;}
.Paginator a:hover {color: #000; background: #c9cbcb; border-color: #036; text-decoration: none;font-family:Arial;}
.Paginator .AtStart { margin-right: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.Paginator .AtEnd { margin-left: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #ff6803; }
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: 11px/15px Arial, Helvetica; color: #aaa; margin-top: 8px; }




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*top: 0; */
left: 60px; /*position where enlarged image should offset horizontally */

}

