


	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#bigslider {
   float: left;
    height: 425px;
    padding-left: 0px;
    padding-top: 0px;
    width: 400px;
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#bigslider {
		
		list-style: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#bigslider li {
			
			display: none;
			float: left;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#bigslider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#bigslider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#bigslider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
