.rg-ss-info {
	color: rgb(255, 255, 255); text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.rg-ss-navigation-container {
	background: rgb(238, 238, 238);
}
.rg-ss-thumb {
	border: 2px solid rgb(255, 255, 255); box-shadow: 0px 0px 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.active.rg-ss-thumb {
	border-color: rgb(51, 51, 51);
}
.rg-ss-arrow-left {
	background: url("images/divider.png") repeat-y 100% 0px rgb(238, 238, 238);
}
.rg-ss-arrow-right {
	background: url("images/divider.png") repeat-y 0px 0px rgb(238, 238, 238);
}
.rg-ss-arrow-left:hover {
	background-color: rgb(221, 221, 221);
}
.rg-ss-arrow-right:hover {
	background-color: rgb(221, 221, 221);
}
.rg-ss-arrow-left span {
	background-image: url("images/slideshow-arrows.png");
}
.rg-ss-arrow-right span {
	background-image: url("images/slideshow-arrows.png");
}
.rg-ss-controls .next {
	background-image: url("images/slideshow-arrows.png"); background-color: rgb(255, 255, 255);
}
.rg-ss-controls .prev {
	background-image: url("images/slideshow-arrows.png"); background-color: rgb(255, 255, 255);
}
.rg-ss-controls .next:hover {
	background-color: rgb(221, 221, 221);
}
.rg-ss-controls .prev:hover {
	background-color: rgb(221, 221, 221);
}
.rg-ss-loader {
	background: rgb(0, 0, 0); border-top-color: rgba(255, 255, 255, 0.6); border-bottom-color: rgba(255, 255, 255, 0.6); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.rg-ss-progress {
	background: rgb(255, 255, 255);
}
