/* CSS Document */
body{
	background-color:#fff;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}
.spacer{
	line-height:0px; clear:both; font-size:0;
	}
 div#videogalleries{
	width:475px;
	background-color:#fff;
	color:#666;
	overflow:hidden;
	margin:0 auto;
	}
	
 div#videogalleries div.videos{
	background:url(images/thumb-video-bg.gif) right top no-repeat;
	width:102px;
	float:left;
	display:inline;
	position:relative;
	padding:0 0 28px;
	margin:0 16px 0 auto;
	}
 div#videogalleries div.videos img{
	margin:5px 0 0 5px;
	}
 div#videogalleries div.videos a.playbtn{
	position:absolute;
	right:15px;
	top:59px;
	height:18px;
	width:20px;
	display:block;
	text-indent:-20000px;
	background:url(images/gallery-palybtn.png) 0 0 no-repeat;
	}
 div#videogalleries div.videos a:hover.playbtn{
	position:absolute;
	right:15px;
	top:59px;
	height:18px;
	width:20px;
	display:block;
	text-indent:-20000px;
	background:url(images/gallery-palybtn.png) 0 -18px no-repeat;
	}
 div#videogalleries div.videos p{
	font-size:11px;
	line-height:14px;
	text-align:center;
	padding:15px 0 20px 0;
	width:102px;
	height:30px;
	margin:0;
	}
 div#videogalleries div.videos p span{
	font-weight:bold;
	color:#000;
	background:inherit;
	}
	
#video{
	border:2px solid #33CCFF;
	padding:10px;
	width:425px;
	}
	
#video1{
	border:2px solid #33CCFF;
	padding:10px;
	width:406px;
	}
