
.AWCSSscrollableContainer {
	position: relative;

	/*width: 660px;*/
	width:710px;
	height:90px;
}

.AWCSSscrollableContainer .AWCSSscrollable {
	float: left;
}

ul.AWCSSThumbnailNav {
	position: absolute;
	top: 10px;
	right: 20px;
	
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;

}
ul.AWCSSThumbnailNav li {
	float: left;
	margin: 0 8px 0 0;
}
ul.AWCSSThumbnailNav li a {
	display: block;
	padding: 8px 8px;
	text-decoration: none;
}

ul.AWCSSThumbnailNav li.normal {
	background-color: #666;
}

ul.AWCSSThumbnailNav li.active {
	border-color: #fff;
}

/* caption is hidden by default */
ul.AWCSSThumbnailNav li .AWCSliderCaption {
	display: none;

	position: relative;
	float: left;
}


/*** left/right buttons ***/

.AWCSSSliderButton {
	cursor: pointer;
	float: left;
	height: 235px;
	width: 25px;
}

.AWCSSSliderLeft {
	background: url('img/slider-buttons.png') no-repeat scroll -50px -265px transparent;
}
.AWCSSSliderLeft:hover {
	background-position: 0 -265px;
}

.AWCSSSliderRight {
	background: url('img/slider-buttons.png') no-repeat scroll 0px 90px transparent;
}
.AWCSSSliderRight:hover {
	background-position: -50px 90px;
}
