
.transferer {
	border: 10px solid green;
	background: blue;
}

#RoundShotPreviewContainer {
	padding: 0 0 0 14px;
	height: 140px;
	background: url(images/roundshot_preview_bg.png) repeat-x;
}
.RoundShotPreviewItem {
	float: left;
	padding: 7px 5px 0 5px;
}
.RoundShotPreviewItem a, .RoundShotPreviewItem span {
	display: block;
	text-decoration: none;
}
.RoundShotPreviewItem span.Text {
	text-align: center;
	padding: 11px 0 3px 0;
	color: #FFF;
	font-weight: bold;
}

#RoundshotNavButtons {
	padding-top: 20px;
	clear: both;
	width: 100%;
	position: relative;
}
#RoundshotNavButtons-2 {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	width: 220px;
}
#RoundshotNavButtons a {
	display: block;
	float: left;
}
#RoundshotNavButtons a.Next {
	float: right;
}
#RoundshotNavButtons .SpacerCenter {
	position: absolute;
	left: 110px;
	height: 20px;
	border-left: 1px solid #666;
}
