/* CSS Document */
#scroll
{
    position:relative;
	height:90px;
	overflow:hidden;
	width:460px;
	padding-left:10px;
}

#scroll_content
{
    position:relative;
    height:80px;
	width:2000px;
	top:0px;
	padding-top:10px;
}

a.scroll_image:hover
{
    border-style:solid;
	border-width:2px;
	border-color:#B01E24;
}

a.scroll_image
{
    border-style:solid;
	border-width:2px;
	border-color:black;
}

#preview
{
	height:350px;
	width:590px;
	background-position:center;
	background-repeat:no-repeat;
}
 
