div#offerActual {
	width: 562px;
	height: 248px;
	background: url('../img/offer,actual,bg.png') no-repeat;
	float: right;
}

div#offerImage {
	width: 542px;
	height: 228px;
	margin: 10px auto;
}

div#offerText {
	margin: 0;
	width: 542px;
	height: 228px;
	background: url('../img/offer,actual,transparent.png') no-repeat;
	color: white;
}

div#offerText h1 {
	font-size: 17px;
	margin: 150px 0 0 0;
	padding: 9px 10px 4px 10px;
	width: 530px;
	color: #ff8302;
	height: 17px;
}

div#offerText p {
	margin: 0 0 0 0;
	padding: 0 10px;
	width: 530px;
	font-size: 11px;
	line-height: 14px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 562px;
height: 248px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0;
visibility: hidden;
width: 542px;
height: 228px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 106px;
	height: 248px;
	float: left;
	margin: 8px 0 0 0;
}

/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: block;
	padding: 0 0 0 16px;
	margin: 0 0 3px 0;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	width: 90px;
	height: 36px;
	background: url('../img/offer,menu,bg.jpg') no-repeat right top;
	line-height: 36px;
	outline: 0;
	font-weight: bold;
}

.glidecontenttoggler a.selected {
	background: url('../img/offer,menu,bg,active.jpg') no-repeat;
	width: 106px;
	font-size: 13px;
	padding: 0 0 0 10px;
	color: #fff;
}

#offerActual {
	width: 562px;
}

.glidecontenttoggler a:hover{
  background: #000;
  color: #fff;
  border-color: #eee;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

a.next, a.prev { display: none; }

span.image {display:none;}

