


	/*------------------------
	---------------- CONTENT
	------------------------*/
		/* You might want to change these options for the main container */
	#yourSliderId3 {
		
		float: left;
		height: 200px;
		width: 300px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId3 {
		
		list-style: none !important;
		margin: 0 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#yourSliderId3 li {
			
			display: none;
			float: left;
			margin: 0;
			left: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#yourSliderId3 li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId3 li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId3 li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
/**/

	
/**/	
	/* You might want to change these options for the main container */
	#yourSliderId2 {
		
		float: left;
		height: 200px;
		width: 300px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId2 {
		
		list-style: none !important;
		margin: 0 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#yourSliderId2 li {
			
			display: none;
			float: left;
			margin: 0;
			left: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#yourSliderId2 li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId2 li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId2 li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
/**/

/* You might want to change these options for the main container */
	#yourSliderId {
		
		float: left;
		height: 250px;
		width: 950px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId {
		
		list-style: none !important;
		margin: 0 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 0;
			left: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId li ul li {
			
			display: block !important;
			position: relative !important;
			
		}