/* Gallery and Playback Controls
----------------------------------------------- */

#galleries {
}

#previews {
text-align:left;
width: 290px;
}
#caption {
font-size: 14px;
color:#630;
text-align: left;
line-height: 1.5em;
clear: both;
}
#caption span{
margin: 10px 0;
display: block;
font-size: 16px;
color: #930;
font-weight: bold;
}
#caption h1{
font-size: 13px;
font-weight: normal;
}
#items {
margin: 0;
width: 100%;
clear: both;
}
#thumbNumbers {
width: 100%;
}
#thumbNumbers ul{
margin: 14px 0;
display: block;
cursor: pointer;
display: inline;
list-style-type: none;
float: left;
}
#thumbNumbers li {
float: left;
width: 8px;
height: 8px;
margin: 0 10px 0 0;
background-color: #e1cda2;
list-style: none;
border: 2px #e1cda2 solid;
font-size: 6px;
}
.thumbNumbersOver{
background-color: transparent !important;
}
.selectedThumbNumber {
background-color: #630 !important;
border-color: #630 !important;
}
#welcome {
position: absolute;
padding-right: 20px;
}
#welcome p{
font: 11pt/1.3 "Times New Roman", Times, serif;
color: #630;
}
#picture {
width: 500px;
}
#pictureSk1{
width: 410px;
}
.inFocus {border: solid 1px #fff !important;}

#thumbs {
width: 100%;
}
#thumbs ul {
list-style-type: none;
cursor: pointer;
display: block;
margin: 10px 0;
}
#thumbs li{
list-style: none;
display: inline;
padding: 0;
}
#thumbs li img{
margin: 0;
padding: 7px;
width: 80px;
height: 60px;
}
#sketchbook{
position: absolute;
top: 70px;
left: 20px;
background: url(../images/gallery-sketchbook-bg.jpg) no-repeat left top;
width: 952px;
height: 500px;
}
#sketchbookGalleries{
position: absolute;
top: 18px;
left: 750px;
}
#sketchbookGalleries ul{
list-style:none;
}
#sketchbookGalleries li{
display: inline;
padding: 0 6px;
}
#sketchbookGalleries li a{
font: bold 11px "Times New Roman", Times, serif;
}
#sketchbookGalleries li a:hover{
text-decoration:underline !important;
color: #990000 !important;
}
.selectedSketchbook span{
text-decoration:underline !important;
color: #990000 !important;
}
.selectedThumbnail img, .selectedThumbnail img:hover  {
}
.thumbnailsOver img{
cursor: pointer;
}   
label, select {
font-size: 85%;
font-family:  "Times New Roman", Times, serif;
}

select {
border: 4px solid #000;
}
.description{
font-size: 80%;
font-style: italic;
}
