/*TARTALMI KERET*/
.contentslide
{
	border: 10px solid #ffe681; //#fffac2;
	border-bottom-width: 6px;
	padding: 8px;
	width: 500px;
	height: 375px;
}

/*TARTALMI KERET, ÁTLÁTSZÓSÁGI RÉTEG*/
.contentslide .opacitylayer
{ 
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.opacitylayer
{
/*	background-color:#FF0000;*/
	background-image: url(../_image/bg2.jpg);
}

/* TARTALMI KERET, ÁTLÁTSZÓSÁGI RÉTEG */
.contentslide .contentdiv
{
	display: none;
	width: 100%;
	height: 100%;
}

/*LAPSZÁMOZÁS*/
.pagination
{
	width: 516px; 
	text-align: right;
	background-color: #ffe681;
	border: 10px solid #ffe681;
	border-width: 0 10px;
	padding: 0 0 4px 0;
}

* html .pagination
{ 
	width: 800px; /*IE5 width*/
	w\idth: 416px; /*IE6 width*/
}

/*LAPSZÁMOZÁS*/
.pagination a
{
	padding: 0 5px;
	text-decoration: none; 
	color: #2e6ab1;
	background-color: white;
}

/*LAPSZÁMOZÁS*/
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

