#slideshowlinks
{
	position: relative;
	float:right;
	padding:0px;
	margin-top:5px;
	height:15px;
	width:961px;
	
		
}

#custom-pager {
	padding-bottom:3px;
}

#slideshowlinksLanding
{
	position: relative;
	float:right;
	padding:0px;
	margin-top: 3px;
	/** top:400px; **/
	/** left:950px;**/
	
		
}

#custom-pager
{
	padding-top:0px;
	margin-top:0px;	
	float:right;
	width:135px;
}

#rotatingImage{
	padding-top:0px;
	height:342px;

	
}

#rotatingImageHome{
	margin-top:-19px;
	padding-top:0px;
	height:315px;
}

.thumbnail{
	display:inline;
	float:left;	
	margin-top:0px;
}

.thumbnail a
{
	color: #FCBC05;
	background:#fff url(//umanitoba.ca/images/photo_rotate_off_brn.gif) no-repeat;
	font-size:10px;	
	font-family:helvetica;	
	margin:0 3px;
	padding:1px 4px;
	

	text-decoration: none;
	
}
#slider img
{
	border:0;
}

#custom-pager .cycle-pager-active a, #custom-pager .thumbnail a:hover
{
	color:#4B2A10;
	background:#fff url(//umanitoba.ca/images/photo_rotate_on_gold.gif) no-repeat;
	font-size:10px;	
	font-family:helvetica;	
	margin:0 3px;
	padding:1px 4px;
	width: 14px;
	height:16px;
	text-decoration: none;
} 

section#rotatingImage.landing{
	padding-top:0px;
	height:342px;
	display:inline;
	margin-top:0px;
	margin-top:10px;
}


/*** BROWSER SPECIFIC HACKS ***/

/** WEBKIT (SAFARI & CHROME)***/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wrapper #canvas #center #custom-pager .thumbnail{
		margin-top:-5px;	
	}
	
	#custom-pager {
		width:120px;
	}
}

/**MOZILLA **/

@-moz-document url-prefix() { 
  	
	#wrapper #canvas #center #custom-pager .thumbnail{
		margin-top:-5px;	
	}
	
	#custom-pager {
		width:120px;
	}
}


