﻿		#scroll_window * {
			font-family:verdana;
		}
        #scroll_window img {
			border:0;
		}
		#scroll_window{
	        height: 210px;
	        width: 280px;
	        position:relative;
			overflow:hidden;
        	background-color:#ffffe5;
		}
        #scroll_content {
        	position:absolute;
			left:0;
	        height: 210px;
			width:  1120px;
        }
		#scroll_content img {
	        height: 210px;
	        width: 280px;
		}
        #scroll_more
        {
        	left:0;
        	bottom:0;
        	width:100%;
        	position:absolute;
        	bsackground-color:#000;
        	filter:alpha(opacity=0);
        	opacity:0;
        	text-align:center;
        }
        #scroll_more img
        {
        	margin:2px;
			margin-bottom:6px;
            padding:0px;
			border:1px solid #333;
			width:48px;
			height:36px;
            cursor:pointer;
        }
		#scroll_text {
        	position:absolute;
			background-color:#000;
			color:#fff;
			filter:alpha(opacity=60);
			opacity:0.6;
			bottom:0 !important;
			bottom:-1px;
			left:0;
			width:100%;
			padding:6px 12px !important;
			padding:7px 12px 4px 12px;
			font-size:13px;
			cursor:pointer;
		}
		#scroll_text a {
			color:#fff;
			margin-left:10px;
			text-decoration:none;
		}