div#dccom_twVideoGallery {
	margin:0px;
	font-size:14px;
	clear:both;
	overflow:hidden;
	display:block;
}

div#dccom_twVideoGallery div.twVideo {
	float:left;
	width: 280px;
	height: 240px;
	padding: 10px;
	margin: 0 27px 0 0;
	overflow:hidden;
	text-align:center;
	border: 1px solid #eee1ba;
	background-color:#f8f3de;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#dccom_twVideoGallery div.last {
	margin-right: 0;
}

div#dccom_twVideoGallery div.twVideo img {
	border:0;
	padding:0;
}

div#dccom_twVideoGallery div.twVideo h2 {
	font-size: 17px;
	line-height: 16px;
	padding: 10px 0 5px 0;
	color: #000;
	text-align: left;
}

div#dccom_twVideoGallery div.twVideo p {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding: 0 40px 0 0;
	color: #3a434c;
	
}

table#dccom_twVideoGalleryPageTurningTable {
	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 {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	z-index: 20;
	top: 65px;
	left: 120px;
	background: transparent url('btnPlay.png') 0px 0px no-repeat;
}

div#dccom_twVideoGallery div.twVideo .btnPlay a:hover {
	background-position: 0px -60px;
}

div#dccom_twVideoGallery p a {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	z-index: 20;
	bottom: 15px;
	right: 10px;
	background: transparent url('btnPlay2.png') 0px 0px no-repeat;
	opacity: 0.7;
}

div#dccom_twVideoGallery p a:hover {
	opacity: 1;
}

div#box {
	width: 662px !important;
	height: 590px !important;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

