#offers_rotation {
	float: left;
	margin: 6px 0 4px 0;
	width: 760px;
	height: 156px;
	overflow: hidden;
}

#offers_teaser {
	float: left;
	margin: 6px 0 0 10px;
	width: 760px;
	height: 156px;
	overflow: hidden;
}

div.container {
	position: relative;
}
	
ul.elements li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.elements li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 760px;
	height: 156px;
	overflow: hidden;
}

ul.elements li a img,
ul.elements li a:hover img {
	border: none;
	width: 760px;
}

ul.photos li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.photos li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 760px;
	height: 156px;
	overflow: hidden;
}

ul.photos li a img,
ul.photos li a:hover img {
	border: none;
	width: 760px;
}

ul.buttons { 
	position: absolute;
	bottom: -11px;
	left: 1px;
	z-index: 1;
	width: 107px;
	height: 19px;
	padding: 0;
} 

*ul.buttons { 
	position: absolute;
	bottom: 1px;
	left: -39px;
	z-index: 1;
	width: 107px;
	height: 19px;
	padding: 0;
}

ul.num1 {
	background: transparent url('/_img/offers_rotation/bg_offrot_num1.png') 0 0 no-repeat;
}

ul.num2 {
	background: transparent url('/_img/offers_rotation/bg_offrot_num2.png') 0 0 no-repeat;
}

ul.num3 {
	background: transparent url('/_img/offers_rotation/bg_offrot_num3.png') 0 0 no-repeat;
}

ul.num4 {
	background: transparent url('/_img/offers_rotation/bg_offrot_num4.png') 0 0 no-repeat;
}

ul.num5 {
	background: transparent url('/_img/offers_rotation/bg_offrot_num5.png') 0 0 no-repeat;
}

ul.buttons li {
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	float: left;
}

*ul.buttons li {
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 1px 0 0 0;
	float: left;
}

ul.buttons li.active a, ul.buttons li.active:hover {
	color: #000;
	font-weight: bold;
}

ul.buttons li a {
	display: block;
	width: 26px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-family: Arial;
	font-size: 11px;
}

ul.buttons li a:hover { 
	color: #000;
	font-weight: bold;
}

