div#dccom_twVideoGallery {
	margin:0px;
	font-size:14px;
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:0px;
}

div#dccom_twVideoGallery div.twVideo {
	height: 167px;
	float:left;
	/*height: 240px;*/
	padding: 20px 8px;
	margin:  0 16px 20px 0;
	overflow:hidden;
	text-align:center;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#e8f1f8;
}

div#dccom_twVideoGallery div.twVideo img {
	border:1px solid #c6dfe5;
	padding:15px 15px;
	background-color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:0;
}

div#dccom_twVideoGallery div.twVideo h2 {
	font-size: 15px;
	line-height: 16px;
	padding: 10px 0 5px 0;
}

div#dccom_twVideoGallery div.twVideo p {
	font-size: 13px;
	line-height: 16px;
}

table#dccom_twVideoGalleryPageTurningTable {
	padding: 20px 0 0 0;
	border-top:1px solid #DDDDDD;
	clear:both;
	width:100%;
}

table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton {
	color:#AAAAAA;
	padding:6px;
}

table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton a, table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton a:link, table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton a:active, table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton a:visited {
	font-size:12px;
	text-decoration:none;
	border:1px solid #DDDDDD;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#0063DC;
}

table#dccom_twVideoGalleryPageTurningTable td#pageTurnButton a:hover {
	font-size:12px;
	text-decoration:none;
	border:1px solid #003366;
	background-color:#0063DC;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#ffffff;
}

table#dccom_twVideoGalleryPagesTable td {
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:5px;
}

table#dccom_twVideoGalleryPagesTable td.title {
	font-size:12px;
	margin-right:5px;
}

table#dccom_twVideoGalleryPagesTable td.activePage {
	color:#FF4884;
	font-weight:bold;
}

table#dccom_twVideoGalleryPagesTable td.inactivePage {
	
}

table#dccom_twVideoGalleryPagesTable td.inactivePage a, table#dccom_twVideoGalleryPagesTable td.inactivePage a:link, table#dccom_twVideoGalleryPagesTable td.inactivePage a:active, table#dccom_twVideoGalleryPagesTable td.inactivePage a:visited {
	font-size:12px;
	color:#0063DC;
	text-decoration:none;
	border:1px solid #DDDDDD;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
}

table#dccom_twVideoGalleryPagesTable td.inactivePage a:hover { 
	font-size:12px;
	text-decoration:none;
	border:1px solid #003366;
	background-color:#0063DC;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#ffffff;
}

div#dccom_twVideoGalleryPhotoCount {
	text-align:center;
	color:#AAAAAA;
	font-size:11px;
}

div#dccom_twVideoGalleryNoResults {
	text-align:center;
	color:#AAAAAA;
	border:1px solid #DDDDDD;
	padding:10px;
	font-size:12px;
}

div#dccom_twVideoGallery div.twVideo .btnPlay a:link, div#dccom_twVideoGallery div.twVideo .btnPlay a:visited {
	width: 62px;
	height: 62px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	z-index: 20;
	top: 50px;

	left: 72px;
	background: transparent url('btnPlay.png') 0px 0px no-repeat;
}

div#dccom_twVideoGallery div.twVideo .btnPlay a:hover, div#dccom_twVideoGallery div.twVideo .btnPlay a:active {
	background-position: 0px -62px;
}

