.rokbox-light#rokbox-wrapper {
	
}
#rokbox-wrapper .clr {
	clear: both;
}
#rokbox-close {
	background: url("close.png") no-repeat 0px 0px; width: 20px; height: 30px; clear: both; display: block;
}
#rokbox-close span {
	display: none;
}
.rokbox-left#rokbox-top {
	background: url("tl.png") no-repeat 0px 0px; clear: both;
}
#rokbox-top .rokbox-right {
	background: url("tr.png") no-repeat 100% 0px;
}
#rokbox-top .rokbox-center {
	background: url("top.png") repeat-x 0px 0px; height: 20px; margin-right: 20px; margin-left: 20px;
}
#rokbox-middle {
	overflow: hidden;
}
.rokbox-left#rokbox-middle {
	background: url("left.png") repeat-y 0px 0px; clear: both;
}
#rokbox-middle .rokbox-right {
	background: url("right.png") repeat-y 100% 0px;
}
#rokbox-middle .rokbox-center {
	background: rgb(255, 255, 255); margin-right: 20px; margin-left: 20px;
}
.rokbox-left#rokbox-bottom {
	background: url("bl.png") no-repeat 0px 0px;
}
#rokbox-bottom .rokbox-right {
	background: url("br.png") no-repeat 100% 0px;
}
#rokbox-bottom .rokbox-center {
	background: url("bottom.png") repeat-x 0px 0px; height: 20px; margin-right: 20px; margin-left: 20px;
}
#rokbox-container {
	
}
.spinner#rokbox-container {
	background: url("ajax-loader.gif") no-repeat 50% 50%;
}
.warning#rokbox-container {
	background: url("warning.png") no-repeat 50% 50%;
}
.warning#rokbox-container h1 {
	text-align: center; margin-left: -20px; position: absolute;
}
#rokbox-arrows {
	width: 70px; height: 20px; right: 0px; margin-top: 15px; position: absolute;
}
#rokbox-arrows a {
	width: 20px; height: 20px; margin-right: 5px; float: left; display: block;
}
#rokbox-arrows #rokbox-previous {
	background: url("prev.png") no-repeat 0px 0px;
}
#rokbox-arrows #rokbox-previous span {
	display: none;
}
#rokbox-arrows #rokbox-next {
	background: url("next.png") no-repeat 0px 0px;
}
#rokbox-arrows #rokbox-next span {
	display: none;
}
#rokbox-arrows .inactive#rokbox-previous {
	background-position: 0px -20px;
}
#rokbox-arrows .inactive#rokbox-next {
	background-position: 0px -20px;
}
#rokbox-caption {
	padding-top: 25px; font-family: Helvetica,Arial,sans-serif;
}
#rokbox-caption h2 {
	margin: 0px 0px 10px; padding: 0px; color: rgb(51, 51, 51); font-size: 18px; font-weight: bold;
}
#rokbox-caption p {
	margin: 0px; color: rgb(153, 153, 153); font-size: 12px;
}
