.SHleft {
	background-image: url(images/sh_left.jpg);
	background-repeat: repeat-y;
}
.SHright {
	background-image: url(images/sh_right.jpg);
	background-repeat: repeat-y;
}.flshBG {
	background-image: url(images/flash_bg.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}
A.LinkF:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9;
    COLOR: #666666;
	font-weight: normal;
	text-decoration:none;
}
A.LinkF:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9;
    COLOR: #666666;
	font-weight: normal;
	text-decoration:none;
}
A.LinkF:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9;
    COLOR: #666666;
	font-weight: normal;
	text-decoration:underline;
}.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A6A6A6;
}
.DotLine {
	background-image: url(images/vertical_dot_line.jpg);
	background-repeat: repeat-y;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.box {
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.box2 {
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 249px;
}

body, html {
    height: 100%;
}
#flashWrap {
    position: absolute;
    top: 90px;
    left: 0;
    border: 1px solid #48535b;
    display: none;
    z-index: 1000;
    width: 495px;
    height: 500px;
    overflow: hidden;
}

#flashFrame {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
    background-color: White;
    overflow: hidden;
}
#frameBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.documentElement.scrollHeight);
    background-color: #a9aaae;
    opacity: 0.60;
    filter: alpha(opacity=60);
    z-index: 100;
    display: none;
}
#close {
    background-color: #e6e6e6;
    height: 20px;
}
#close img {
    cursor: pointer;
    float: right;
    margin: 4px 3px;
}

.vthumb_wrap{
    height: 83px;
    width: 121px;
    overflow: hidden;
    position: relative;
}
    .vthumb_wrap img {
        visibility: hidden;
        position: absolute;
        top: 0; left: 0;
    }
       
    .vthumb_wrap div.vthumb {
        position: relative;
        z-index: 1;
    }

.vthumb_wrap_off{}
    .vthumb_wrap_off img{
        visibility: visible;
    }
    .vthumb_wrap_off div.vthumb {
        display: none;
    }

#back {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ff6600;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: White;
    line-height: 20px;
    zoom: 1;
}
#back div {
    background: White url( "images/float-back.gif" ) no-repeat left center;
    margin: 0 0 20px 40px;
    padding: 0 0 0 20px;
    zoom: 1;
    cursor: pointer;
    float: left;
    display: inline;
}
#roll_right, #roll_left{
    cursor: pointer;   
    padding-top: 3px;
}
#roll_left{
    display: none;
}