ul,ol,li{list-style:none;}
address{ font-style:normal;}
a{	color:#000000;	text-decoration:none;}
a:hover{color:#DF6100;text-decoration:underline;}
.animation{
	width:864px;
	height:220px;
	display:block;
	overflow:hidden;
	position:relative;
	}
.animation .cell{
	width:864px;
	height:220px;
	display:block;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	}
.animation .controllerWrap{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	}
.animation .controllerContainer{
	width:100%;
	height:40px;
	background: url(../imagesSite/tp-white-bg.png) repeat;
	}
.animation .controller{
	float:right;
	height:40px;
	}
.animation .controller .page{
	float:left;
	overflow:hidden;
	margin-right:10px;
	/* border-left:1px solid #fff;*/
	}
.animation .controller .page li{
	float:left;
	border-right:1px solid #fff;
	}
.animation .controller .page li a{
	float:left;
	height:40px;
	padding:0 10px;
	font:normal 17px/40px Arial;
	}
.animation .controller .next,.slideShow .next,.animation .controller .previous,.slideShow .previous,.animation .controller .pause,.slideShow .pause,.animation .controller .play,.slideShow .play,.animation .controller .playPause, .slideShow .playPause{
	float:left;
	width:32px;
	height:40px;
	background: url(../imagesSite/fullcontroller-white.gif) -96px top no-repeat;
	}
.animation .controller a b{
	position:absolute;
	left:-9999px;
	text-indent:-9999px;
	}
.animation .controller .next, .slideShow .next{
	margin-right:10px;
	}
.animation .controller .playPause, .slideShow .playPause{
	background-position:-32px top;
	}
.animation .controller .previous, .slideShow .previous{
	background-position:0px top;
	}
.animation .controller .pause, .slideShow .pause{
	background-position:-64px top;
	}
.animation .controller .play, .slideShow .play{
	background-position:-32px top;
	}
	
.animation .controller .next:hover, .slideShow .next:hover{
	background-position:-96px bottom;
	}
.animation .controller .playPause:hover, .slideShow playPause:hover{
	background-position:-32px bottom;
	}
.animation .controller .previous:hover, .slideShow .previous:hover{
	background-position:0px bottom;
	}
.animation .controller .pause:hover, .slideShow .pause:hover{
	background-position:-64px bottom;
	}
.animation .controller .play:hover, .slideShow play:hover{
	background-position:-32px bottom;
	}

.animation .controller .page li.active a,.animation .controller .page li a:hover{
	background:#e6e6e6;
	color:#000;
	text-decoration:none;
	}