/* shifter.css */
.shiftingContainer {
	position:relative;
	overflow:hidden;
	height:359px;
	width:230px;}

.shiftingControls { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; position:absolute; top:6px; right:0; width:17px; height:359px; }
.shiftingControls .container { position:relative; left: 3px; width:20px; height:359px; }
.stateButtons { }

.shiftBtn {
	position:relative;
	width:20px;
	height:20px;
	cursor:pointer;
	cursor:pointer;}

.shiftBtn0_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn1_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn2_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn3_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn4_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn5_sel { background-image: url(../images/scroll_select.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor:auto; }

.shiftBtn0_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

.shiftBtn1_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

.shiftBtn2_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

.shiftBtn3_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

.shiftBtn4_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }	

.shiftBtn5_unsel { background-image: url(../images/scroll_unselect.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }
	
.nextBtn { background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; position:absolute; bottom:5px; }

.prevBtn { background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; position:absolute; top:5px; }

.itemContainer { height:51px; width:230px; }