.image-rotator {
/*	background: #aaa; */
	position: relative;
	left: 7px;
}

#two_column_right_col .image-rotator {
    width: 768px;
}

.image-rotator.small {
	width: 528px;
}

.image-rotator.big {
	width: 712px;
	border: 1px solid #ccc;
}

.image-rotator img {
	display: block;
}

.image-rotator ul.links {
	display: block;
	background: url(../img/block-header-right.png) no-repeat;
	height: 30px;
	margin-bottom: 0 !important;
}

.image-rotator.red ul.links {
	background-position: right 0;
}

.image-rotator.blue ul.links {
	background-position: right -30px;
}

.image-rotator.light-blue ul.links {
	background-position: right -60px;
}

.image-rotator ul.links li {
	display: block;
	float: left;
	height: 30px;
}

.image-rotator.red ul.links li {
	border-left: 1px solid #bf485b;
}

.image-rotator.blue ul.links li {
	border-left: 1px solid #193989;
}

.image-rotator.light-blue ul.links li {
	border-left: 1px solid #5c8bcc;
}

.image-rotator ul.links li:first-child {
	background: url(../img/block-header-left.png) no-repeat;
	border-left: none;
}

.image-rotator.red ul.links li:first-child {
	background-position: left 0;
}

.image-rotator.blue ul.links li:first-child {
	background-position: left -30px;
}

.image-rotator.light-blue ul.links li:first-child {
	background-position: left -60px;
}

.image-rotator ul.links li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.image-rotator.small ul.links li a {
	width: 175px;
}

.image-rotator.big ul.links li a {
	width: 236px;
}

.image-rotator.red ul.links li a:hover {
	background-color: #bf485b;
}

.image-rotator.blue ul.links li a:hover {
	background-color: #193989;
}

.image-rotator.light-blue ul.links li a:hover {
	background-color: #5c8bcc;
}

/* rotations */
.image-rotator .rotations {
	position: relative;
	z-index: 100;
}

.image-rotator.small .rotations, .image-rotator.small .rotations .content {
	width: 528px;
	height: 206px;
	overflow: hidden;
}

.image-rotator.big .rotations {
	width: 712px;
	height: 256px;
	overflow: hidden;
}

.image-rotator .content img {
	display: block;
	float: left;
}

.image-rotator.big .content img {
	width: 315px;
	height: 256px;
}

.image-rotator.small .content img {
	width: 247px;
	height: 206px;
}

.image-rotator .copy {
	float: left;
	background-color: #fff;
}

.image-rotator .body {
	margin-top: 6px;
	border-top: 1px solid #d7d7d7;
	padding-top: 9px;
}

.image-rotator.small .copy {
	width: 249px;
	height: 133px;
	padding: 16px;
	overflow: hidden;
}

.image-rotator div.rotations div.content div.copy h1 {
	color: #3e3e3e;
}

.image-rotator.small div.rotations div.content div.copy h1 {
	font-size: 14px;
}

.image-rotator.small div.rotations div.content div.copy h2 {
  font-size:12px;
}

.image-rotator.big div.rotations div.content div.copy h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #8c2332;
}

.image-rotator.big div.rotations div.content div.copy h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #3e3e3e;
}

.image-rotator.big .copy {
	width: 356px;
	height: 175px;
	padding: 20px;
	overflow: hidden;
}

.image-rotator .pager {
	height: 41px;
	line-height: 41px;
	position: absolute;
	z-index: 200;
	bottom: 0;
	background: url(../img/plugins/image_rotator/gradient-bg.png) repeat-x;
}

.image-rotator.small .pager {
	width: 262px;
	left: 247px;
	padding-left: 20px;
}

.image-rotator.big .pager {
	width: 376px;
	left: 316px;;
	padding-left: 20px;
}

.image-rotator .pager a {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #FFF;
	margin-right: 6px;
}

.image-rotator .pager a.activeSlide {
	background: #fff;
}

.image-rotator img.top-left {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 200;
}

.image-rotator img.top-right {
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 200;
}

