
	.youtube_gallery {
		text-align: center;
		padding: 25px auto;
		position: relative;
	}
	
	.youtube_gallery_divider {
		clear: both;
	}
	
	.youtube_gallery div {
		float: left;
		width: 135px !important;
		text-align: center;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.youtube_gallery_item p {
		text-align: center;
		margin: auto;
		height: 40px; font-size: 11px;
	}
	
	.youtube_gallery_item img {
		background: #eee;
		padding: 3px;
		border: 1px solid #999;
		margin: 3px;
	}

	.youtube_gallery_item img:hover {
		border-color: #333;
	}
		/*
	span#prevBtn{}
	span#nextBtn{}	
	*/				

	/* Easy Slider */

	#youtube_slider_area {
		width: 700px;
		overflow: hidden;
		color: #b6ad8c;
		float: left;
		margin-left: 4px;
	}
	
	#youtube_slider ul, 
	#youtube_slider li	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#youtube_slider, 
	#youtube_slider li { 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:140px;
		height:150px;
		/*overflow:hidden; */
	}
	
	#youtube_slider li p { height: 40px; font-size: 11px; }

/* // Easy Slider */

