@charset "UTF-8";

/* Easy Slider */

	#vslider ul, #vslider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#vsliderCorp ul, #vsliderCorp li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#vslider, #vslider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:133px;
		height:335px;
		overflow:hidden; 
		}
	#vsliderCorp, #vsliderCorp li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:510px;
		height:83px;
		overflow:hidden; 
		}
	#vsliderCorp {
		float:left;
	}
	span#prevBtn{
	
	}
	span#nextBtn{
	}		
	
		

/* // Easy Slider */
