/*
Here comes the galleries style
This is only for the fist screen, which is accessible thru index.html
*/

#galleries {
    margin:0px;
    padding:0px;
    line-height: 1.0em;
    margin-bottom: 20px;
}

#TB_ajaxContent #galleries{
	line-height:1.0em;
}

#galleries .content img.thumb {
    /*height:100px;*/
    border:0px;
}

#galleries .content p.number{
	color: #666666;
}
#galleries_preview li {
	  background: url(../images/gallery_frame.png) 0 0 no-repeat;
    text-align:center;
    padding:10px;
    padding-left: 12px;
    margin:1em;
    float:left;
    list-style-type:none;
    width: 88px;
    height: 114px;
    font-size: 11px;
}
#galleries_preview p.name{
	font-weight: bold;
	padding: 2px;
}

#galleries_preview p.size{
	color: #666666;
	padding: 2px;
}
#galleries_preview li img{
	max-width: 85px;
	max-height: 65px;
}
/* Layout */
#bigimage {
    width: 400px;
    height: 300px;
    vertical-align:middle;
    text-align: center;
    margin-bottom: 10px; 
    margin-left: auto;
    margin-right: auto;
}
#bigimage img {
	height: 300px;
}
#buttons{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
#buttons li{
	float: left;
	margin-left: 5px;
}
#all-galleries {
    background: url("../images/all_galleries.png") no-repeat;
    height:32px;
    width:85px;
    margin-top:4px;
    color:#333;
    padding-top: 5px;
}

#all-galleries a:link, #all-galleries a:visited{
    color:#333;
    margin-top: 3px;
    margin-left: 6px;
}
/* Thumbnails */
#thumbnails-wrap {
    width:520px;
    height:72px;
    overflow:hidden;
    position:relative;
    text-align:center;
    z-index:2;
}

#thumbnails {
    width:10000px;
    height:72px;
    position:relative;
    z-index:1;
}

#thumbnails li {
    padding-left:5px;
    position:relative;
    list-style-type:none;
    float:left;
}

#thumbnails img {
   max-height:70px;
   max-width: 100px;
}
.normal {
    border:1px solid #75a1c8;
}

.selected {
     border:2px solid #ff9900;
}
#thumb_row{
	clear: both;
}

#left{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#right{
	float: right;
	margin-top: 10px;
}