


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

		/* each slider item - Nothing to change here */
		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 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;
			
		}
		


			a.one {

				background: url(assets/1.png) no-repeat top left;
				float: right;
				height: 101px;
				margin: 0 0 0 0;
				width: 338px;
				position: absolute;
				right: 0px;
				top:5px;

			}
			a.one:hover {

				background: url(assets/1h.png) no-repeat top left;

			}

			a.two {

				background: url(assets/2.png) no-repeat top left;
				float: right;
				height: 96px;
				margin: 0 0 0 0;
				width: 338px;
				position: absolute;
				right: 0px;
				top:103px;

			}

			a.two:hover {

				background: url(assets/2h.png) no-repeat top left;

			}
			
			a.three {

				background: url(assets/3.png) no-repeat top left;
				float: right;
				height: 101px;
				margin: 0 0 0 0;
				width: 338px;
				position: absolute;
				right: 0px;
				top:200px;

			}

			a.three:hover {

				background: url(assets/3h.png) no-repeat top left;

			}

