div.content{
background:none;
background-color:#000000;
/*background-image:url(./image/story_bg_3.png);
background-repeat:repeat-y;*/
margin:0 40px;
height:auto;
}

.title-infomation div.pageheader {
background-image:url(./image/pageheader_ss.png);
background-repeat:no-repeat;
height:36px;
width:267px;
margin:22px 0 0 68px;
    background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./image/pageheader_ss.png',sizingMethod='scale');
}

#imgHover {
	position: relative;
	width: 880px;
	height: 465px;
}
	#imgHover #imgFrame {
  background-image:url(./image/ss_img_bg2.png);
  background-repeat:no-repeat;
     _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./image/ss_img_bg2.png',sizingMethod='scale');
		position: absolute;
		right: 0;
		top: 0;
		line-height: 124px;
		text-align: center;
		/*width: 200px !important;
		width: 206px;
		height: 124px !important;
		height: 130px;*/
		width:539px;
		height:465px;
	}

	#imgHover #imgHoverList {
		list-style: none;
		position: relative;
	}
		#imgHover ul {
			width:340px;
			padding-left:20px;
		}
		#imgHover ul li {
			float: left;
			margin: 10px 0 0 10px;
			border: 2px #ffffff solid;
		}
			#imgHover ul li img {
				border: none;
			}
			
			#imgHover ul li img.thumbnail{
				border: 2px #ffffff solid;
				margin:5px 0 0 5px;
			}
			
			#imgHover ul li a {
				display: block;
			}
			
			#imgHover ul li a:hover {
				position: static;
			}
			
			#imgHover ul li a .mainImage {
				display: none;
			}
			
			#imgHover ul li a:hover .mainImage {
				display: block;
				position: absolute;
				top: 56px;
				left: 367px !important;
				border: 3px #00fe95 solid;
			}
			#imgHover ul li a:active .mainImage,#imgHover ul li a:focus .mainImage  {
				display: block;
				position: absolute;
				top: 56px;
				left: 367px !important;
				border: 3px #00fe95 solid;
			}
