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

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

.AnimatedBoxPagging {
	background-color: #B2B2B2;	
	width:100%;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #000000;	
	background-image: url(../images/box2_bg.jpg);
	height:20px;
}

.AnimatedBoxContent {
	position: relative;
	height: 360px;
	overflow:hidden;	
	background-position: 50% 50%;
}

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

.AnimatedBoxPaggingContent {
	float: right;
}

.AnimatedBoxPagging div.controls {
	float: right;
}

.AnimatedBoxPagging span {
	display: block;
	float: left;
	background-color: #d1d1d1;
	margin: 2px 2px 2px 0;
	border:1px solid #000000;	
}

.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;
}

.AnimatedBoxPagging a:hover,.AnimatedBoxPagging span.active a {
	color: #FFFFFF;
}

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

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

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

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

.AnimatedBoxTextHolder{
	display:block;
	padding:10px;
	background-image: url(../images/AnimatedBoxTextBG.png);
	background-repeat: repeat;
	border-top:3px solid #000000;
	color:#FFFFFF;	
	height:85px;
	overflow:hidden;
}

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

.AnimatedBoxTextHolder b{
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

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