/* ------------ jQuery Image Focus start ---------------- */

/* ¡¦E¼»çÀÌÁûÔ?¹Ù²Ù½Ã·Á¡¦E"¡¦E¼»çÀÌÁ¡¦E¶ó¡¦EÁÖ¼®Ã³¸® ÇÑ°÷ÀÇ width, height °ªÀ» µ¿ÀÏÇÏ°Ô ³Ö¡¦EÁÖ¡¦EµÊ */

/* ¡¦E¼»çÀÌÁ¡¦E*/
.wrapper
{
    width: 250px; /* ¡¦E¼°¡·Î»çÀÌÁ¡¦E*/
    margin: 0 0 0 0; /* ¡¦E¡¦EÇÏ ÁÂ ¿©¡¦E*/
    float: left;
}

/* ¡¦E¼»çÀÌÁ¡¦E*/
#focus
{
    width: 250px; /* ¡¦E¼°¡·Î»çÀÌÁ¡¦E*/
    height: 40px; /* ¡¦E¼¼¼·Î»çÀÌÁ¡¦E*/
    overflow: hidden;
    position: relative;
}

/* ¡¦E¼»çÀÌÁ¡¦E*/
#focus ul
{
    height: 40px;  /* ¡¦E¼¼¼·Î»çÀÌÁ¡¦E*/
    position: absolute;
}

/* ¡¦E¼»çÀÌÁ¡¦E*/
#focus ul li
{
    float: left;
    width: 250px; /* ¡¦E¼°¡·Î»çÀÌÁ¡¦E*/
    height: 40px; /* ¡¦E¼¼¼·Î»çÀÌÁ¡¦E*/
    overflow: hidden;
    position: relative;
    background: #fff;
}

#focus ul li div
{
    position: absolute;
    overflow: hidden;
}

/* ¹öÆ°¡¦E¼°¨½Î´Â°¡¦E*/
#focus .btn
{
	display: none !important;
    position: absolute;
    width: 120px; /* °¡·Î»çÀÌ¡¦E*/
    height: 16px;  /* ¼¼·Î»çÀÌ¡¦E*/
    left: 80px; /* ¿ÞÂÊ¿¡¼­ ºÎÅÍ ¸ûãÈ¼¿ ¶³¾ûÝú¡¦EÁ¶ÀýÇÏ´Â ¡¦E*/
    bottom: 1px; /* À§¿¡¼­ ºÎÅÍ ¸ûãÈ¼¿ ¶³¾ûÝú¡¦EÁ¶ÀýÇÏ´Â ¡¦E*/
    margin-left: 0px;
    border: 0px solid black; /*¹öÆ°À» °¨½Î¡¦EÀÖ´Â °÷ÀÇ Å©±â¸¦ ´«À¸·Î º¸¡¦E¼öÁ¤ÇÏ¡¦EÀ§ÇØ*/
    /* -¼öÁ¤½Ã : border:1px solid red;   -¼öÁ¤¿Ï·á½Ã : border:0px solid red; */
}

/* ¹öÆ°¹è¡¦E*/
#focus .btnBg
{
    position: absolute;
    width: 125px;  /* °¡·Î»çÀÌ¡¦E*/
    height: 26px; /* ¼¼·Î»çÀÌ¡¦E*/
    left: 72px; /* ¿ÞÂÊ¿¡¼­ ºÎÅÍ ¸ûãÈ¼¿ ¶³¾ûÝú¡¦EÁ¶ÀýÇÏ´Â ¡¦E*/
    bottom: 0px; /* ¹Ù´Ú¿¡¼­ ºÎÅÍ ¸ûãÈ¼¿ ¶³¾ûÝú¡¦EÁ¶ÀýÇÏ´Â ¡¦E*/
    background: #fff;
    _background: url(../images/bg_png2.png) no-repeat;
    border: 0px solid red;
    /* -¼öÁ¤½Ã : border:1px solid red;   -¼öÁ¤¿Ï·á½Ã : border:0px solid red; */
}

/* °¢°¢¹öÆ° Æò»ó½Ã ¹öÆ°»ö¡¦EÅ©¡¦E/*/

#focus .btn span
{
    display: inline-block;
    background: url(../images/list.png) no-repeat left top; /* ¹é±×¶ó¿ûÑå¸¦ ÀÌ¹ÌÁö·Î ÁÜ */
    _display: inline;
    _zoom: 1;
    width: 17px; /* ¹öÆ°ÇÏ³ªÀÇ °¡·ÎÅ©¡¦E*/
    height: 16px; /* ¹öÆ°ÇÏ³ªÀÇ ¼¼·ÎÅ©¡¦E*/
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-family: "arial" ,sans-serif;
    margin-right: 0px; /* ¹öÆ°³¢¸® °£°ÝÁ¶Àý */
    cursor: pointer;
    _color: #000;
    color: #fff;
}

/* °¢°¢¹öÆ° ¸¶¡¦E?¿À¹ö½Ã ¹öÆ°¡¦E*/
#focus .btn span.on
{
    background: url(../images/now.png) no-repeat; /* ¹é±×¶ó¿ûÑå¸¦ ÀÌ¹ÌÁö·Î ÁÜ */
    _color: red;
    color: #cccccc;
}

/* ------------ jQuery Image Focus end ---------------- */
