/* CSS Document */

div#imageselector
{
	margin-bottom: 10px;
}
div#imageselector b.pageOn{color:#FF0000;}
div#mediarecords a.videoanchor{display:block; background:transparent url(../images/icon_video.gif) no-repeat; background-position:0px 0px; padding:2px 2px 2px 23px; border-bottom:1px solid #CCCCCC;}
/*
Rollover technique taken from:
http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html
*/
span#arrows a
{
	float: left;
	margin: 0.4em 0.3em 0 0;
	padding: 8px 0 0 0;
	overflow: hidden;
	width: 8px;
	height: 0px !important; 
	height /**/:8px; /* for IE5/Win */
	background-position: top left;
	background-repeat:no-repeat;
}
	
span#arrows a:hover
{
	background-position: 0 -8px;
}

span#arrows a#left 
{
	background-image: url(../images/left_arrow_rollover.gif);
}

span#arrows a#right
{
	background-image: url(../images/right_arrow_rollover.gif);
}

ul#imagelinks, ul#imagelinks li
{
	display:inline;
}
ul#imagelinks
{
	padding: 0;
	margin: 0;
}
ul#imagelinks li
{
	margin: 0 0 0 0.2em;
	padding: 0;
}
ul#imagelinks a
{
	color: #7C7C7C;
}

ul#imagelinks a.disabled
{
	color: #E92C24;
}
