@charset "UTF-8";
/* CSS Document */

/* LAYOUT - CONTENT AREA */
.content_area .rotator_area {
	margin: 20px 0px 0px 0px;
	height: 300px;
	width: 880px;
	position: relative;
}

.content_area .rotator_area .bottom_left {
	position: absolute;
	bottom: -34px;
	left: 0px;
	background: url(box-bottom_left.png);
	width: 880px;
	height: 50px;
	z-index: 8;
}

.content_area .rotator_area .top_right {
	position: absolute;
	top: 34px;
	right: 0px;
	background: url(box-top_right.png);
	width: 880px;
	height: 50px;
	z-index: 8;
}

/* CONTENT AREA - SIDESWIP CSS */
.content_area .rotator_area .big_images {
	clear: both;
	margin: 0px;
	height: 300px;
	width: 880px;
	position: absolute;
	background: #fdf4f9;
}

.content_area .rotator_area .clear {
	height: 5px;
}

.content_area .rotator_area .sideswap_nav {
	position: absolute;
	top: 166px;
	z-index: 10;
	background: #CCC;
	padding: 5px;
	border: 5px solid #AAA;
	font-variant: small-caps;
	font-weight: bold;
	cursor: pointer;
}

.content_area .rotator_area .sideswap_previous {
	left: 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-left: none;
}

.content_area .rotator_area .sideswap_next {
	right: 0px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-right: none;
}

