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


a { text-decoration: none; }

img { border: 0px; }


.gallery_left {
position: relative;
float: left;
width: 315px;
height: 570px;
overflow: auto;
text-align: right;
background: #000000;
color: #ffffff;
}

.thumb_heading {
position: relative;
color: #ffffff;
}


.thumbnails {
position: relative;
float: right;
width: 255px;
padding: 0px;
text-align: center;
background: #000000;
color: #ffffff;
}


.gallery_thumbnails li {
list-style: none;
padding: 10px 40px 10px 10px;
background: url(../images/gallery_thumb_bg.png) right repeat-y; 
}

.gallery_right {
position: relative;
float: left;
width: 605px;
height: 530px;
padding: 20px;
background: url(../images/project_page_bg.jpg) repeat-x top;
}


.gallery_name {
position: relative;
float: left;
width: 600px;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
text-align: left;
}

.gallery_desc {
position: relative;
float: left;
width: 600px;
padding-left: 20px;
margin-bottom: 10px;
font-family: Verdana;
font-size: 12px;
text-align: left;
color: #666666;
background: url(../images/gallery_arrow.gif) no-repeat left top;
}


.gallery_photos {
position: relative;
float: left;
border: 1px solid #333333;
padding: 20px 20px 10px 20px;

}

.gallery_photos_description {
text-align: right;
}
