#scrollable {width:700px;margin:10px 0px 10px 0px;}
DIV.items {FLOAT: left; MARGIN-LEFT: 20px; WIDTH:700px;line-height:14px;}
DIV.items A {DISPLAY: block; FLOAT: left; WIDTH: 100px;height:100%;MARGIN-right: 20px; CURSOR: pointer; }
DIV.items A:hover {CURSOR: pointer;}
A.prev {
	DISPLAY: block; FLOAT: left; MARGIN: 50px 0px 0px; WIDTH: 40px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 40px
}
A.next {
	DISPLAY: block; FLOAT: left; MARGIN: 50px 0px 0px; WIDTH: 40px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 40px
}
A.prev {
	BACKGROUND: url(../images/rect01.gif)
}
A.prev:hover {
	BACKGROUND: url(../images/rect01.gif)
}
A.next {
	BACKGROUND: url(../images/rect02.gif)
}
A.next:hover {
	BACKGROUND: url(../images/rect02.gif)
}

.largeImage{
border: solid 1px #ccc;
width: 690px;
height: 430px;
padding: 3px;
margin:10px 0px 10px 0px;
}

.thumbs{margin-top:5px;}
.thumbs img{
border: solid 1px #ccc;
width: 100px;
height: 100px;
padding:4px;}
.thumbs img:hover{
border-color: #FF9900;
}
