@font-face {
  font-family: 'Sansation';
  src: url('/siteimg/sansation/Sansation_Regular-webfont.eot');
  src: local('Sansation Regular'), local('Sansation Regular'), 
         url('/siteimg/sansation/Sansation_Regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'SansationBold';
  src: url('/siteimg/sansation/Sansation_Bold-webfont.eot');
  src: local('Sansation Bold'), local('Sansation Bold'), 
         url('/siteimg/sansation/Sansation_Bold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'SansationLight';
  src: url('/siteimg/sansation/Sansation_Light-webfont.eot');
  src: local('Sansation Light'), local('Sansation Light'), 
         url('/siteimg/sansation/Sansation_Light-webfont.ttf') format('truetype');
}
a {
    color:#FFFFFF;
    text-decoration:none;
	font-family:SansationBold;
	text-transform:uppercase;
   
    /* Add the transition properties! */s
    -webkit-transition-property: color;
    -webkit-transition-duration: 300ms;
    -moz-transition-property: color;
    -moz-transition-duration: 400ms;
    /* you can control the acceleration curve here */
    -webkit-transition-timing-function: ease-in-out; 
    -moz-transition-timing-function: ease-in-out; 
}

a:hover {
    color:#807a8b;
}



	body{
		background-image:url('../images/SLsite.png');
		background-repeat:no-repeat;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 18px;
letter-spacing: normal;
font-weight:normal;
  text-align: center;
font-family: Sansation, Helvetica, sans-serif;
    color: #1a1a1a;

	}
	
#textie {
position:absolute;
top:36px;
left:650px;
width:300px;
text-align:left;
font-family: Sansation, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
    color: #C7C7C7;

}




#dhtmlgoodies_slideshow{
		width:540px;	/* Total width of slideshow */


	}
	


	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		text-align:center;
		margin: 0 auto;
		width:500px;
		
		/* CSS HACK */
		height: 305px;	/* IE 5.x */
		height/* */:/**/305px;	/* Other browsers */
		height: /**/305px;
				
	}
	#previewPane img{
		line-height:0px;
	-webkit-border-radius:10px;
		-moz-border-radius:10px;
-moz-box-shadow: 3px 3px 10px #666;
-webkit-box-shadow: 0px 5px 20px #999999;
box-shadow: 3px 3px 10px #666;

	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		padding: 20 0 0 0px;
font-size: 12px;
line-height: 18px;
letter-spacing: normal;
font-weight:normal;
  text-align: center;
font-family: Sansation, Helvetica, sans-serif;
    color: #1a1a1a;

	}
	#galleryContainer{
		
		height:40px;	/* Height of the images + 2 */
		border:0px solid #ffffff;
		position:relative;
		overflow:hidden;
		padding:0 0 10 0px;
		-webkit-border-radius:20px;

		
		/* CSS HACK */
		height: 40px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/40px;	/* Other browsers */
		height: /**/40px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:0px;
		left:50px;
		width:100000px;

		
	}
	#theImages #slideEnd{
		float:left;

		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	#theImages img{
		float:left;
		padding:0 1 0 1 px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-transition:all 0.5s ease-in-out;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:0px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}