/* Always display Mozilla vertical scrollbar (to match IE) */
html
{
    overflow		: -moz-scrollbars-vertical;
}

/* Main page body style */
body
{
    margin			: 0px;
    padding			: 5px;
	background      : #000000;
    text-align		: center;
	color: #CCCCCC;
	font-size: 18px;
}

/* Container for the thumbnail grid */
.Pagination
{
    display			: block;
    text-align		: center;
    margin-bottom	: 5px;
    height			: 20px;
    line-height		: 20px;
    font-family		: Verdana, Sans-Serif;
    font-size		: 10px;
    background		: #999999;
}

/* Overall pagination link style */
.Pagination span,
.Pagination a
{
    padding			: 2px 5px;
    border-width	: 1px;
    border-color	: #888888;
    border-style	: solid;
    color			: #000000;
    text-decoration	: none;
    background		: #eeeeee;
}

/* Individual pagination link (hover state) */
.Pagination a:hover
{
    background		: #0000ff;
    color			: #ffffff;
}

/* Disabled pagination link */
.Pagination .disabled
{
    color			: #999999;
}

/* Current pagination link */
.Pagination .current
{
    background		: #000000;
    color			: #ffffff;
}

/* Container for the entire thumbnail grid */
.Thumbnails 
{
    background		: #cccccc;
}

/* Container for both thumbnail image and text links */
.Thumbnails .thumb
{
    display			: block;
    float			: left;
    margin			: 5px;
}

/* Container for each thumbnail image link */
.Thumbnails .thumb .image
{
    border-width	: 2px;
    border-color	: #000000;
    border-style	: solid;
    background		: #0000ff;
}

/* Individual thumbnail image link (passive state) */
.Thumbnails .thumb .image a img
{
    width			: 150px;
    border			: none;
    opacity			: 1.0;
    filter			: alpha(opacity=100)
}

/* Individual thumbnail image link (hover state) */
.Thumbnails .thumb .image a:hover img
{
    /*
    opacity			: 0.75;
    filter			: alpha(opacity=75)
    */
}

/* Container for each text link */
.Thumbnails .thumb .text
{
    width			: 150px;
    font-family		: Verdana, Sans-Serif;
    font-size		: 10px;
    line-height		: 12px;
}

/* Individual text link (passive state) */
.Thumbnails .thumb .text a
{
    color			: #000000;
}

/* Individual text link (hover state) */
.Thumbnails .thumb .text a:hover
{
    color			: #0000ff;
}
