.pageslideP {
font:11px Verdana,Arial;
}
#pageslidediv {
	width:410px;
	float:left;
	margin-top: 5px;
}

#pageslide {
	list-style:none;
	color:#FFFFFF;
}

#pageslide span {
	display:none;
}

.pageslideP a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}

.pageslideP a:hover {
	text-decoration:none;
}

#obvivka {
	width:406px; 
	margin:5px auto;
	margin-left: 0; 
	display:none;
}
#obvivka * {
	margin:0; 
	padding:0
}
#fullsize {
	position:relative; 
	width:400px; 
	height:300px; 
	padding:0px; 
	border:4px solid #DFD2CA; 
	background:#000000;
}
#information {
	position:absolute; 
	bottom:0; 
	width:400px; 
	height:0; 
	background:#000000; 
	color:#FFFFFF; 
	overflow:hidden; 
	z-index:200; 
	opacity:.7; 
	filter:alpha(opacity=70);
}
#information h3 {
	padding:4px 8px 3px; 
	font-size:14px;
}
#information p {
	padding:0 8px 8px;
}
#image {
	width:400px;
}
#image img {
	position:absolute; 
	z-index:25;
    width:auto;
}
.imgnav {
	position:absolute; 
	width:25%; 
	height:306px; 
	cursor:pointer; 
	z-index:150;
}
#imgprev {
	left:0; 
	background: url(../img/pageslide/nextleft.gif) left center no-repeat;
}
#imgnext {
	right:0; 
	background:url(../img/pageslide/nextright.gif) right center no-repeat;
}
#imglink {
	position:absolute; 
	height:306px; 
	width:100%; 
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40);
}

.linkhover {
	background:url(../img/pageslide/linkbg.gif) center center no-repeat;
	color:#FFFFFF;
	text-decoration: underline;
}


#thumbnails {
	margin-top:10px;
}


#slideleft:hover {
	background-color:#333333;
}

#slideright:hover {
	background-color:#333333;
}

#slidearea {
	/*float:left;*/
	float: right;
	position:relative; 
	width:356px; 
	/*margin-left:5px;*/
	margin-right:-2px; 
	height:81px; 
	overflow:hidden
}
#slider {
	position:absolute; 
	/*left:0;*/
	right:0;
	height:81px;
	}
#slider img {
	cursor:pointer; 
	border:1px solid #8BAB12; 
	padding:2px;
}