/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.6
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.1
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
	#controls-wrapper_top { margin:0 auto; height:32px; width:100%; top:0px; left:0; z-index:4; background-color:none; opacity:0.5; -khtml-opacity: 0.5; filter: alpha(opacity=50);-moz-opacity:0.5; position:fixed; }
	
	
	#controls-wrapper { margin:0 auto; height:32px; width:100%; bottom:0px; left:0; z-index:4; background-color:#FFF; opacity:0.5; -khtml-opacity: 0.5; filter: alpha(opacity=50);-moz-opacity:0.5; position:fixed; }
	
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

			#slidecaption { overflow:hidden; float:left; color:#000; font:400 12px "Helvetica Neue", Helvetica, Arial, sans-serif; margin:0 0px 0 120px; line-height:32px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
					#prevslide{ top: 28px; left:20px;height: 15px; width: 12px; background:url('../img/left.png'); }
					#nextslide{  top: 28px; right:20px; height: 15px; width: 12px; background:url('../img/right.png'); }
						#prevslide:active, #nextslide:active{cursor:pointer;}
						#prevslide:hover, #nextslide:hover{cursor:pointer;}
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
							
								
		#logo a{position:absolute; margin:20px 0px 0px 24px; height:16px; width:112px; background:url(../img/mathew_logo.png);}


a {
  outline: none;
   border:0;
  border-style:none;
}

img {
  outline: none;
   border:0;
  border-style:none;
}

				
		
	
