.AnimatedBoxHolder {
	position: relative;
	width:540px;
	overflow:hidden;
}

.AnimatedBox {
	position: relative;	
	height: 308px;
	overflow:hidden;	
}

.AnimatedBoxPagging {
	
	background: transparent url(../images/animated-box-bottom.png) no-repeat 0 100%;	
	width:100%;
	overflow: hidden;
	position: relative;
	height:20px;
	
	
}

.AnimatedBoxContent {
	position: relative;
	height: 308px;
	overflow:hidden;	
	background-position: 50% 50%;
}

.AnimatedBoxContent a{
	display:block;	
	text-decoration:none;
}

.AnimatedBoxPaggingContentHolder{
	display:inline-block;
}

.AnimatedBoxPaggingContent {
	/*float: right;*/
	float:left;;
	height:20px;
	overflow:hidden;
	background: transparent url(../images/animated-box-pages-middle.png) no-repeat 0 1px;
	padding:0 5px;
}

.AnimatedBoxPaggingContentLeft {	
	height:20px;
	width:23px;
	float:left;
	overflow:hidden;
	background: transparent url(../images/animated-box-pages-left.png) no-repeat 0 100%;
}

.AnimatedBoxPaggingContentRight {	
	height:20px;
	width:23px;
	float:left;
	overflow:hidden;
	background: transparent url(../images/animated-box-pages-right.png) no-repeat 0 100%;	
}

.AnimatedBoxPagging div.controls {
	float: right;
}

.AnimatedBoxPagging span {
	display: block;
	float: left;	
	margin: 0px 5px;
	background: transparent url(../images/animated-box-page.png) no-repeat 0 100%;
	width:9px;
	height:9px;
	padding-top:10px;
}

.AnimatedBoxPagging span.active,.AnimatedBoxPagging span:hover {
	background: transparent url(../images/animated-box-page-selected.png) no-repeat 0 100%;
}

.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/animated-box-text-bg2.png);
	background-repeat: repeat;	
	color:#FFFFFF;	
	height:288px;
	width:197px;
	float:right;
	overflow:hidden;
}

.AnimatedBoxTextHolder strong{
	display:block;
	font-size:20px;
	margin-bottom:10px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	line-height:120%;	
}

.AnimatedBoxTextHolder b{
	display:block;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#c3dfef;
}

.AnimatedBoxTextHolder span.rotatorBoxInfo{
	display:block;
	height:220px;
	overflow:hidden;
}

.AnimatedBoxTextHolder span{
	display:inline;
	font-size:13px;	
	text-decoration:none;
	color:#c3dfef;
}

.AnimatedBoxTextHolder span.rotatorBoxPrice{	
	height:20px;
}

.AnimatedBoxTextHolder span.rotatorBoxPrice span{
	display:inline;
	font-size:20px;	
	text-decoration:none;
	color:#fff;
}

.AnimatedBoxTextHolder, .AnimatedBoxTextHolder *{
	cursor:pointer;
}

.AnimatedBoxTextHolder span.rotatorBoxMore{
	display:block;
	overflow:hidden;
}
.AnimatedBoxTextHolder span.rotatorBoxMore span, .AnimatedBoxTextHolder span.rotatorBoxMore a{
	color:#FFF;
	float:right;
	width:116px;
	height:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1500;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;	
}



