/* CSS Document */

	.cycle-slideshow {
		margin-bottom:20px;
		overflow: hidden;
		.cycle-prev, .cycle-next { position: absolute; top: 180px; width: 40px; z-index: 800; height: 76px; cursor: pointer; }
		.cycle-prev { left: 0;  background: url(../img/left.png) 50% 50% no-repeat;}
		.cycle-next { right: 0; background: url(../img/right.png) 50% 50% no-repeat;}
		img.iconplay {display: block; width: 36px; height: 36px; position: absolute; z-index: 800; cursor: pointer; top:200px; left:300px;}
	}
	.cycle-pager {
	    text-align: right;
	    padding-right: 10px;
	    width: 614px;
	    z-index: 900;
	    position: absolute;
	    bottom: 10px;
	    overflow: hidden;
	}
	.cycle-pager span {
	    font-family: arial;
	    font-size: 50px;
	    width: 16px;
	    height: 16px;
	    display: inline-block;
	    color: #ddd;
	    cursor: pointer;
	}
	.cycle-pager > * {
		cursor: pointer;
	}