
	a img { border:none;}
	
	.jg_controls {
		position:absolute;
		margin:5px 0 0 410px;
		z-index:1000;
	}
	
	.jg_c_play, .jg_c_prev, .jg_c_next, .jg_c_stop {
		width:21px;
		height:21px;
		float:left;
		margin:0 5px 0 0;
	}
	
	.jg_c_play {
		background:url("../images/play.png") no-repeat center top;
	}
	.jg_c_stop {
		display:none;
		background:url("../images/stop.png") no-repeat center top;
	}
	.jg_c_prev {
		background:url("../images/previous.png") no-repeat center top;
	}
	.jg_c_next {
		background:url("../images/next.png") no-repeat center top;
	}
	
	.jg_sub_text {
		background:url("../images/tp_bg.png") repeat;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height: 75px;
		margin-top: -80px;
		overflow: auto;
		padding: 3px 5px 10px;
		position: absolute;
		width: 480px;
		z-index: 150;
		opacity: 0.9;
		
	}
	
	.jg_sub_text a:link, .jg_sub_text a:visited {
		text-decoration:none;
		color:#7B8AD5;
	}
	
	.jg_sub_text a:hover, .jg_sub_text a:active {
		text-decoration:underline;
	}
	
	.jg_sub_text h1 {
		color:#fff;
		font-size:14px;
		padding:0;
		margin:0 0 10px;
		opacity:1;
	}
	
	.jg_carousel {
		width:490px;
		height:370px;
		overflow:hidden;
		height:70px;
	}
	
	.jg_carousel_rotate {
		width:9999px;
	}
	
	.jg_carousel a {
		display:block;
		float:left;
		background:url("../images/loading.gif") no-repeat center center;
	}
	
	.jg_carousel img {
		float:left;
	}
	
	.jg_carousel a:hover {
		background:none;
	}
	
	.jg_carousel a:hover img {
		opacity:0.7;
	}
	
	.jg_thumb_title {
		color:#fff;
		font-size:14px;
		position:absolute;
		display:none;
	}
	
	.jg_image {
		overflow:hidden;
		width:490px;
		height:300px;
		background:url("../images/loading.gif") no-repeat center center;
	}
	
	.jg_image a {
		display:block;
		position:absolute;
		z-index:100;
		display:none;
	}
	
	.mirror_holder {
		clear:both;
		/* for ie */
		opacity:0.5;
		filter: alpha(opacity='50');
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
	}
	
	.mirror_holder img {
		-webkit-transform: scaleY(-1);
       		-moz-transform: scaleY(-1);
        	 -ms-transform: scaleY(-1);
        	  -o-transform: scaleY(-1);
          	   transform: scaleY(-1);
		filter: flipv;
	}
