.scrollable {
	POSITION: relative; WIDTH: 778px; HEIGHT: 100px; OVERFLOW: hidden; border-style: solid; border-width: 1px; border-color: #ccc;
	margin: 10px 7px 10px 7px;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px; 
}
.scrollable .items {
	POSITION: absolute; WIDTH: 20000em; CLEAR: both
}
.scrollable IMG 
{
	border-color: #ccc; border-style: solid; border-width: 1px; PADDING-BOTTOM: 2px; MARGIN: 10px 7px 10px 7px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; FLOAT: left; HEIGHT: 75px; CURSOR: pointer; PADDING-TOP: 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px
}
.scrollable .active 
{
	Z-INDEX: 9999; border-color: #956d8f; border-style: solid; border-width: 2px;
}
#image_wrap {
	text-align: center; 
	background-color: #e7e7e8; 
	background-image: url(/images/loading.gif); 
	background-position: center center; 
	background-repeat: no-repeat;
	width: 848px; height: 490px;
	padding: 10px 3px 10px 3px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px; 
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	-moz-ouline-radius: 4px;
}

/* the large image. we use a gray border around it 
*/
#img {
	border-style: none;
}
.next2, .prev2 
{
    cursor:pointer;
    border-style: none;
    background-color: Transparent;
    text-decoration: none;
    /*
	margin: 470px 0px 0px 0px;
	margin-top: 470px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	*/
}
.prev2
{
    left:0; float: left;
}
.next2 
{
    right:0; float: right;
}
.next2.disabled, .prev2.disabled 
{
	visibility:hidden;		
}
/* "next image" and "prev image" links */
.next, .prev {
/* absolute positioning relative to the overlay */
position:absolute;
top:40%;	
border:1px solid #666;	
cursor:pointer;
display:block;
padding:10px 20px;
color:#fff;
font-size:11px;
/* upcoming CSS3 features */
-moz-border-radius:5px;
-webkit-border-radius:5px;	
}
.next:hover, .prev:hover 
{
    text-decoration: none;
    background-color: Transparent;
}
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.info strong {
	display:block;	
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}