/* Start of CMSMS style sheet 'Rembrandt Magnifier' */
		body
		{
                           background: #fff;
                           color: #333;
                           overflow: visible;
		}

                div#content {
                           width: 200px;
                           overflow: visible;
                           z-index: 0;
                           padding-left: 30px;
                           padding-right: 30px;
                }
                 
                div#content * {
                           padding-left: 0px;
                           padding-right: 0px;
                           color: #333;
                 }

                div#content h3 {
                           text-transform: uppercase;
                 }
                div#content h2 {
                           padding-bottom: 24px;
                 }

		#info {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			padding: 10px;
			font-family: Trebuchet MS, Verdana, sans-serif;
			background-color: #eee;
			border-bottom: solid 1px #ccc;
		}

                #collectionimage
		{
			position: absolute;
			top: 400px;
			left: 800px;
			padding: 0;
			margin-left: -253px;
			margin-top: -300px;
                        text-align: center;
width: 350px;
		}
		
		.magnifier
		{
			position: absolute;
			top: 0;
border: solid 1px #fff;
			cursor: move;
			background-repeat: no-repeat;
			background-color: #fff;
                        margin-left: 0px;
		}
		
		.magnifierShadow
		{
                        position: absolute;
			background: transparent;
			padding: 0;
                        margin-left: 0px;
		}
		
		.magnifierController
		{
			color: #999;
			font-family: Trebuchet MS, Verdana, sans-serif;
			font-size: 10pt;
		}
		
		.magnifierControllerContainer
		{
			padding: 10px;
		}

		.magnifierControllerPrefix
		{
			color: #111;
		}
		
		.magnifierControllerButton
		{
			color: #666;
			cursor: move; cursor: hand;
			background-color: #eee;
			border: solid 1px #ddd;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/
		}
		
		.magnifierControllerButtonSelected
		{
			background-color: #ccc;
			border: solid 1px #aaa;
			color: #333;
			font-weight: bold;
			cursor: move; cursor: hand;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/
		}

               a.large,
               a:active.large,
               a:link.large,
               a:visited.large {
                       font-weight: bold;
                       font-size: 22px;
                       color: #333;
                       text-decoration: none;
                }
                a:hover.large {
                       font-size: 22px;
                       color: #ed1c24;
                       text-decoration: none;
                }
             
                a#previousbutton,
                a#nextbutton  {
                       position: absolute; 
                       top: 410px;
                       left: 450px;
                       line-height: 200%;
                }

                a#nextbutton  {
                       left: 900px;
                }

#zoombox {
   padding-top: 20px;
 }

div#zoomer {
   padding: 0 20px;
   background: transparent url(images/core/magnifier.gif) top left no-repeat;
 }

div:hover#zoomer p {
       color: #ed1c24;
       cursor: pointer;
}

div#menubox {
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
   background: #000;
}

div#menuopen{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
   background: #000;
}


div#menutext {
   color: #fff;
  filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#content span.red {
   color: #ed1c24;
}

div#footer {
   position: absolute;
   top: 620px;
   bottom: none;
   margin-top: 0;
}

/* End of 'Rembrandt Magnifier' */

