@charset "utf-8";
/* CSS Document */

<!-- set slider size and customize styles -->
	<style>
	
		/* set some style for thumb containers */
		img {
			border: none;
		}
		
		a {
			text-decoration: none;
		}
	
		.slider {
			width: 310px;
       		height: 250px;
       		float: left;
       		margin: 0px 0px 10px 10px;
       		overflow: hidden;
		}
		
		.clear {
			clear: left;
		}
	
		/* set plugin styles */
		.peKenBurns {
			width: 310px;
       		height: 250px;
		}
		
		/* make shadow less thumbnail smaller (shadow is 36px) */
		.noShadow .peKenBurns {
			height:204px;
		}
		
		/* set border size to 8px */
		.peKenBurns .peKb_slides {
			padding: 8px;
			/* customize rounder border (not supported in ie < 9) */
			background: #323232;
			border: 1px solid #555;
			-moz-border-radius: 0px; 
			-webkit-border-radius: 0px; 
			border-radius: 0px
		}
		
		/* caption font */
    	.peKenBurns .peKb_slides .peKb_caption h1 {
    		font-family: 'Lato', Helvetica, Arial, sans-serif;
    		font-size: 13px;
    		color: #FFF;
			text-transform: capitalize;
    	}
		
		/* caption padding */
		.peKenBurns .peKb_slides .peKb_caption .peKb_real{
			padding: 5px 0;
    	}
    	
    	/* caption margins */
    	.peKenBurns .peKb_slides .peKb_caption {
			margin: 0px 5px 5px 0;
			-moz-border-radius: 0px; 
        	-webkit-border-radius: 0px; 
        	border-radius: 0px
		}	
		
		/* caption background */
    	.peKenBurns .peKb_slides .peKb_caption .peKb_background {
    		background-color: #000;
			-moz-border-radius: 0px; 
        	-webkit-border-radius: 0px; 
        	border-radius: 0px
    	}
		
	</style>