@charset "utf-8";

/* CSS Document */



.view_imgs {

	background-image:url(images/view_imgs.png) !important;

}



.view_pdf {

	background-image:url(images/view_pdf.png) !important;

}

#p1000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/1000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p1000 a:hover{
	background-position:0px -150px;
}

#p1000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/1000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p1000.selected  a:hover{
	background-position:0 -300px;
}

#p2000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/2000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p2000 a:hover{
	background-position:0px -150px;
}

#p2000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/2000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p2000.selected  a:hover{
	background-position:0 -300px;
}

#p3000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/3000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p3000 a:hover{
	background-position:0px -150px;
}

#p3000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/3000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p3000.selected  a:hover{
	background-position:0 -300px;
}

#p4000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/4000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p4000 a:hover{
	background-position:0px -150px;
}

#p4000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/4000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p4000.selected  a:hover{
	background-position:0 -300px;
}

#p5000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/5000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p5000 a:hover{
	background-position:0px -150px;
}

#p5000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/5000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p5000.selected  a:hover{
	background-position:0 -300px;
}
#p6000 a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/6000_x.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#p6000 a:hover{
	background-position:0px -150px;
}

#p6000.selected  a{
	display:block;
	width: 110px;
	height: 150px;
	background-image:url(../images/6000_x.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
}

#p6000.selected  a:hover{
	background-position:0 -300px;
}
.image_icon{
    width:16px;
    height:16px;
    background-image:url(images/view_imgs.png);
    background-repeat:no-repeat;
}

.no_image_icon{
    width:16px;
    height:16px;
    background-image:url(images/no_view_imgs.png);
    background-repeat:no-repeat;
}
.view_pdf{
    width:16px;
    height:16px;
    background-image:url(images/view_pdf.png);
    background-repeat:no-repeat;
}

