@charset "utf-8";
/* CSS Document */


a { text-decoration: none; }

img { border: 0px; }

.root_gallery {
position: relative;
width: 712px;
height: auto;
margin: 0px;
padding: 0px;
}

.root_album a {
color: #222222;
}
.root_album {
position: relative;
float: left;
width: 160px;
height: 137px;
padding: 5px;
margin: 3px;
border: 1px solid #000000;
background: #d3d3d3 url(../images/root_album_bg.png) top repeat-x;
}

.root_thumb_title {
position: relative;
width: 160px;
text-align: center;

}


.gallery_name {
position: relative;
width: 720px;
height: 30px;
margin: 0px;
padding: 0px;
color: #ffffff;
font-family: Arial;
font-size: 18px;
text-align: center;
}

.thumbnails {
position: relative;
float: left;
width: 720px;
height: auto;
margin: 0px;
padding: 0px;
}

.thumbnails li {
float: left;
list-style: none;
width: 162px;
height: 122px;
margin: 5px;
padding: 3px;
}

.thumbnails li a {
display: block;
border: 1px solid #000000;
}

.thumbnails li a:hover {
display: block;
border: 1px solid #db3038;
}

.page_links a {
text-decoration: none;
color: #ffffff;
}

.page_links {
position: relative;
float: left;
width: 710px;
height: auto;
margin: 0px;
padding: 10px;
text-align: center;
color: #ffffff;
}

.gallery_list {
position: relative;
width: 174px;
height: auto;
margin: 0px;
padding: 0px;
}

.gallery_list a {
display: block;
text-decoration: none;
color: #db3038;
}

.gallery_list a:hover {
display: block;
text-decoration: none;
color: #eeeeee;
}

.gallery_list li {
list-style: none;
margin: 0px;
width: 170px;
padding: 2px;

border: 1px solid #445266;
background: #2f3848 url(../images/gallery_list_bg.png) repeat-x;
}

.gallery_list_title {
position: relative;
padding: 5px;
color: #ffffff;
font-size: 12px;
margin-bottom: 7px;
}

#gallery_left {
position: relative;
float: left;
margin: 0px;
padding: 0px;
width: 200px;
height: 385px;
padding-top: 7px;
padding-left: 7px;
background: #303d50;
border-right: 2px solid #444444;
overflow: auto;
}

#gallery_wrapper {
position: relative;
float: left;
margin: 0px;
padding: 10px;
width: 731px;
height: 372px;
overflow: auto;
background: #303d50 url(../images/gallery_thumb_bg.png) repeat-x;
}
