.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
	border: 1px solid #FFFFFF;
	border-bottom: none;
}
.highslide-caption {
    display: none;
	font-size: small;
    border-top: 1px solid #666666;
    padding: 5px;
	margin: 0px;
	color: #FFFFFF;
    background-color: #333333;
	border: 1px solid #FFFFFF;
	border-top: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #CCCCCC;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.janp_gya_l,
.janp_gya_r {
	margin: 5px 20px 0px 5px;
	font-size: small;
	float: left;
	display: block;
}
.close {
	margin: 5px 5px 0px 5px;
	font-size: small;
	float: right;
	display: block;
}
.janp_gya_l a{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
	color: #CC0B18;
}
.janp_gya_r a{
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #CC0B18;
}
.close a{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
	color: #FF6600;
}
.close a:hover,
.janp_gya_l a:hover,
.janp_gya_r a:hover{
	color: #1A1A7B;
}
.janp_gya_l a{
	background-image: url(../img/ico_arrow_l.jpg);
}
.janp_gya_r a{
	background-image: url(../img/ico_arrow_r.jpg);
}
.close a{
	background-image: url(../img/ico_close.jpg);
}
.janp_gya_l a:hover{
	background-image: url(../img/ico_arrow_l_f2.jpg);
}
.janp_gya_r a:hover{
	background-image: url(../img/ico_arrow_r_f2.jpg);
}
.close a:hover{
	background-image: url(../img/ico_close_f2.jpg);
}


