A.pagination {
	border: #e1ebfb 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 1.1em;
	background: #f5f9ff;
	margin-bottom: 3px;
	color: #666;
	text-decoration: none
}

A:hover.pagination {
	background: none transparent scroll repeat 0% 0%;
	color: #ac0018;
	text-decoration: none;
}
#domVideoResults img {
	padding: 0px 0px 0px 0px;
	border: 0px;
	max-width: 100%;
	border: 0px solid #FFF;
	-moz-box-shadow: 0px 0px 0px #ccc; /* Firefox */
 -webkit-box-shadow: 0px 0px 0px #ccc; /* Safari/Chrome */
 box-shadow: 0px 0px 0px #ccc; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#cccccc')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#cccccc');/* IE 5.5 - 7 */ 
 margin: 0px 0px 0px 0px;

}
A.black {color: black;text-decoration: none;}
A:hover.black {color: black;text-decoration: underline;}

.itemBox { padding-right:0px; padding-left:0px; padding-bottom: 20px; border-bottom: #EC7334 1px dotted; }

.itemBoxHover {background: #F9F3E7; border-bottom: #EC7334 1px dotted;}

.videoPlayBox { width: 90px; }
.videoPlayBox a { text-decoration: none; display:block; }
.videoPlayBox a img { border: solid 1px #ccc; padding: 1px;}
.videoPlayBox a span.play { display:block; background: url('../graph/icons/video-play.png') center center no-repeat; 
margin: -60px 10px 0 0; height: 60px; position: relative; z-index: 100; opacity: 0.8; }
.clear { clear: both;}

.videoPlayBoxStop { width: 90px; }
.videoPlayBoxStop a { text-decoration: none; display:block; }
.videoPlayBoxStop a img { border: solid 1px #ccc; padding: 1px;}
.videoPlayBoxStop a span.play { display:block; background: url('../graph/icons/video-stop.png') center center no-repeat; 
margin: -60px 10px 0 0; height: 60px; position: relative; z-index: 100; opacity: 0.8; }