﻿/* 갤러리 */

.부서배경
{
    background-image: url('/gallery/img/사진배경.gif');
    background-repeat: no-repeat;
    width: 683px;
    height: 450px;        
    position: relative;
}
.부서배경 .원본이미지
{
    position: absolute;
    width: 341px;
    height: 228px;
    top: 30px;
    left: 33px;
    border: 1px solid #6CBC34;
}
.부서배경 .원본이미지
{
    position: absolute;
    width: 341px;
    height: 228px;
    top: 30px;
    left: 33px;
    border: 1px solid #6CBC34;
}


.카테고리내용
{
    background-position: left 9px;
    background-image: url(     '/gallery/img/사진아이콘.GIF' );
    background-repeat: no-repeat;
    padding: 10px 10px 10px 16px;
    position: absolute;
    width: 236px;
    top: 32px;
    left: 410px;
}

.배경 .섬네일이미지wrap
{
    width: 100%;
    height: 71px;
    position: absolute;
    top: 296px;
    left: -2px;
}
.부서배경 .섬네일이미지wrap
{
    width: 100%;
    height: 71px;
    position: absolute;
    top: 296px;
    left: -2px;
}

.배경 .섬네일이미지
{    
    width: 102px;
    height: 71px;
}
.부서배경 .섬네일이미지
{    
    width: 102px;
    height: 71px;
}
.갤러리이미지
{
    border: 1px solid #6CBC34;
    float: left;
    margin-right: 5px;
}
