div#offerActual {
	width: 595px;
	height: 195px;
	float: left;
	margin: 0;
	padding: 0;
}

div#offerImage {
	width: 560px;
	height: 160px;
	margin: 20px auto;
}

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

div#offerText h1 {
	font-size: 16px;
	margin: 80px 0 0 0;
	padding: 9px 10px 4px 10px;
	width: 530px;
	color: #fff;
	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: 560px;
	height: 160px; /* 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: 560px;
	height: 160px;
}
/*
 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: 240px;
	height: 190px;
	float: left;
	margin: 0;
}

.glidecontenttoggler a {
		
}

.glidecontenttoggler a.selected {
	width: 220px;
}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler a.toc {
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 1px 0;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	width: 220px;
	height: 27px;
	line-height: 27px;
	outline: 0;
	font-weight: bold;
	letter-spacing: 5px;
	z-index: 999;
}

.hostel {
	background-color: #ffcc00;
}

.prices {
	background-color: #74e100;
}

.tours {
	background-color: #00b0e3;
}

.parties {
	background-color: #ff048e;
}

.staff {
	background-color: #ef0002;
}

.comfort {
	background-color: #532350;
}

.location {
	background-color: #333333;
}

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

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

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

span.image {display:none;}

div#glideEmpty {
	float: left;
	width: 65px;
	height: 195px;
}

div#glideEmpty div {
	width: 65px;
	height: 27px;
	margin: 0 0 1px 0;
}
