hr.cutoffbanner {
	/*background-image:url(../../_style/images/bordercutoff3.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;*/
	height:0px;
}
	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#yourSliderId, #yourSliderId li {
		
		height: 600px;
		width:100%;
		overflow:hidden;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 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;
			
		}




		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: right;
			height: 22px;
			position: relative;
			width: 22px;
			z-index: 5;
			margin:35px 5px 0 0;
			
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(images/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: right;
			height: 22px;
			position: relative;
			width: 22px;
			z-index: 5;
			margin:35px 5px 0 0;

		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(images/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector {
		width:980px;
		margin:0 auto;
		
		list-style: none;
		position: relative;
		right:0px;
		z-index: 5;
		border:0px solid red;
	}
	.slider_selector_dis {
		
		bottom: 10px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
	display: block !important;
	cursor: pointer;
	float: left;
	margin: 0 20px 0 0 !important;
	position: relative !important;
	height: 60px !important;
	width: 90px !important;
	padding:0 0 0px 0;
			/*background-image:url(../../_style/images/proejct_shadow1.png);
			background-position:bottom;
			background-repeat:no-repeat;
			*/

	
		}
		.slider_selector li div {
			height:90px;
			width:120px;
			display:block;
			border:0px;
			margin:0px;
			padding:0px;
				-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
			

		}
		.slider_selector li div span {
			display:block;
		}
		.slider_selector li div span span {
	display:block;
	height:60px;
	width:90px;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	background: #63b6db; /* Old browsers */
	background: -moz-linear-gradient(top,  #63b6db 0%, #309dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b6db), color-stop(100%,#309dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* IE10+ */
	background: linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */
	border:5px solid #63b6db;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;

			
		}
		.slider_selector li div span span img{
			height:60px;
			width:90px;
		}
		/* Sets the current selector */
		.slider_selector li.current div  {
			margin-top:0px;

			
			
		}
		
		.slider_selector li.current div span span {
			background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
border:5px solid #ffd65e;

/*
-moz-box-shadow: inset 0 0 0px #000;
-webkit-box-shadow: inset 0 0 0px #000;
box-shadow: inner 0 0 0px #000;
margin:0px 0 0 0;
*/
	}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 100%;
		z-index: 15;
		padding:0;
		border-top:0px dashed #000;
		margin:-80px 0 0;
		border-bottom:0px dashed #000;
		
	}
	
		.containerIN{
			width:970px;
			margin:0 auto;
			position:relative;
			display:block;
		z-index: 15;
		border:0px solid red;
		height:94px;
		padding-left:10px;
	}
	
	
	
	
