/* jQuery lightBox - Gallery style */
	#gallery {
	width: 720px;
	}
	
	#gallery img {
		border: 1px solid #D8AF0E;
	}
	#gallery a:hover img {
	border: 1px solid #000;
	color: #fff;
	}
	#gallery a:hover { 
	color: #fff; 
	}

/* JQuery Youtube - Gallery Style */

#ytvideo {
	float: left;
	display: block;
	width: 700px;
}


.yt_holder {
    padding: 10px;
    float: left;
	margin-bottom:15px;
}

.yt_holder .ytlist, .yt_holder .ytlist2 {
	width: 680px;
	display: block;
}

.currentvideo {
}
.ytlist li, .ytlist2 li {
	list-style-type: none;
	margin-left:-10px;
	padding:5px;
	float: left;
	margin-right: 20px;
	width: 320px;
	height: 80px;
}

 .ytlist span img, .ytlist2 span img {
	margin-right: 15px;
	position: relative;
	top: 30px;
	border:0;
}
.ytlist a , .ytlist2 a {
	display: block;
	position: relative;
	top: -30px;
}
