DIV.scrollable {
	FLOAT: left;
}
A.prev {
	DISPLAY: block;
	BACKGROUND: url(../images/left1.gif) no-repeat top right;
	FLOAT: left;
	WIDTH: 20px;
	CURSOR: pointer;
	HEIGHT: 28px; padding:0 5px;
	
}
A.next {
	DISPLAY: block; BACKGROUND: url(../images/right1.gif) no-repeat left; FLOAT: left; WIDTH: 20px;CURSOR: pointer; HEIGHT: 28px;padding:0 5px;
}

A.prevPage {
	DISPLAY: block; BACKGROUND: url(../images/left1.gif) no-repeat left; FLOAT: left; WIDTH: 20px; CURSOR: pointer; HEIGHT: 28px
}
A.nextPage {
	DISPLAY: block; BACKGROUND: url(../images/left1.gif) no-repeat; FLOAT: left; MARGIN: 43px 10px; WIDTH: 18px; CURSOR: pointer; HEIGHT: 28px
}
A.prev:hover {
	BACKGROUND: url(../images/left1-h.gif) no-repeat right;
}
A.next:hover {
	BACKGROUND:url(../images/right1-h.gif)  no-repeat left;
}
/**/
A.prevPage:hover {
	BACKGROUND: url(../images/left1-h.gif) no-repeat bottom;
}
A.nextPage:hover {
	BACKGROUND:url(../images/right1-h.gif)  no-repeat;
}

A.disabled {
	VISIBILITY: hidden !important;
}
A.next {
	CLEAR: right; BACKGROUND:url(../images/right1.gif)  no-repeat;
}

A.nextPage {
	CLEAR: right; BACKGROUND-IMAGE:url(../images/right1.gif)
}/*
DIV.navi {
	MARGIN-LEFT: 328px; WIDTH: 200px; HEIGHT: 20px
}
DIV.navi A {
	BACKGROUND: url(../images/navigator.png) no-repeat 0px 0px; FLOAT: left; MARGIN: 3px; WIDTH: 8px; CURSOR: pointer; HEIGHT: 8px
}
DIV.navi A:hover {
	BACKGROUND-POSITION: 0px -8px
}
DIV.navi A.active {
	BACKGROUND-POSITION: 0px -16px
}

*/





DIV.scrollable {
	OVERFLOW: hidden; POSITION: relative;
}
#thumbs {
	CLEAR: both; WIDTH: 20000em; POSITION: absolute;
}
#thumbs-img {
	CLEAR: both; float:left;
	
}
#thumbs-img li{
	float:left;
}
A.prev {
	MARGIN-TOP: 90px
}
A.next {
	MARGIN-TOP: 90px
}
#thumbs DIV {
	/*BACKGROUND: url(../images/h150.png) #333 repeat-x 0px 50px;*/ FLOAT: left; CURSOR: pointer; COLOR: #fff;text-align:center; 
}
#thumbs DIV.hover {
	/*BACKGROUND-COLOR: #444*/
}
#thumbs DIV.active {
	CURSOR: default; /*BACKGROUND-COLOR: #066*/
}

#thumbs-img DIV {
	/*BACKGROUND: url(../images/h150.png) #333 repeat-x 0px 50px;*/ FLOAT: left; CURSOR: pointer; COLOR: #fff;text-align:center; 
}
#thumbs-img DIV.hover {
	/*BACKGROUND-COLOR: #444*/
}
#thumbs-img DIV.active {
	CURSOR: default; /*BACKGROUND-COLOR: #066*/
}
