/* general slideshow css */
.gallery  {
	font-size : 13px ;
	font-weight : bold ;
}
.gallery .marquee img {
	position : absolute ;
}
/* marquee hover? */
a#popSlides_link_01:hover img{
	opacity : .8 ;
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
	filter : alpha(opacity=80) ;
}

/* hides list before slides script html("") */
ul.pop {
	height : 0 ;
	overflow : hidden ;
}

ul.pop li {
	text-indent : 0;
	list-style-type : none ;
	display : inline ;
}

ul.pop img {
	margin-left : -2000px ;
}

ul.pop a img  {
	margin-left : 0 ;
}

/* slideshow name */
.pname {
	font-size : 30px ;
	font-weight : bold ;
	color : #967da0 ;
	line-height : 53px ;
}

/* slide title */
.ptitle {
	font-size : 16px ;
	margin-top : 10px ;
}
.ptitle .nl {
	color : #7d87af ;
	font-weight : bold ;
}
.ptitle .en {
	color : #967da0 ;
	font-weight : bold ;
}

.index {
	display : block ; 
	float : left ;
	width : 45px ;
	height : 18px ;
	color : #c5c5c5 ;
	font-size : 13px ;
	cursor : pointer ;
}
.counter {
	display : block ; 
	float : right ;
	width : 45px ;
	height : 18px ;
	text-align : right ;
	cursor : default ;
}
.counter p {
	line-height : 18px;
	color : #c5c5c5 ;
	font-size : 13px ;
	padding-right : 4px ;
}
.index:hover{
 	color : #8c8c8c ;
	background : #fffff0 url("../js/img/slidesprites.png") no-repeat -425px 0;
}

.curcounter p {
 	color : #8c8c8c ;
	background : #fffff0 url("../js/img/slidesprites.png") no-repeat -425px 0;
}
.curindex {
 	color : #8c8c8c ;
	background : #fffff0 url("../js/img/slidesprites.png") no-repeat -425px 0;
	cursor : default ;
}

p.indexcaption {
	font-size : 13px ;
	font-weight : bold ;
	padding-bottom: 5px ;
	line-height : 100% ;
	border-bottom-style : solid ;
	border-bottom-width : 2px ;
	border-bottom-color : #967da0 ;
	margin-bottom : 5px ;
}
.indexcaption .nl {
	color : #7d87af ;
}
.indexcaption .en {
	color : #967da0 ;
}

#manual {
	text-align : center ;
}
#manual p {
	color : #8c8c8c ;
	font-size : 13px ;
}


