.AnimatedBoxHolder {
	position: relative;
	margin-bottom: 10px;		
	border-bottom:1px solid #000000;
}

.AnimatedBox {
	position: relative;	
	/*height: 360px;*/
	height: 240px;
	overflow:hidden;	
}

.AnimatedBoxPagging {
	background-color: #B2B2B2;	
	width:100%;
	overflow: hidden;
	position: relative;		
	background-image: url(../images/animatedBox/animatedBoxHeaderBg.jpg);	
	margin-bottom:1px;	
}

.AnimatedBoxPaggingBorder{
	border:1px solid #B2B2B2;
}

.AnimatedBoxContent {
	position: relative;
	/*height: 360px;*/
	height: 240px;
	overflow:hidden;	
	background-color:#000000;
	background-repeat:no-repeat;
	/*background-position: 50% 50%;*/
	background-position: 0% 50%;
}

.AnimatedBoxContent a{
	display:block;
	/*padding-top:246px;*/
	text-decoration:none;	
}

.AnimatedBoxPaggingContent {
	float: right;	
}

.AnimatedBoxPagging div.controls {
	float: right;
}

.AnimatedBoxPagging span {
	display: block;
	float: left;
	background-color: #929292;
	margin: 2px 2px 2px 0;
	border:1px solid #FFFFFF;
	font-weight: bold;	
}

.AnimatedBoxPagging span.active,.AnimatedBoxPagging span:hover {
	background-color: #e77a26;
	border:1px solid #FFFFFF;
}

.AnimatedBoxPagging a,.AnimatedBoxPagging .play,.AnimatedBoxPagging .pause
	{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	color:#FFFFFF;
	font-weight:bold;
	background-position: 50% 50%;
}

.AnimatedBoxPagging a:hover,.AnimatedBoxPagging span.active a {
	color: #FFFFFF;
	font-weight:bold;
}

.pause {
	background-image: url(../images/animatedBox/pause-gray.gif);	
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

.play {
	background-image: url(../images/animatedBox/play-gray.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.pause:hover {
	background-image: url(../images/animatedBox/pause-orange.gif);
}

.play:hover {
	background-image: url(../images/animatedBox/play-orange.gif);
}

.AnimatedBoxTextHolder{
	display:block;
	padding:10px;
	background-image: url(../images/animatedBox/AnimatedBoxTextBG.png);
	background-repeat: repeat;	
	color:#FFFFFF;	
	/*height:95px;*/
	overflow:hidden;
	height:220px;
	width:305px;
	float:right;
}

.AnimatedBoxTextHolder strong{
	display:block;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	text-decoration:none;	
}

.AnimatedBoxTextHolder b{
	display:block;
	font-size:12px;	
	text-decoration:none;
	font-weight:normal;
	margin-bottom:5px;
}

.AnimatedBoxTextHolder span{
	display:block;
	font-size:11px;	
	line-height: 12px;
	text-decoration:none;
}