
/* COMMON */


#sliderPane{
	width:1002px;
	margin:auto;
	margin-top:0px;
	margin-bottom:25px;
	padding:0 0 3px 0;
	}
	
.slider_inner{
	
	}

.slider_inner_sub{
	padding:22px 0 0 0;
	}
	

	
.slider_inner_sub  li {
	color:#6D6D6D;
	font-size:12px;
	border:0px solid #00CC99;
	list-style:none;
	text-align:center;
	width:250px;
	margin:0 10px 0 10px;
	float:left;
	
	}
.slider_inner_sub  li p {
	text-align:justify;
	padding:0 15px 0 15px;
	
	}
.slider_inner_sub  li img {
	text-align:center;
	}
	
.slider_inner_sub  li a:link, .slider_inner_sub  li a:visited  {
	background-image:url(../images/productbtn.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:154px;
	height:35px;
	display:block;
	padding:20px 0 0 0;
	margin:15px 0 0 4px;
	border:0px solid #00CC99;
	text-decoration:none;
	}
.slider_inner_sub  li a:hover  {
	background-image:url(../images/productbtn_hover.png);
	text-decoration:none!important;
	}







.slider{
		float:left;
		position:relative;
		clear:both;
		margin:0px;
		margin:0px 0 0 0;
	
		
						
	}	
.slider_inside{
		position:relative;
		margin:0 0 0 90px;
		visibility: visible; 
		overflow: hidden;
		z-index: 2; width: 800px;
		border:0px solid #009900;
		height:200px;
		
	}	
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			
		}
			.slider .items a {
				color:#fff; 
				position:relative;
				text-decoration:none; 
				line-height:11px;
				float:left; 
				width:100%;
				padding:0 0;
				text-align:center;
			}
			.slider .items a:hover {text-decoration:underline;}
				.slider .items a.lnk {border:none; float:left;}
				
			.slider .containerItems {
				position:relative;
			  	
				top:0px;
			}
				.slider .items .desc {
							
					position:absolute;
					bottom:0; left:0;
					
					font:normal 12px Georgia;
					color:#fff;
					opacity:0.8;
					filter: alpha(opacity = 80);
					padding:43px 10px 0px 16px;
					display: table-cell;
					vertical-align:middle;
				}
			
			.slider .wrapanim {
				float:left;
				clear:both;
				position:relative;
				
				
			}

		.moveLeft, .moveRight {
			position:absolute;
			width:79px;
			height:149px;
			top:0;
			z-index:150;
			text-indent:-9999px;
			border:0px solid #003399;
		}
		.moveLeft {
		 left:0px;
			background: url(../images/previous_btn.png) top left no-repeat;
			margin:20px 0 0 0px;
		}
		.moveRight {
			background:url(../images/next_btn.png) top left no-repeat;
			margin:-5px 0 0 0;
			 left:0px;
			 
		}
		/*
		.moveLeft:hover, .moveRight:hover {background-position:bottom left;}
		*/
		.moveRight {
			left:910px;
			
			float:right;
			margin:20px 0 0 0px;
		}	
	
		
	/* clearfix  */
		
		.clearfix:after {
		  content: "."; 
		  display: block;
		  height: 0; 
		  clear: both; 
		  visibility: hidden;
		}
		
		.clearfix {display: inline-table;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
			

