.mainblock, .mainblockwflash, .mainblockstatic {
	width: 600px;
	height: 500px;
	display: inline-block;
}

#panels {
	/*display: none;*/
	height: 500px;
}

#panels #p1 {
	background: url(1.jpg) no-repeat;
}

#panels #p2 {
	background: url(2.jpg) no-repeat;
	background-position: -100px 0;
	z-index: 2;
}

#panels #p3 {
	background: url(3.jpg) no-repeat;
	background-position: -200px 0;
	z-index: 3;
}

#panels #p4 {
	background: url(4.jpg) no-repeat;
	background-position: -300px 0;
	z-index: 4;
}

#panels .panel {
	width: 150px;
	height: 313px;
	overflow: hidden;
	float: left;
	display: none;
	position: relative;
	z-index: 1;
	/*padding: 10px 0;*/
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	cursor: pointer;
}

.panel .title {
	background: url(titlebg.png) no-repeat right;
	height: 80px;
	margin: 75px 0 0 0;
}

.panel .title p {
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
}

.panel .title .zag1 {
	color: #ca4e1b;
}

.panel .title .zag2 {
	color: #7e1102;
}

.slidetext {
	display: none;
	margin: 220px 0 0 50px;
	width: 370px;
	height: 60px;
	background: url(slidetextbg.png) no-repeat;
	padding: 10px;
}

.slidetext p {
	margin: 0 0 5px 0;
}

.slidetext .text {
	color: #B22222;
	font-family: "arial";
	font-size: 12px;
	font-style: italic;
}

.slidetext .zag1 {
	color: #ca4e1b;
}

.slidetext .zag2 {
	color: #7e1102;
}

.mainblockwflash .flash, .mainblockstatic .flash {
	display: none;
}

.mainblockstatic #panels .panel {
	display: block;
}